<HTML>
<HEAD>
<TITLE> Title of Page </TITLE>
</HEAD>
<BODY>
The Main body of the document
</BODY>
</HTML>
Physical tags
change the physical appearance of the text directly.
The WWW browser has no influence over the typeface
used.
Section titles/headers use H1 through H6 tags:
| HTML Code | Result |
|---|---|
<H1>Big and Bold
Header</H1>
| Big and Bold Header |
<H2>Slightly Smaller
Header</H2>
| Slightly Smaller Header |
<h3>Smaller Header</h3>
| Smaller Header |
| Also H4, H5 and H6 |
Other physical tages
| HTML Code | Result |
|---|---|
This word is <B> Bold </B>
| This word is Bold |
This word is <I> Italics </I>
| This word is Italics |
This word is <U> Underlined </U>
| This word is Underlined |
These words <TT> are in Typewriter font
</TT>
| These words are in Typewriter font |
| HTML Code | Result |
|---|---|
This word is <EM> Emphasized
</EM>
| This word is Emphasized |
This word is <STRONG> Strong
</STRONG>
| This word is Strong |
These words are <CODE> some code
</CODE>
| These words are some code
|
<CITE> This is a citation
</CITE>
| This is a citation |
| HTML Code | Result |
|---|---|
<P> This starts a new paragraph.
| This starts a new paragraph. |
This line will break <BR> in the middle.
| This line will break in the middle. |
<CENTER> This text will be Centered
</CENTER>
|
<HTML> This surrounds the
entire document and lets the browser know
what language is being used
(<SGML> might also be used).
<HEAD> This surrounds the
header portion of the document. Title is within
the head as well.
<TITLE> The title of the
document as shown in the title bar of the WWW
browser.
<BODY> The main body of the
document.
| HTML Code | Result |
|---|---|
|
|
This line will show up. This line will also show up. |
| HTML Code | Result |
|---|---|
|
Here is my picture:
| HTML Code | Result |
|---|---|
and here is some additional text.
|
Here is my picture:
and here is some additional text.
|
and here is some additional text.
|
Here is my picture:
and here is some additional text.
|
and here is some additional text.
|
Here is my picture:
and here is some additional text.
|
and here is some additional text.
|
Here is my picture:
and here is some additional text.
|
and here is some additional text.
|
Here is my picture:
and here is some additional text.
|
![]() |
![]() |
![]() |