|
Search This Site
|
Tags, Elements & Attributes
TagsTags can be considered to be a label. It is used to mark the start and end of a element. Some common tags include the html tag <html>, the anchor tag, <a> and the paragraph tag, <p>. You will be exposed to them all as the tutorials progress. Each tag which is opened should be closed after you are finished with it. A closed tag looks similar to an opening
tag with the exception of a back slash, ( / ) which preceeds the tag name. The closing tag for <html> would thus be
</html>.
Some Examples of the Most Used Tags
* denotes an important tag. ElementAn element consists of everything from the start tag to the end tag.
Attributes Attributes are used to define a specific feature of an element. Look out for these as we progress throughout our tutorials.
Previous Lesson - Whats Needed
Next Lesson - The Basics
|
|
© Copyright 2010 | All Rights Reserved
|