How the Internet Works
HTML
CSS 1
Web Design
Media
100
A company or organization that provides access to the internet.
Internet Service Provider (ISP)
100
Fill in the blank:
DOCTYPE
100
What does CSS stand for?
Cascading Style Sheets
100
A rough website design that is layout on paper or in a design program (photoshop) is called what???
Mockup
100
FREEBIE
LUCKY!
200
A numerical label assigned to a computer or internet capable device that identifies it on a network?
IP Address
200
How do you make a comment in HTML?
200
Explain what a CSS “selector” does?
They are used to "select" elements on an HTML page so that they can be styled
200
What are web safe colors??
Web colors are colors used in designing web pages, and the methods for describing and specifying those colors. Colors may be specified as an RGB triplet or in hexadecimal format (a hex triplet). They may also be specified according to their common English names in some cases.
200
In HTML 5 what tag would you use to display a video in a web page.
300
Explain the purpose of a domain name?
A domain name is a case-insensitive string of letters, numbers, and hyphens that is used to define the location of a website. Domain names are used as pointers to IP addresses.
300
Describe the tags used in a core HTML document
, , ,
300
External Style Sheet
A external CSS file that is linked to by the html document using it. Used to style multiple pages.
300
Explain Web Accessibility
Web accessibility means web pages are designed in such a way as to make them accessible to those with disabilities.
300
List the three main web audio formats
.wav, .mp3, .ogg
400
Explain the function of a Domain Name Server (DNS)?
An Internet service that translates domain names into IP addresses.
400
Explain what a element is?
A opening tag with its attributes completed with a closing tag
400
Embedded Style Sheet??
Defined in the head section of the HTML document. Used to style the page it is embedded in.
400
Name three image formats used on the web?
.gif .jpg .png
400
List the three main web video formats
WebM, mp4, ogg
500
Compare static and dynamic IP addresses.
A static IP address will never change and it is a permanent Internet address. A dynamic IP address is a temporary address that is assigned each time a computer or device accesses the Internet.
500
What is SEO?
Search Engine Optimization
500
What is the down side to using an inline style sheet?
They are applied to a single element. It would be better to style the element using a embedded or external style sheet.
500
A file format that provides an electronic image of text or text and graphics that looks like a printed document and can be viewed, printed, and electronically transmitted
.PDF
500
True or False:
False href is not a attribute of the img element.