Which tag will create a line of text on your web page?
<text>
<p>
<line>
<hr>
Which tag will create a title above the menu in the browser for the web page?
<above title>
<Web Title>
<title>
Which line of html is free of error
<p> This is a line of text</>
<p> This is a line of text<p/>
This is a line of text</p>
<p> This is a line of text</p>
Which line of code is without error, if the image is an animated gif?
<img src="smile.jpeg">
<img src=smile.gif>
<img src="smile.gif">
< src="smile.gif">
All Html pages must begin with ............
</html>
<html>
there is no set way
All html pages must end with .......
<the end>
<end>