Forms
Tables and Links
Text and Page Formatting
Marquee and Images
HTML Basics
100

What form input type is used to select only one option.

<input type="radio">

100

Which element is used for table headings?

<th>

100

What is the smallest heading?

<h6>

100

What is a marquee?

A marquee is a tag container which causes text or images to move in different directions

100

What does HTML stand for?

Hypertext Markup Language

200

What form input type is used to select multiple options out of many.

<input type="checkbox">

200

What is the difference between <tr> and <th>

<tr> defines a row

<th> defines a heading for a row

200

What is the difference between an ordered and unordered list?

Ordered list: <ol> arranges points in numerical form

Unordered list: <ul> arranges points in bulleted form

200

What is the very first line of an HTML webpage called?

Declaration <DOCTYPE! html>

300

What are the two ways to add a text box in HTML?

<input type="text">

<textarea>

300

What are HTML links defined with?

<a>

300

What are the two ways to add an underline?

<u> or <ins>

300

What attribute do you use in case the image is not able to display on the webpage?

alt

300

What is the head tag used for?

Meta information of the page/non-visible aspects of the page

400

What is the placeholder attribute used for?

It is a short sample text in an input field

400

What does "href" mean?

The "href" attribute specifies the URL of the page the link goes to

400

What tag is used to display content exactly how it was written in the code?

<pre>

400

What is the root element?

<html>

It contains all other information about the webpage

M
e
n
u