Which HTML element defines the whole document? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which HTML element defines the whole document?

<!DOCTYPE html> <html> <head>Web page</head> <title>My first page</title> </head> <body> <h1>My First Heading</h1> <P>My first paragraph.</p> </body> </html> <

7th Jun 2020, 12:26 PM
EDET DANIEL
EDET DANIEL - avatar
2 Answers
0
<!Doctype html> is define that it is a html language. <html> </html> is the base form of html and your web show <body></body > Part
8th Jun 2020, 6:46 AM
Nahid Julfiker
Nahid Julfiker - avatar
0
You got it. Ans: <html>
8th Jun 2020, 10:48 AM
EDET DANIEL
EDET DANIEL - avatar