Q.1
HTML was first proposed in which year
  • 1980
  • 1985
  • 1999
  • 1993
Q.2
Which is the correct HTML tag to make a text italic?
  • italics
  • italic
  • i
  • iii
Q.3
Which of the following tag is used for inserting the largest heading in html ?
  • H5
  • H4
  • H10
  • H1
  • H6
Q.4
If you wanted to add links to your web page - what tag would you use?
  • <a>
  • <p>
  • <div>
  • <link>
Q.5
What will happen to the text in blue? <p>He named his car <i>The lightning</i>, because it was very fast.</p>
  • the content will be displayed in italic
  • the content will display an image
  • the content defines text inserted into a document
Q.6
What does the <p> tag do?
  • Creates preformatted text
  • places a picture in the website
  • creates a paragraph break
Q.7
Which word is not used in HTML structure?
  • footer
  • body
  • head
  • arm
Q.8
What does the <HTML> tag tell the browser
  • that it is an HTML document
  • defines the documents body
  • that it contains all the head elements
Q.9
<!DOCTYPE>
  • Defines the document type
  • Defines a comment
  • Defines the document's body
  • Defines information about the document
Q.10
Which of the following is the largest heading?
  • H2
  • H3
  • H4
  • H6
Q.11
Which tag would you use to create a hyperlink?
  • <a href>
  • <img src>
  • <br>
  • <link>
Q.12
Which tag does not need a closing tag?
  • <a href>
  • <head>
  • <body>
  • <img src>
Q.13
Which tag would you use to insert a image?
  • <marquee>
  • < a href>
  • <br>
  • <img src>
Q.14
What is the difference between <hand <h2>?
  • <h1> is larger in size than <h2>
  • <h2> is larger in size than <h1>
  • both are the same size but different headings
  • none of the above
Q.15
Which tag would you use for bullet points?
  • <ul>
  • <ol>
  • <li>
  • <p>
Q.16
Which tag would you use for an ordered list?
  • <ol>
  • <ul>
  • <li>
  • None of the above
Q.17
<th></th> is the code for .....
  • a table row
  • a table column
  • a table header
  • Thanos
Q.18
Which list tag would you use for an ordered list
  • <h1></h1>
  • <ol></ol>
  • <ul></ul>
  • <a></a>
Q.19
Src attribute in an image tag means what?
  • Source of the image
  • Name of the image
  • Description of the image
  • Not used with image tag
Q.20
Which code below is correct for a hyperlink
  • <a>"https://google.com"Click Me</a>
  • <a>Click Me>"https://google.com"</a>
  • <a herf="https://google.com">Click Me</a>
  • <a href="https://google.com">Click Me</a>
0 h : 0 m : 1 s