[go: up one dir, main page]

0% found this document useful (0 votes)
35 views1 page

HTML Tags Chart6

The document demonstrates the use of ordered lists, select menus, and paragraph tags. It includes two ordered lists with Roman numerals, one starting from I and another from VII. It also shows a select menu with options and examples of paragraph tags with different alignment attributes.

Uploaded by

gaurav7771
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

HTML Tags Chart6

The document demonstrates the use of ordered lists, select menus, and paragraph tags. It includes two ordered lists with Roman numerals, one starting from I and another from VII. It also shows a select menu with options and examples of paragraph tags with different alignment attributes.

Uploaded by

gaurav7771
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Capital Roman Numerals Capital Roman Numerals

Special Start
<ol type="I">
<li>List item 1</li> VII. List item 1
<li>List item 2</li> VIII. List item 2
<li>List item 3</li> IX. List item 3
<li>List item 4</li> X. List item 4
</ol>

Capital Roman Numerals Special Start

<ol type="I" start="7">


<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
<li>List item 4</li>
</ol>
<form method=post action="/cgi-
bin/example.cgi">
<center>
Select an option:
<select>
<option>option 1</option> Select an option: (Tip)
listbox <option selected>option 2</option> option 2
<option>
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 displaying the use of the This is an example


paragraph tag. <p> This will create a line displaying the use of the
break and a space between lines. paragraph tag.

Attributes: This will create a line break


and a space between lines.
Example 1:<br>
<br> Attributes:
<p align="left">
This is an example<br> Example 1:
displaying the use<br>
of the paragraph tag.<br> This is an example
paragrap <br> displaying the use
<p> of the paragraph tag.
h Example 2:<br>
<br>
<p align="right"> Example 2:
This is an example<br>
displaying the use<br> This is an example
of the paragraph tag.<br> displaying the use
<br> of the paragraph tag.
Example 3:<br>
<br>
Example 3:
<p align="center">
This is an example<br> This is an example
displaying the use<br>
displaying the use
of the paragraph tag. of the paragraph tag.
small
<small> <small>Example</small> Example (Tip)
(text)

You might also like