Sabtu, 09 November 2024

Numbering In HTML 3

Type this HTML 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><title>Numbering In HTML 3</title></head>
<body>
<ol>
  <li>Mix flour, baking powder, sugar, and salt.</li>
  <li>In another bowl, mix eggs, milk, and oil.</li>
  <li>Stir both mixtures together.</li>
  <li>Fill muffin tray 3/4 full.</li>
  <li>Bake for 20 minutes.</li>
</ol>
</body>
</html>
Save file as numberingInHtml3.html
Running in a internet browser, such as Google Chrome

Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts