Tags and AtributesHTML is acually a logical language. Even a novice can look at standard code and discern some meaning from it. HTML is made up of two primary features: tags and attributes.
Tags - a tag is the HTML command that allerts the browser that a new type of information needs to be interpreted - a name in between two brackets:
Atributes
Every HTMl page has spceific tags that absolutely must be in place. Beyond that, there are standards in terms of page formatting and linking.
AnchorsAnchors allow you to link to a specific page or spot within a page. An anchor requires the anchor tag, <a>, along with a reference attribute, href, and closing tag.
Standard Linking - there are two methods:
Text FormattingSimple text formatting, such as bold, italic, and underline can be achieved with these easy tags:
Go to the top of the page. |
|||||||||||||||
| [main] | [contents] | [conventions] | [guide lines] | ||||
| [html tags] | [design] | [navigation] | [style sheets] | [java script] | [guest book] |