QUIZ 1 QUIZ 2 ASSIGNMENTS  --- CONTENT ---   Introduction HTML Editors Basic HTML Tags Heading Tags Paragraph Tags Line Break Tag Horizontal Lines Preserve Formatting Links Images Formatting Tables Heading Colspan and Rowspan Backgrounds Height and Width Header, Body, and Footer Lists Unordered List UL Types Ordered List OL Types Div Span Forms Fieldset Legend Label Input Select Datalist Textarea

Quiz:

Question No. 1 :

With which tag do I highlight a piece of text for more focus?

  • b
  • i
  • mark
  • iframe

Question No. 2 :

Which tag enables me to strikethrough a piece of text?

  • ins
  • del
  • b
  • a

Question No. 3 :

Which tag can be used to form separate window in the same page in HTML5?

  • iframe
  • table
  • header
  • div

Question No. 4 :

Which tag is used to specify rows in tables

  • tr
  • td
  • th
  • All of the above

Question No. 5 :

Which attribute is used to occupy multiple coloumns in tables?

  • ncols
  • nrows
  • rowspan
  • colspan

Question No. 6 :

What type of element is div?

  • Inline
  • Flex
  • Table
  • Block

Question No. 7 :

If 2 span tags appear together in html, like:
<span>...</span>
<span>Second<span>
Where will the contents of the second one appear in browser?

  • Next line
  • Next page
  • Same line
  • Stays hidden

Question No. 8 :

Which <tag> is used to collect data from users?

  • div
  • input
  • table
  • button

Question No. 9 :

If I want my input not to be displayed, what type of input should I use?

  • password
  • color
  • submit
  • email

Question No. 10 :

If i want the user to provide a long feedback, what tag should i use?

  • datalist
  • feedback
  • textarea
  • comment