Which pair of tags marks the start and end of your HTML document?
<html>
What are the two main sections of an HTML document?
<head> </head>
Which element serves as a container for all the visible content of a web page?
<body> </body>
Which element is used to identify the main heading on a page?
<h1>
Which element is used to add an image to a page?
<img src = " image location"
alt= " alternate text " />
No comments:
Post a Comment