CS 202 Exam II
How many required attributes are there for the <a> tag?
1
There are how many root servers in the world?
13
Early forms of emails appeared in the _______.
1960s
What is the correct format for an html comment?
<!-- comment goes here -->
The last line of code in a valid web page will always be ____.
</html>
Which tag is used to link web pages together?
<a>
Choose the tag pair to use when displaying important text in bold font weight.
<b></b>
Which tag is used to force the browser to display the next text or element on a new line?
<br>
What tag pair is used to create the largest heading?
<h1></h1>
Choose the tag pair to use when emphasizing text that is displayed in italic font style.
<i></i>
Which tag pair contains the items in an ordered or unordered list?
<li></li>
What tag pair is used to create a new paragraph?
<p></p>
The _____ tags must be at the start and end of an unordered list.
<ul></ul>
What does an internet router do?
A computer that specializes in picking up packets and "routing" them to their destination
Internet Protocol or IP
Basic Communication rules of the internet
For what are wiki-based platforms typically used?
Collaborative development of content by multiple users
Internet Message Access Protocol (IMAP)
Common protocol for retrieving email messages via the internet
What does a DNS server do?
Converts domain names into IP addresses
DNS server
Converts the domain name to the IP address
Logical pixels are sometimes called what?
Device-independent pixels
The text contained between title tags is:
Displayed in the title bar of the browser window
What is the main file type used by web browsers?
HTML files
Most mobile web browsers can display pages using what?
HTML, CSS, JavaScript
_______ is a form of HTTP that encrypts messages between browser and server
HTTPS
<i> and <em> tags allow your content to be what?
Italic
Started as a DVD rent-by-mail company, ________ is currently the largest movie and TV show streaming company in the world.
Netflix
Which CSS color is a shade of gray?
RGB (100,100,100)
Which protocol defines how data is to be sent over the internet is first broken down into packets?
TCP
True or False: <H1> is larger than <H2>
True
Internet Service Provider (ISP)
a company that actually provides access to the internet via their hardware and software
Facebook revenues are mostly from ____________.
advertisements
MMS or multimedia message service
allows messages to contain multimedia elements (videos, pictures, audio, and text)
Live streaming means to record and share a video of an event ________________________________.
as the event happens
In 2015, more than 200 ________ emails were sent and received worldwide each day.
billion
An unordered list displays a small graphic called a(n) _____ before each item of information.
bullet
The style property used to set the text color on a web page is:
color
In www.amazon.com which part represents a top-level domain
com
When a webpage is displayed in a browser, the browser tab displays the _____.
document title
The title element configures large, bold text at the beginning of the web page document.
false
Which property configures the font used to display text?
font-family
Use the __________ property to configure bold text using the style attribute.
font-weight
A _____ element contains information about a webpage, such as the webpage title and the defined character set, not website content.
head
When a message is sent from web browser to web server this is called ______________
http request
What html tag must be nested within the <a> tag to create an image link to a website?
img
Which html tag is used to set the character encoding for a web page?
meta
Tags that are included within other tags are called ____ tags.
nested
Computers communicate by sending a piece of information known as a
packet
The _____ attribute is used to identify the image file being inserted in a webpage.
src
Simple Mail Transfer Protocol (SMTP)
systems use a different server for sending email
block tags
tags that reference an entire block of code
Domain name
text version of the IP address
What CSS property would be used to center a level-three heading?
text-align
Which property do you use to remove the underline from a hyperlink?
text-decoration
The href attribute specifies what?
the hyperlink's URL
Browser
the program that launches those HTML files
HTTP Protocol
the set of rules to transfer these HTML files from computer to computer
IP address (internet protocol address)
the unique location of a computer on the network
Which tags should be located in the head section?
title and meta
True or False: List are an example of indented nested tags
true
Web pages have two sections: a head and a body.
true
<meta charset="___________">
utf-8
YouTube is a widely used _________ sharing website
video
Select the code below that configures a background color of #EAEAEA for a web page.
<body style="background-color: #EAEAEA;">