examples of metadata

Solutions on MaxInterview for examples of metadata by the best coders in the world

showing results for - "examples of metadata"
Aymen
17 Jul 2016
1<!-- Example -->
2
3<!--
4  Meta Tag
5  For Defining The Content Encoding
6-->
7<meta charset="UTF-8" />
8<meta name="description" content="this description of the data on your page"/>
9<meta name="keywords" content="html, css, javascript"/>
10<meta name="author" content="Mohamed"/>
11<meta name="copyright" content="prand"/>
12<meta name="viewport" content="width=device-width"/>