Skip to main content

Meta - HTML Tutorial with Example

Meta - HTML Tutorial with Example





    META element is placed inside the HEAD element (that which starts with the <head> opening tag and ends with the </head> tag). Meta elements are typically used to specify page description, keywords, author of the document and other metadata. The <meta> tag provides information about your HTML document. Metadata will not be displayed on the page, but it is used by browsers, search engines, or other web services. Usually Metadata gives information to browsers like how to display content of the HTML document, name and other information about the author, last modified information of the page, when the page will reload and etc.






Popular posts from this blog

Popular WebSites To Buy Cheap Domain Names

Popular WebSites To Buy Cheap Domain Names - willvick.com Buying a domain name can be a great way to set up your own website with personalized email address. Now, how do you pick the best and cheap domain names registrar? First thing that you’re going to need a domain names registrar with quality performance and support. So that you can buy is your own TLD (Top level domain) to create your own website and personalized email. Below are the 3 of the best and cheapest domain names registrars that provide you domain names registration service at cheap price with quality performance and support. GODADDY.COM NAMECHEAP.COM DOMAIN.COM

Horizontal Line - HTML Tutorial with Example

Horizontal Line - HTML Tutorial with Example www.willvick.com      In an HTML document the <hr /> tag creates a horizontal line . The <hr> tag has no end tag , it is an empty tag. The <hr> tag is supported in all major browsers.

Image - HTML Tutorial with Example

Image - HTML Tutorial with Example www.willvick.com       Images are defined with the <img> tag in an HTML document. src attribute is use for location of the image. alt attribute is use for short description of the image. Height attribute is use for specify the height of the image. Width attribute is use for specify the width of the image.