NEW
Font size
WorksheetsYear 7 html
Total questions: 40
Worksheet time: 20mins
True or False? The HTML document itself begins with <html> and ends with </html>.
True
False
The visible part of the HTML document is between:
<html> </html>
<head> </head>
<body> </body>
<h1> </h1>
HTML elements are represented using:
tabs
tags
attributes
headings
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
What is the font size in this code: <p style=“color:blue; background-color:yellow;
font-size:60px”>Hello</p>
20pixles
40pixels
50pixels
60pixels
What does HTML stand for?
Hyperlink Text Making Language
Hyper Text Markup Language
How The Media Loads
Hyperlinks, Text, and Media Language
HTML uses text inside angle brackets < >. These are known as...
Elements
HTML
Tags
Headings
In an image tag, what does the 'alt' attribute do?
Shows the image
Provides a text description of the image
Provides an alternative image
Tells the browser what to do if someone clicks the image
Which section of a web page contains information about the web page such as the title and style.
Head
HTML
Body
Paragraph
Which section of a web page does the content go into?
HTML
Head
Body
Style
What does the <title> tag do?
Makes the text bold like a page title
Adds a heading to the page with the text in it
Displays the title of the page in the browser tab
Allows you to save the file as a web page
How do you add a blank line to a web page?
<hr>
<blank>
<br>
<break>
In a <table>, what does the <th> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
In a <table>, what does the <td> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
In a <table>, what does the <tr> tag do?
it defines the table row
It displays the data for that cell on screen
It doesn't do anything
Makes the data in that cell bold like a heading
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
<p> is a _______ tag.
image
paragraph
filename
What do you call a program that interprets HTML?
Webpage
Website
Web browser
Web
JPEG
DOC
GIF
WAV
Which is safer?
HTTP
HTTPS
Web pages are coded using:
Scratch
HTML
Python
C++
The internet is the same as the World Wide Web
True
False
Which protocol is most commonly used to deliver web pages?
HTTP
HTML
CSS
FTP
What part of the URL in red -
What part of the URL in red -
What part of the URL in red -
