Good day again. This time we will learn more on what composes <head> tag in HTML.
<head> element is a container for all the head elements. The <head> element can include a title for the document, scripts, styles, meta information and more. Click this link for more information about <head>tag.
The following elements can go inside the <head> element:
- <title> (this element is required in an HTML document)
- <style>
- <base>
- <link>
- <meta>
- <script>
- <noscript>
Courtesy to:
- W3Schools for the <head> tag definition
No comments:
Post a Comment