Menu creation using html tags :
..........................................................................................................................................
In this tutorial we have explained how to create order list in html web page.This is a simple to create a sequence structure in html page through html <ol> tags.The structure can be naming list or other list,is not mandatory, but must be known proper use of <ol> tags in html tutorial.So let's check our video tutorial to get understand quickly.
This is a "Menu creation (Order List) in web page in html tutorial" video link can be helpful for get idea about <ol> tag use in web page. See Our Menu creation order list Video in below >>>>>
Here this is our following example are given below ;
Example of OrderList(ol tags):
<html>
<head>
<title>
Menu creation orderList in web page
</title>
</head>
<body>
<h1> OrderList Here !</h1>
<ol>
<li>Name</li>
<li>Address</li>
<li>Email</li>
<li>Phone</li>
<li>Detail</li>
</ol>
</body>
</html>
Here we have used html code for computer beginners to get know how to write html code using order list creation and see our image for order list for better understood.
No comments:
Post a Comment