\n\n\n```"}},{"@type":"Question","name":"Explain meta tags in HTML","acceptedAnswer":{"@type":"Answer","text":"- **Meta tags** always go inside **head tag** of the HTML page\n- **Meta tags** is always passed as name/value pairs\n- **Meta tags** are not displayed on the page but intended for the browser\n- **Meta tags** can contain information about **character encoding**, **description**, **title** of the document etc,\n\n**Example**:\n\n```html\n\n\n\n \n Home Page\n\n\n \n\n\n```\n"}},{"@type":"Question","name":"What's new in HTML 5?","acceptedAnswer":{"@type":"Answer","text":"HTML 5 adds a lot of new features to the HTML specification\n\n**New Doctype**\n\nStill using that pesky, impossible-to-memorize XHTML doctype?\n\n```html\n\n```\n\nIf so, why? Switch to the new HTML5 doctype. You'll live longer -- as Douglas Quaid might say.\n\n```html\n\n```\n\n**New Structure**\n\n- `
` - to define sections of pages\n- `
` - defines the header of a page\n- `