Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] What Is HTML Head Element ?

2 Posts
2 Users
3 Reactions
300 Views
1
Topic starter

EXERCISE:

i. Watch the above lesson video and also read through the recommended resources. Then, answer following questions

ii. What Is HTML Head Element?

iii. How To Write "head" Element with head tag in HTML?

iv. Summarize in your own word in this forum below:
(NOTE: please, don't just copy paste from other students - instead answer in your own word base on your level of understanding the lesson and resources)

 

 

NOTE:

This Is An Exercise From Our FREE COURSE with CERTIFICATION:

 HTML For Web3 dApp Development Course

(If you have not enrolled yet, you can join the course totally for FREE).

 

2 Answers
1
Topic starter

What Is HTML Head Element ?

- HTML Head Element is the first tag in HTML root element.

- It contains the Metadata of a webpage (which is information about the HTML webpage itself)

- How To Write "head" Element with head tag in HTML
<head></head>

1

HTML HEAD ELEMENT

It is the container for the document's METADATA.

It is the first root element.

How to write head element

<head></head>

 

Share: