What comes under the head and title tag. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What comes under the head and title tag.

Generally

17th Oct 2020, 6:30 PM
Vishesh Sharma
4 Answers
+ 3
Usually your page context like <p>some simple text</p> comes inside the <body> tag, which is under the head and title tag. Take a look: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>biggest text</h1> <p>some simple text</p> </body> </html> I hope this answer helps.
17th Oct 2020, 7:06 PM
Julian
Julian - avatar
0
<head> <title>text</title> </head>
17th Oct 2020, 6:51 PM
</𝚜𝚌𝚘𝚛𝚙𝚒𝚘𝚗>
</𝚜𝚌𝚘𝚛𝚙𝚒𝚘𝚗> - avatar
0
Just title
18th Oct 2020, 9:39 AM
Vishesh Sharma
0
Significance of head and title
18th Oct 2020, 9:39 AM
Vishesh Sharma