HTML
CSS
Definitions
Website
Attributions
100

The paragraph tag is responsible for a specific purpose on a webpage.

What is starting a paragraph?

100

In order to change the size of the text in CSS, a user must type in this property.

What is font-size?

100

Contains all the main contents of your web page.

What is a body tag?

100

Links pages inside a webpage to other pages.

What is a navigation bar?

100

The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.

What is copyright?

200

The tag that starts a list in HTML.

What is <ul>?

200

Font size is gauged by a measurement system.

What are pixels?

200

Sets the width of an element.

What is the width element?

200

Used as a way to credit images and different works on a webpage.

What is attribution?

200

Others may not use this work for advertising or to make money.

What is Non-Commercial?

300
HTML uses different brackets in order to close tags.

What are the < and > brackets?

300

CSS uses different brackets in order to close tags.

What are { and } brackets?

300

Defines an ordered list.

What is a <ol>?

300

Found at the end of the page and includes name and copyright year.

What is a footer?

300

Users may only use this work as is and may make no changes.

What are No Derivative Works?

400

The largest heading tag.

What is <h1>?

400

The tag that must be placed in order to change the color of the background of the page.

What is body?

400

Defines a hyperlink.

What is an <a> tag?

400

Used for creating a space in an HTML page.

What is  ?

400

Users of this work must share any new versions under the exact same license.

What is Share-Alike?

500

All HTML documents start with this declaration.

What is <!DOCTYPE>?

500

In order to link an HTML page to a CSS page, a user must type in this.

What is <link rel="stylesheet" href="_____.css">?

500

Generates space around an element.

What is a margin property?

500

Tag is used to make a line that divides up a page.

What is a <hr> tag?

500

Anyone can use the work, in any way that they want.

What is Public Domain?