0
What is the main funtion of head,and what is the diffrence b/ween a tag and an element
2 Réponses
+ 2
A title element is required within the head element. meta , style , base , link , and script can also be used. head is required and it should be used just once.
<head>➡ starting tag
</head>➡ ending tag
ending tag contains back Slash /
+ 2
Main function of head is that they contain details about website(like title you see in tab of browser , information about your website).
Tag And Element :
<p> is called tag.
p is called element.