The paragraph tag is responsible for a specific purpose on a webpage.
What is starting a paragraph?
In order to change the size of the text in CSS, a user must type in this property.
What is font-size?
Contains all the main contents of your web page.
What is a body tag?
Links pages inside a webpage to other pages.
What is a navigation bar?
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?
The tag that starts a list in HTML.
What is <ul>?
Font size is gauged by a measurement system.
What are pixels?
Sets the width of an element.
What is the width element?
Used as a way to credit images and different works on a webpage.
What is attribution?
Others may not use this work for advertising or to make money.
What is Non-Commercial?
What are the < and > brackets?
CSS uses different brackets in order to close tags.
What are { and } brackets?
Defines an ordered list.
What is a <ol>?
Found at the end of the page and includes name and copyright year.
What is a footer?
Users may only use this work as is and may make no changes.
What are No Derivative Works?
The largest heading tag.
What is <h1>?
The tag that must be placed in order to change the color of the background of the page.
What is body?
Defines a hyperlink.
What is an <a> tag?
Used for creating a space in an HTML page.
What is ?
Users of this work must share any new versions under the exact same license.
What is Share-Alike?
All HTML documents start with this declaration.
What is <!DOCTYPE>?
In order to link an HTML page to a CSS page, a user must type in this.
What is <link rel="stylesheet" href="_____.css">?
Generates space around an element.
What is a margin property?
Tag is used to make a line that divides up a page.
What is a <hr> tag?
Anyone can use the work, in any way that they want.
What is Public Domain?