Samuel Melendez
Quiz by , created more than 1 year ago

html quiz

357
9
0
Samuel Melendez
Created by Samuel Melendez over 8 years ago
Close

Html test

Question 1 of 6

1

Which tag will create a line of text on your web page?

Select one of the following:

  • <text>

  • <p>

  • <line>

  • <hr>

Explanation

Question 2 of 6

1

Which tag will create a title above the menu in the browser for the web page?

Select one of the following:

  • <above title>

  • <Web Title>

  • <title>

  • <p>

Explanation

Question 3 of 6

1

Which line of html is free of error

Select one of the following:

  • <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>

Explanation

Question 4 of 6

1

Which line of code is without error, if the image is an animated gif?

Select one of the following:

  • <img src="smile.jpeg">

  • <img src=smile.gif>

  • <img src="smile.gif">

  • < src="smile.gif">

Explanation

Question 5 of 6

1

All Html pages must begin with ............

Select one of the following:

  • <title>

  • </html>

  • <html>

  • there is no set way

Explanation

Question 6 of 6

1

All html pages must end with .......

Select one of the following:

  • <the end>

  • <end>

  • <html>

  • </html>

Explanation