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> <
2 Antworten
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
0
You got it.
Ans: <html>