Showing posts with the label list of meta tagsShow All

Do I always have to use <ol> and <li> together ?

Yes, you should always use < ol > and < li > together (or < ul > and < li >) .Neither one of these elements really makes sense without the other. Remember , a list is really a group of items : the < li >  element is used to identify each items, and the < ol > element is used to gro…

Continue Reading +

What is meta tag ?

It’s primarily used by Web Browsers and Search Engines to Lookup for Keywords. The tag provides Information about the HTML document. Metadata is Data about Data. It is used to store details such as Page Expiry, Page Author, Keyword List, Page Description.

Continue Reading +