NEW
Font size
WorksheetsCSD U2 L01-02
Total questions: 11
Worksheet time: 6mins
What does HTML stand for?
Hyper Text Markup Language
Hyperlink and Text Markup Language
Home Tool Markup Language
Hyper Text Machine Language
How the content of a website is organized
Website Structure
Website Content
Website Theme
Website Code
Which section of Web Lab gives you directions for the project you are currently working on.
Instructions Area
Files & Images
Workspace
Preview Area
The main page of your website needs to be named what?
home.html
index.html
mainpage.html
"yourname".html
The special set of characters that indicates the start and end of an HTML element and that element's type.
HTML Tag
HTML List
HTML Table
HTML Element
Which lab type in Code.org allows you to create websites with many of the same capabilities as a web developer?
Sprite Lab
Artist Lab
App Lab
Web Lab
Which section of Web Lab where you develop your website is called?
Instructions Area
Files & Images
Workspace
Preview Area
Which section of Web Lab allows you to see the changes made on your website?
Instructions Area
Files & Images
Workspace
Preview Area
A piece of a website, marked by a start tag and often closed with an end tag
HTML Tag
HTML List
HTML Table
HTML Element
The text and images on a website.
Website Structure
Website Content
Website Code
Website Theme
When coding your HTML page, all content that will appear on the page should be placed inside of which set of tags?
<p> </p>
<html> </html>
<body> </body>
<head> </head>
