Create Unordered Lists in html code
<html><head>
<title>Unordered Lists</title>
</head>
<body>
<ul>
<li>1kg King Edward potatoes</li>
<li>100ml milk</li>
<li>50g salted butter</li>
<li>Freshly grated nutmeg</li>
<li>Salt and pepper to taste</li>
</ul>
</body>
</html>
output:
0 comments:
Post a Comment