NEW
Font size
WorksheetsICT - HTML
Total questions: 25
Worksheet time: 13mins
Which of the following are used to create a website?
Visual Basic
HTML
Excel
Scratch
A search Engine is used to search the internet using keywords.
True
False
What does HTML stand for?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks Text and Many Lines
How To Make Lasagne
<p> are used to code __________ ?
headers
pages
paragraphs
hyperlinks
Which of these is NOT a Browser?
Internet Explorer
Google Chrome
Safari
Microsoft Excel
Which tag is used to insert an image?
<h1>
<image>
<img>
<pic>
Who is making the Web Standards?
Mozilla
The World Wide Web Consortium
Microsoft
What does HTTP stand for?
HyperTransfer Text Protocol
HyperText Transfer Protocol
HyperText Transport Protocol
HyperTransfer Transport Protocol
Choose the correct HTML element for the largest heading
<head>
<heading>
<h1>
<h6>
What is the correct HTML element for inserting a line break?
<break>
<br>
<lb>
<newline>
Choose the correct HTML element to define important text
<i>
<b>
<important>
<strong>
Choose the correct HTML element to define emphasized text
<i>
<em>
<italic>
<bold>
What is the correct HTML for creating a hyperlink?
<a href="http://www.webpage.com">link</a>
<a name="http://www.webpage.com">link</a>
<a>http://www.webpage.com</a>
a url="http://www.webpage.com">link</a>
Which character is used to indicate an end tag?
<
*
/
^
Which of these elements are all <table> elements?
<table> <tr> <td>
<table> <head> <tfoot>
<thead> <body> <tr>
<table> <tr> <tt>
How can you make a numbered list?
<list>
<ul>
<ol>
<dl>
How can you make a bulleted list?
<ul>
<dl>
<list>
<ol>
What is the correct HTML for inserting an image?
<img href="image.gif" alt="MyImage">
<image src="image.gif" alt="MyImage">
<img alt="MyImage">image.gif</img>
<img src="image.gif" alt="MyImage">
Which HTML element defines the title of a document?
<meta>
<title>
<head>
<style>
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
title
alt
lingdesc
src
What does CSS stand for?
Colourful Style Sheets
Cascading Style Sheets
Computer Style Sheets
Creative Style Sheets
What is the correct HTML for referring to an external style sheet?
<style src="mystyle.css">
<link rel="stylesheet" type="text/css"
href="mystyle.css"><stylesheet>mystyle.css</stylesheet>
Where in an HTML document is the correct place to refer to an external style sheet?
In the <head> section
At the end of the document
In the <body> section
In the <footer> section
Which property is used to change the background colour?
background-color
bgcolor
color
changebackcolor
Which of these is the correct way to comment your code?
<!—this is how you comment code-->
this is how you comment code
“this is how you comment code”
***this is how you comment code***
