What is HTML Bullet List - Yes Edu

Hot

Make Money

Sunday, 22 January 2017

What is HTML Bullet List




Notepad++ View

<!DOCTYPE html>
<html>  

<head>
              <title>Html list Item</title>  
</head>
<body>

<h1>The list Item Will be a Bullet List </h1>


<ul style="list-style-type:disc">
  <li>Cherry</li>
  <li>Tea</li>
  <li>Olive</li>
  <li>Dates</li>
  <li>Eggs</li>
  <li>Fish</li>
  <li>Grapes</li>
  <li>Honey</li>
  <li>Noodles</li>
</ul>



</body>
</html>

Browser View



No comments:

Post a Comment

Post Top Ad

Your Ad Spot