
The image is apparently © wordle.net but the words come from Graphics IT.
tags>. For every opening <tag> you will find an associated closing </tag>. This is simply a tag with the same name preceded by a forward slash. These tags tell the web server what to do with any content that is found between them.p>. The following example assumes that you are editing in source mode.p>. The paragraph is now open. Enter the content and when you are finished close the paragraph by typing</p>. If you want to enter a line break within this paragraph type <br/> a 'break return'.b>Bold</b> simply wrap the <b> tag around the word. If you want to<i>italicise</i> something use i. If you want to underline something use <u>. See, easy!ul> (unordered/bulleted) and <ol> (ordered/numbered) lists.ul>li>then enter the list item and close the tag</li>li>tags <b>like this</b></li>/ul> and you are done.ol> enter your items each wrapped within <li>tags and close with </ol>. Thats it!