Tag Name Code Example Browser View
Tag Name Code Example Browser View
<form action="mailto:[email protected]
m">
Name: <input name="Name" value="" Name: (Tip)
size="10"><br>
<form> form Email:
Email: <input name="Email" value=""
size="10"><br> Submit
<center><input type="submit"></center>
</form>
heading
<head>Contains elements describing the
<head> of HTML Nothing will show
document</head>
document
<ol type="i">
i. List item 1
<li>List item 1</li>
ii. List item 2
<li>List item 2</li>
<li>List item 3</li>
iii. List item 3
<li>List item 4</li>
</ol>
iv. List item 4
<head>
<link rel="stylesheet" type="text/css"
<link> link
href="style.css" />
</head>
<marquee
<marquee bgcolor="#cccccc" loop="-1"
> scrolling
scrollamount="2" width="100%">Example
(Internet text
Marquee</marquee>
Explorer)
(Tip)
a. List item 1
<ol type="a">
b. List item 2
<li>List item 1</li>
<li>List item 2</li> c. List item 3
<li>List item 3</li>
<li>List item 4</li> d. List item 4
</ol>
Capital Letters
Capital Letters
A. List item 1
B. List item 2
<ol type="A">
<li>List item 1</li> C. List item 3
<li>List item 2</li>
<li>List item 3</li> D. List item 4
<li>List item 4</li>
</ol> Capital Letters Special
Start
Capital Letters Special Start
C. List item 1
<ol type="A" start="3"> D. List item 2
<li>List item 1</li>
<li>List item 2</li> E. List item 3
<li>List item 3</li>
<li>List item 4</li> F. List item 4
</ol>
Lowercase Roman
Lowercase Roman Numerals Numerals
<ol type="I">
I. List item 1
<li>List item 1</li>
II. List item 2
<li>List item 2</li>
<li>List item 3</li>
III. List item 3
<li>List item 4</li>
</ol> IV. List item 4
X. List item 4
<option> listbox <form method=post action="/cgi- Select an option: (Tip)
option bin/example.cgi">
<center>
Select an option:
<select>
<option>option 1</option>
<option selected>option 2</option>
<option>option 3</option>
<option>option 4</option>
<option>option 5</option>
<option>option 6</option>
</select><br>
</center>
</form>
This is an example
This is an example displaying the use of the
displaying the use of the
paragraph tag. <p> This will create a line
paragraph tag.
break and a space between lines.
Example 3: