Search In This Website

Rabu, 29 April 2026

Ordered List In HTML

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
  1. Aloe Vera
  2. Arnica
  3. Black Pepper
  4. Cinnamon
  5. Clove
  6. Mint
  7. Oregano
  8. Rosemary
  9. Sage
  10. Thyme
  11. Yarrow

Lower Alphabet

Travel CheckList In HTML
  1. Passport, Ticket And Visa.
  2. Book Flight Early.
  3. Travel Insurance.
  4. Copies Of Documents.
  5. Make A Light Packing List.
  6. Notify Your Bank.
  7. 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