NEW
Font size
WorksheetsQuiz: Intro to HTML/CSS
Total questions: 35
Worksheet time: 18mins
What does HTML stand for?
Hyperlinks and Text Markup Language
Home Tool Markup Language
HyperText Markup Language
High-Tech Machine Language
Which of the following is an HTML element?
<breakline>
<italics>
<p>
<bold>
Which tag is used for the largest heading?
<h2>
<h1>
<h3>
<h6>
What does the <p>
tag represent?
Picture
Paragraph
Page
Property
Part 1: HTML Basics Which is the correct way to add a comment in HTML?
// comment
/* comment */
<!-- comment -->
## comment
Which attribute of the tag specifies the link’s destination?
src
alt
href
link
What does the alt attribute in the tag do?
Sets image size
Provides text if image fails to load
Links image to another file
Applies background color
What does CSS stand for?
Color Style Sheets
Cascading Style Sheets
Creative Styling System
Custom Style Syntax
Which of the following is the correct way to set the background color of a div in CSS?
div {background-color: blue;}
div: {background=blue;}
div = {background-color: blue;}
{div: background=blue}
Where is the best place to put CSS for multiple pages?
Inline inside
tags
Internal
