HTML Introduction
HTML Basic Syntax
HTML Block Element
HTML Formatting
HTML Quotation
HTML Links
HTML List
HTML Table
HTML Audio
HTML Video
HTML Image
HTML Iframe
HTML Favicon
HTML Form
HTML Input Types
HTML Marquee
HTML Meta tag
Learn CSS
Learn Javascript
Learn Django
Meta tag contains meta data of a HTML page. Meta data means, information about the HTML page.
Types of information meta tag contain:
1. Specific character set of the page.
2. Page description.
3. Keyword
4. Author of the document.
5. Viewport setting.
These information will not be display on the HTML page. Because these information's are for the browser not
for the page visitor. Browser use these information for various works like page ranking, display content,
etc.
Always write meta tag inside head tag.
For keywords, let's consider a web page that contains a blog about web design. So here keyword can be web design, HTML, CSS, JavaScript.
For description, let's consider a web page that contains a blog about web design. So write a short description of this page.
For description, let's consider a web page that contains a blog about web design. For this page, I'm the author. So I will write my name.
Viewport helps to make you website look good and responsive.