NEW
Font size
WorksheetsHTML and CSS Unit 1: Structure
Total questions: 10
Worksheet time: 5mins
What does HTML stand for?
Hyperlink and Text Markup Language
Hypertext Markup Language
Hypertext Marking Language
Hyperlink Text Language
Which of the following is true about HTML tags?
Tags are visible in the browser window
Tags are enclosed in square brackets [ ]
Tags usually come in pairs with opening and closing tags
Tags do not structure the content of a web page
What is the purpose of the
tag in HTML?To describe the header of the page
To describe visible page content
To define metadata about the document
To link external style sheets
Which tag is used to create a hyperlink in HTML?
<link>
<url>
<a href=" ">
<href>
What does CSS stand for?
Cascading Style Sheets
Computer Style Sheets
Creative Style Syntax
Cascading Syntax Sheets
What is the main purpose of CSS in web design?
To structure the content of the webpage
To describe the look and feel of HTML elements
To create hyperlinks
To write JavaScript functions
In a CSS rule, what does the selector specify?
The style properties to apply
The HTML elements to which the style applies
The color scheme of the page
The font size only
Which of the following is a valid CSS property?
<font-family>
font-family
font_family
fontFamily
What is the correct HTML5 doctype declaration?
<!DOCTYPE HTML5>
<!DOCTYPE html>
<DOCTYPE html5>
<DOCTYPEHTML>
Which HTML5 semantic tag is used to define navigation links?
<nav>
<navigation>
<menu
<link>
