‘meta’ element in html
The ‘meta’ tag defines metadata about an HTML document. Metadata is data (information) about data. Metadata is used by browsers how to display content or reload page, search engines and other web services. Metadata will not be displayed on the page in machine parsable. <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> This gives the browser instructions on how to control […]
‘meta’ element in html Read More »