Meta Information
Meta information means “information about information.” In HTML, meta tags describe the content of the document in which they’re written. Meta tags have two possible attributes: <META HTTP-EQUIV="name" CONTENT="content"> and <META NAME="name" CONTENT="content"> . Meta tags with an HTTP-EQUIV attribute are analogous to HTTP headers that can control the action of browsers. Meta tags with […]