HTML Tutorial
HTML Tutorial
1.) <li> tag defines a list item….This tag is used for both ordered lists <ol> and
unordered lists <ul>
2.) <ol> tag defines a ordered list…An ordered list can be numbered numerically or
alphabetically
3.) <ul> tag defines an unordered list…An Unordered list is bulletted
href URL 1.) Specifies the absolute URL of the page the lin
2.) href = "http://www.google.com (points t
3.) href = "page1.html" (points to a file wi
4.) href = "#bottom" (links to an element
hreflang language_code Specifies the language of the linked documen
download
filename Specifies that the target will be downloaded whe
Eg1.