login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


So Im trying to recreate this, I am doing bit by bit, I so far have

  • Modules

To do Year 1, what is the tag for doing the little circle? and does it have a name? Thanks, Im just a beginner and I have been trying to figure out how do do this for ages.

asked Oct 04 '12 at 12:13

iPol's gravatar image

iPol
126656773


answered Oct 04 '12 at 12:14

iPol's gravatar image

iPol
126656773

This is what I'm trying to re-create.

(Oct 04 '12 at 12:14) iPol iPol's gravatar image
  • This tag?

It's basically an unordered list. You create it by putting the "ul" tag in the first set of brackets. You then use the "li" tag to create the list. Remember to close the tags at the end.
Ex:
<ul>
<li> Bullet item </li>
<ul>
You can add as many "list" elements as you want within a single set of "ul" tags. You can also add an unordered list within an unordered list simply by adding and closing a "ul" set within a "ul" set. This will give you the stair stepped presentation. Hope this answered your question.

answered Oct 04 '12 at 17:57

David's gravatar image

David
3.3k112062

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×142
×125
×11

Asked: Oct 04 '12 at 12:13

Seen: 494 times

Last updated: Oct 04 '12 at 17:57