Metadata is basically data about data.Metadata will not be displayed on the page.Metadata is used to specify page description, keywords etc.Metadata is used by Browsers,search engines and web services.
In HTML <meta> Tag provides metadata of the HTML document.<meta> tag always go inside the <head> element.
Inside the <head> element following tags defines metadata:-
<title>, <style>, <meta>, <link>, <script>, and <base>
CODE
RESULT
In HTML 5 standard <head> tag can also be omitted.By default, browsers will add all elements before <body>, to a default <head> element.
In HTML <meta> Tag provides metadata of the HTML document.<meta> tag always go inside the <head> element.
Inside the <head> element following tags defines metadata:-
<title>, <style>, <meta>, <link>, <script>, and <base>
CODE
RESULT
In HTML 5 standard <head> tag can also be omitted.By default, browsers will add all elements before <body>, to a default <head> element.
0 comments:
Post a Comment