0
What comes under the head and title tag.
Generally
4 odpowiedzi
+ 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.
0
<head>
<title>text</title>
</head>
0
Just title
0
Significance of head and title