Why out put not contain "first page" line | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why out put not contain "first page" line

<html> <head> <title>first page</title> </head> <body> <p>This is a paragraph <br /></p> </body> </html>

9th Apr 2017, 4:13 PM
Aloka Devapriya
Aloka Devapriya - avatar
1 Answer
+ 2
because it's contained in <head> which contains meta info about the page .only elements in <body> appear on the web page
9th Apr 2017, 4:28 PM
Lamouri Zouaid
Lamouri Zouaid - avatar