C# Programming
Wednesday, June 20, 2018
How to Make a list in HTML | List
This video demonstrate how to make a list in html. Here list is made as unordered list. Plus a css style is used to change the symbols in onordered list in html.
code:
<!DOCTYPE html>
<html>
<head>
<title>List in HTML</title>
</head>
<body>
<ul style="list-style-type: disc;">
<li>Mango</li>
<li>Apple</li>
<li>Orange</li>
</ul>
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment