user24986
0
Q:

structure of an html document

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>A website</title>
  </head>
  <body>
  	...
  </body>
</html>
1
<!DOCTYPE html>
<head>
	<!-- Miscellaneous Stuff Here -->
</head>
<body>
	<!-- Main Divs here -->
</body>
1
<!DOCTYPE html>
'Inserts the DTDs'
0

New to Communities?

Join the community