Designing web page(s) to make it appealing and easy to use for the viewer.
What is Web Design?
Examples of this include Microsoft Edge, Safari, Firefox, and Chrome.
What is a Web Browser.
What tag am I and what do I do?
<p>
What is a P tag...
It is used to create/define a paragraph in your document.
This license lets others distribute, remix, adapt, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered. Recommended for maximum dissemination and use of licensed materials.
What is
CC BY
What are these called?
<>
What are angle brackets (pointy brackets)?
A document that can be viewed by a web browser, usually written in HTML
What is a web page?
A network of networks built on open, agreed upon protocols.
What is the Internet?
What tag am I and what do I do?
<br>
What is a BR tag...
It is used to make a line break in your document (like an "Enter")
This license lets others reuse the work for any purpose, including commercially; however, it cannot be shared with others in adapted form, and credit must be provided to you.
What is
CC BY-ND (Non-Derivs)
What does the acronym HTML mean?
What is hypertext markup language?
A collection of related web pages,usually registered under the same domain name.
What is a website?
The process of sending data between two computers on the internet.
What is routing?
What tag am I and what do I do?
<ol>
What is an OL tag...
It is used to create/define an ordered list in your document.
This license lets others remix, adapt, and build upon your work non-commercially, and although their new works must also acknowledge you and be non-commercial, they don’t have to license their derivative works on the same terms.
What is
CC BY-NC (Noncommercial)
Used to tell the computer that the document is written in HTML.
What is
<!DOCTYPE HTML>
The process of writing HTML, CSS, and other code to actually generate a web page.
What is web development?
Name the following punctuation marks:
{}
;
:
What are curly braces/brackets, a semicolon, and a colon?
What tag am I and what do I do?
<td>
What is a TD tag...
It is used to identify the cells in a table that hold data/information.
This license lets others remix, adapt, and build upon your work non-commercially, as long as they credit you and license their new creations under the identical terms.
What is
CC BY NC-SA (NonCommercial-ShareAlike)
The section of the document that contains all the main contents of your web page.
What is the <body>?
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?
Used to locate a resource that exists somewhere on the internet.
What is a URL?
A number system that has 16 digits 1-9 ans A-F.
What is a Hexadecimal (Number) System
This license is the most restrictive of our six main licenses, only allowing others to download your works and share them with others as long as they credit you, but they can’t change them in any way or use them commercially.
What is
CC BY-NC-ND (NonCommercial-NoDerivs)
Which part of the following code is the property?
h1{
font-family:cursive;
}
What is font-family?