|
|||||||||||||||||||
|
The very basics of HTML
Lesson 2 - Text and Effects
HEADINGS <h1>This is where the action happens</h1><h2>This is where the action happens</h2><h3>This is where the action happens</h3><h4>This is where the action happens</h4><h5>This is where the action happens</h5><h6>This is where the action happens</h6>So, now, if you open up your HTML document, and put one of the above sets of tags round the the unformatted text 'This is where the action happens', then save it. PARAGRAPHS EMPHESIZING
<u>This is UNDERLINED text</u><br /> The tags surround the text that will be underlined/bold/italicised and if you so wished, could just place them round one word or letter or use several of the tags together e.g. to underline and make bold a subheading in some text. When using more than one set of tags, you have to make sure that each set is 'nested' within the other eg. <u><b>Nested tags</b></u> You will also notice that I have put a <br /> after each line. This just provides a line break and is a very useful tag to use to split up text in or outside of the paragraph tag. |
|
|||||||||||||||||
|
All content copyright its respective owners. Please respect this. If you would like to reproduce any text I have written here, please feel free as long as you credit it to BlackCoffee and include a link to this site. Thats all I ask Email the webmaster: webmaster@blackcoffee.org.uk All HTML/Javascript/CSS written in Windows Notepad. All graphics created with Adobe Photoshop Elements/Windows paint and optimised for web use with XAT Image Optimiser Pro. |
|||||||||||||||||||