Type this following website source code in website editor:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Exercise Ordered List In HTML</title>
</head>
<body>
<h3 style="text-align: left;">Upper Alphabet</h3>
Nature Herbs In HTML
<ol type="A">
<li>Aloe Vera</li>
<li>Arnica</li>
<li>Black Pepper</li>
<li>Cinnamon</li>
<li>Clove</li>
<li>Mint</li>
<li>Oregano</li>
<li>Rosemary</li>
<li>Sage</li>
<li>Thyme</li>
<li>Yarrow</li>
</ol>
<h3 style="text-align: left;">Lower Alphabet</h3>
Travel CheckList In HTML
<ol type="a">
<li>Passport, Ticket And Visa.</li>
<li>Book Flight Early.</li>
<li>Travel Insurance.</li>
<li>Copies Of Documents.</li>
<li>Make A Light Packing List.</li>
<li>Notify Your Bank.</li>
<li>Check Out The Culture.</li>
</ol>
Under this line is the output.
Upper Alphabet
Nature Herbs In HTML- Aloe Vera
- Arnica
- Black Pepper
- Cinnamon
- Clove
- Mint
- Oregano
- Rosemary
- Sage
- Thyme
- Yarrow
Lower Alphabet
Travel CheckList In HTML- Passport, Ticket And Visa.
- Book Flight Early.
- Travel Insurance.
- Copies Of Documents.
- Make A Light Packing List.
- Notify Your Bank.
- Check Out The Culture.
Notes
The text above only for sample text.<< back to Learn HTML
Bibliography
https://medium.com/
https://www.geeksforgeeks.org/
https://www.tutorialspoint.com/
https://www.w3.org/
https://www.w3schools.com/
Tidak ada komentar:
Posting Komentar