NEW
Font size
WorksheetsWD3-HTML and Creative Commons Concepts
Total questions: 8
Worksheet time: 8mins
Which tag is used to create the largest heading on a webpage?
<p>
<h1>
<h6>
<head>
What is the main difference between <ol> and <ul>?
<ol> creates a bulleted list, <ul> creates a numbered list
<ol> creates a numbered list, <ul> creates a bulleted list
Both create bulleted lists
Both create numbered lists
What does the abbreviation “CC” stand for in Creative Commons licensing?
Copy Control
Copyright Check
Creative Commons
Content Copy
Which HTML tag is used to display an image?
<img>
<src>
<picture>
<image>
Which attribute is required for every <img> tag?
href
title
src
link
Which CSS property is used to change the text color?
font-color
text-style
color
background-color
What is the correct way to make text italic in CSS?
font-style: italic;
text-weight: italic;
font-weight: bold;
bold: true;
Which CSS property changes the background color of an element?
color
font-background
text-color
background-color
