Freelancer html level 1 exam answers 2016
Q1. Content within the
<head> of an HTML document:
- Will always display at the top of web page in any
browser.
- Will always display in the main browser windows of
standard browsers.
- Will only display in certain standard browsers.
- Will not display in the main window of most browsers.
- Is ignored by the server.
Q2. HTML standard are
set by:
- The world wide web consortium
- ICANN
- Users
- Microsoft
- Intel
Q3. To force a line
break in a browser, use:
- <break>
- <br>
- <linebreak>
- </n>
- <newline>
Q4. The _____________
tag is used to create a bulleted list.
- <list>
- <ol>
- <index>
- <li>
- <ul>
Q5. The ____________ tag
is used to add active components to a web page.
- <flash>
- <input>
- <area>
- <code>
- <object>
Q6. The <fieldset>
tag is used to group:
- Select Options
- Table rows
- Paragraphs
- Table cells
- Form elements
Q7. The deprecated
tag used to center-align text is:
- <center>
- <middle>
- <c>
- <ctext>
- <textcenter>
Q8. An <input>
fieldset must be enclosed in:
- The document head
- A fieldset
- A form
- The document footer
- A table
Q9. In HTML documents,
double quotes in the text should be written as:
- $quot;
- “
- $dblquot;
- &q;
- "es;
Q10. An imagemap
can be associated with an image using the:
- Map attribute of the <img> tag.
- Name attribute of the <img> tag.
- Image attribute of the <map> tag.
- Img attribute of the <map> tag.
- Usemap attribute of the
<img> tag.