NEW
Font size
WorksheetsHTML
Total questions: 15
Worksheet time: 5mins
What language is used to create webpages?
CSS
HTML
SCRATCH
CODE BLOCKS
What does HTML stand for
HyperText Makeup Language
HyperText Markup Language
HyperType Markup Language
HighText Markup Language
<p> are used for
headers
page
paragraph
hyperlink
<h> is used for
Text
Paragraph
Headers
Html head
There are __________headers
7
5
6
8
What does HTTP stand for
HyperTransfer Text Protocol
HyperText Transfer Protocol
HyperText Transport Protocol
HyperTransfer Transport Protocol
How do you close an HTML tag
<\>
<>
""
</>
What does <br/> tag do
Inserts a space between text
Creates a link to a webpage
Inserts a single line break
Inserts multiple line breaks
Does the <br> tag need an end tag
Yes
No
Sometime
Maybe
What is <!DOCTYPE html> used for
Tells the programmer that HTML is being used
Lets the browser know that it is reading in HTML
Nothing, that line is made up
At the beginning of a page
Where are the <html> and <html/> tags used
<html> at the beginning. </html> at the end
</html> at the beginning. <html> at the end
Both go at the beginning of the document
Both go at the end of the document
What is the <head> used for?
Displays the key information
Used to create large text
Inputs an image of someone's head
Used to hold information about the document
Is <title> a required tag
Yes
No
Maybe
Sometimes
How does the page of an HTML start
<@DOCTYPE html>
<?DOCTYPE html>
<!DOCTYPE html>
</DOCTYPE html>
Which Heading is the largest
<h6>
<h1>
