118w midterm 1
text editor
HTML5 documents are edited using a(n) ________.
mailto:emailAddress.
A link to an e-mail address is created using the notation <a href = "________">Paul</a>.
tr, td
An HTML5 table contains rows delimited by ________ elements, which contain cells delimited by ________ elements.
Domain Name System (DNS) server
An Internet ________ maintains a database of hostnames and their corresponding IP addresses and performs the translations automatically.
<p style = “font-size: 20pt�>
An example of the proper format for inline styles is:
<ul>
An unordered list is created using which notation?
IP address
Each computer on the Internet has a unique ________.
li
Each list item in an unordered list is delineated by the ________ element.
.css
External style sheets are saved with the ________ extension.
markup
HTML (HyperText Markup Language) is a special type of computer language called a(n) ________ language designed to specify the content and structure of web pages (also called documents) in a portable manner.
All text in h1 elements will use a sans-serif font if Arial is not supported by the system.
How will the following CSS rule alter the web page if it is applied in a style sheet? h1 { font-family: Arial, sans-serif }
colon
In the body of a style sheet, a CSS property is separated from its value by a ________.
attribute
In the statement <a href = "address">, href is a(n) ________ of the a element.
web servers
Machines called ________ store HTML5 documents.
semicolon
Multiple CSS rule properties in style sheets are separated by a ________.
search engines
One major use for the meta element is related to which of the following?
10 times larger than the font size
Setting the width property to 10em will create an element that has a width that is ________.
text/css
Style sheets use which of the following MIME types?
<title></title>
Text put between the ________ tags appears in the browser’s title bar (i.e., the dark bar at the top of the browser window).
margin
The _______ property specifies the distance from other page elements
padding
The ________ is the distance between the content inside an element and the inside of its border.
img, text
The alt attribute is used in a(n) ________ element to provide an alternate ________ description for the image.
1/2
The code ½ will produce which fraction?
When the mouse is over the element
The hover pseudo-class allows you to change to an elements style in which situation?
Internet Protocol version 6 (IPv6)
The latest IP standard is ________
src
The location of an image is specified in the img elements _______ attribute.
Dale Dougherty
The term Web 2.0 was coined by ________ in 2003.
get, post
The two most common HTTP request types (also known as request methods) are ________ and ________.
# symbol
To create an internal link in a Web page, the value of the href attribute includes the named anchor preceded by a ________.
<li><em>text</em></li>
To which text does the following CSS rule apply: li em { color: red; font-weight: bold }
All of the above
To which text does the following CSS rule apply: li, em { color: red; font-weight: bold }
name, content
Two important attributes of the meta element are ________, which identifies the type of meta element and ________, which provides the information search engines use to catalog pages.
uniform resource locator
URL is an acronym for which of the following
It multiplies all text element font sizes with class = "note" by 1.5.
What does the following CSS rule do? .note { font-size: 1.5em }
h6
Which heading is the smallest?
on-top
Which is not a valid value for the background-position property?
drop-down list
Which of the following accurately describes the select element?
PHP
Which of the following is a server-side programming technology used to build web pages?
border-shape
Which of the following is not a border property?
12pt
Which of the following is not a relative-length measurement?
Internally-linked location names can be assigned to any point in an HTML5 file
Which of the following is the most accurate statement concerning internal hyperlinks?
<p class = "blue">
Which of the following selections is the proper way to apply this CSS rule: .blue { color: blue }
a class is an instance of its object
Which statement is false?
Packet Switching
_______ is a technique in which digital data is sent in small bundles that contain address, error-control and sequencing information.
Inline styles
________ are declared in each individual HTML5 element using the style attribute.
Tim Berners-Lee
________ founded the World Wide Web Consortium (W3C) devoted to developing nonproprietary, interoperable technologies for the World Wide Web.
Cascading Style Sheets (CSS)
________ is used to specify the presentation, or styling, of elements on a web page (e.g., fonts, spacing, sizes, colors, positioning).
Tim Berners-Lee
________ wrote communication protocols to form the backbone the World Wide Web.
type
the usage of an iput element is defined by the value of its _____ attribute
the summary is not displayed
where is a tables summary displayed?