<html>
<body>
<p><strong>Opening Paragraph</strong/></p>
<p><em>Welcome</em><p/>
<a href = "http://www.pafc.co.uk/"> click me </a>
<img src = "Z:\My Pictures\ASIMO1#.jpg" </img>
</body>
</html>
this is an example of HTML using different tags.
Examples of these tage are:
<p> which refer to a new paragraph
<em> refers to emphasis or bolding
These tags refer to the text u see on the page and are closed by beging the tag with a / symbol.
e.g. </p>
For more tags look here
http://jogport.johnofgaunt.wilts.sch.uk/moodle/mod/resource/view.php?id=2267
-------------------------------------------------------------------------------------------------------------
CSS on the otherhand aims to make evrything simpler to edit at a later date. So rather than having to change the font size and colour a thousand time just changing it once can do it for the entire document.
You can do this by using a <style type = "css/text"> tag
by placin the <p> tag after it and defining the font sizes and colours etc. your web browser will notice this everytime it sees the <p> tag and applies the correct formating.
custom names can be used for CSS aswell.
When you do this u use the <p class "your CSS name"> "your text" </p>
This lets you have an unlimited number of CSS.