Meta Tags - HTML
Meta Tags - HTML provides a set of meta tags that allow you to provide additional information about your web page, such as the character set used, keywords, and a description of the page content. These tags are typically placed within the <head> section of your HTML document.
<head>
<meta charset="UTF-8">
<meta name="keywords" content="HTML, CSS, web development">
<meta name="description" content="Learn HTML and CSS with this beginner's tutorial.">
<title>My Website</title>
</head>
No comments:
Post a Comment