WorksheetsHTML & CSS 1
Total questions: 15
Worksheet time: 13mins
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
HTML stands for...
Hyper Text Markup Language
High Tech MachineLanguage
High Tech Modem Language
Hyper Tech Markup Lexicon
HTML tags are always surrounded by
( )
<>
{ }
""
Which character is used to indicate an end tag?
*
<
/
^
Which tag would you use to make a heading?
<heading></heading>
<bigger></bigger>
<h></h1>
<h1></h1>
Which of the following tags will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
What is the correct HTML for creating a hyperlink?
<a href="http://www.bbc.co.uk">BBC Website
<a ="http://www.bbc.co.uk">BBC Website</a>
<a href="http://www.bbc.co.uk">BBC Website</a>
<a href="http://www.bbc.co.uk"
Which of the following is the correct HTML syntax for inserting an image
<img>apple.jpg</img>
<img src="apple.jpg">
<image src="apple.jpg">
<img ="apple.jpg">
What is the difference between HTML and CSS?
HTML provides the content, CSS provides the pictures
HTML provides the structure & content, CSS provides the color / look of the web page
HTML and CSS are the same thing
None of the above
What does CSS stand for?
Creative Style Sheets
Cascading Style Sheets
Colorful Style Spread
Computer Style Spread
Where in the HTML document is the correct location to insert code to link to your external CSS?
In the <head> section
In the <body> section
At the very end of the document
At the very beginning of the document
What is the function of the <p> tag?
Defines a paragraph.
Makes the text purple.
It pushes the text to the right.
Prints the webpage.
Which CSS code centres text?
p {align: center;}
p {text-align: center;}
p {align=center;}
p {center;}
In your own words explain what "padding" does to the border.
In your own words explain what "border radius" does to the border.
