HTML (meta tags and meta description)
META TAGS Meta tags are HTML elements located within the <head> section of a web document that provide metadata about the page. Metadata is data that describes other data about the page. It helps search engines and browsers to understand hoe to handle or display a content. These <meta> tags are not directly displayed to the user but it plays a vital role for browsers as well as search engines, and other web services to understand and process the content. Common Attributes of Meta Tags: charset : It s pecifies the character encoding for the HTML document, such as UTF-8 . content : It c ontains the value associated with the http-equiv or name attribute. http-equiv : Provides an HTTP header for the information in the content attribute, mimicking HTTP response headers (e.g., refresh for page redirection). name : Specifies a name for the metadata, used i...