Text Formating Tag
Text Formating Tag
HTML
HTMLDocument
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
HTML <P> ELEMENT
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
HTML LINKS
<a href="index.html">Home</a>
HTML IMAGES
</body>
HTML ATTRIBUTES
HTML attributes provide additional information about
HTML elements
HTML Attributes
All HTML elements can have attributes
Attributes provide additional information about elements
Attributes are always specified in the start tag
Attributes usually come in name/value pairs
like: name="value"
THE HREF ATTRIBUTE
<p style="font-size:160%;">This is a
paragraph.</p>
HTML Horizontal Rules
The <hr> tag defines a thematic break in an
HTML page, and is most often displayed as a
horizontal rule.
The <hr> element is used to separate content
(or define a change) in an HTML page:
HTML LINE BREAKS
Note Pad
HTML <MARK> ELEMENT