<meta> Tags
The metadata serves to provide information such, as character set, page description, and viewport settings. While not visible on the page itself this data can be used by web browsers and search engines.
In terms of SEO impact, meta descriptions can influence click-through rates. Do not affect rankings. The viewport tag plays a role in ensuring design.
Example:
<meta charset="UTF-8"> <meta name="description" content="A brief description of the page's content"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
<meta> Tags
The metadata serves to provide information such, as character set, page description, and viewport settings. While not visible on the page itself this data can be used by web browsers and search engines.
In terms of SEO impact, meta descriptions can influence click-through rates. Do not affect rankings. The viewport tag plays a role in ensuring design.
Example:
<meta charset="UTF-8"> <meta name="description" content="A brief description of the page's content"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
Use the <link> tag inside the <head> to attach an external CSS file.
Comments in HTML are written between <!-- and -->.
HTML entities are used to display reserved or special characters.
The <iframe> tag embeds another webpage within the current page.
The id attribute uniquely identifies a single HTML element.
Hyperlinks are created using the <a> tag with an href attribute.
Use the <img> tag and specify the image source with the src attribute.
Use the target="_blank" attribute inside the <a> tag.
Copyrights © 2024 letsupdateskills All rights reserved