Latest News

Sunday, September 28, 2014

HTML tags part 4

HTML tags part 4

hello alltoday i will continue the part 4 of HTML tags 
if you want to see the first part click here 
and after all this you will find all the parts 
let start 

1: To define a list item for ordered list or unordered list use 
<li>
2: To define a relationship between a document and external source we used mostlly with the file style sheet use 
<link>
3: to define marked text
<mark>
4: To define a metadata about an HTML document use
<meta>
5: To define navigation links
<nav>
6: To define an ordered list use
<ol>
7: To define an option in a drop-down list use 
<option>
8: To define a paragraph use 
<p>
9: To define a clien-side script use 
<script>
10: To define a section in a document use 
<section>

No comments:

Post a Comment

Recent Post