|
Posted by Toby Inkster on 04/16/06 15:31
Bastard wrote:
> As I'm just learning CSS I'm still learning all the tags. By the way, when
> you say elements are these things like "footer, header, etc?"
An element, in short, is something that begins with:
<something>
and ends with:
</something>
For example, this is a P element:
<p>Lala <b>lala</b> la.</p>
and it contains some text, and a B element.
(The matter is confused somewhat by the fact that some elements (e.g.
<hr>) don't have/need an closing tag, and some have an optional opening
tag too!)
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Now Playing ~ ./dexter_freebish/tripped_into_divine/08_wild_things.ogg
[Back to original message]
|