Package deal
Web Page Development Bundled Exams 3 with 100% correct answers 2024
Web Page Development Exam 3 with 100% correct answers 2024 Advanced Web Development Final Exam wityh perfect answers 2024
[Show more]Web Page Development Exam 3 with 100% correct answers 2024 Advanced Web Development Final Exam wityh perfect answers 2024
[Show more]What is the CSS to center all <h1> headings using a width 80%? correct answers h1{margin: auto; width:80%} 
 
Which HTML tag is used to define an internal style sheet? correct answers <style> 
 
How do insert a comment in CSS? correct answers /*this is a comment*/ 
 
Which property is...
Preview 1 out of 3 pages
Add to cartWhat is the CSS to center all <h1> headings using a width 80%? correct answers h1{margin: auto; width:80%} 
 
Which HTML tag is used to define an internal style sheet? correct answers <style> 
 
How do insert a comment in CSS? correct answers /*this is a comment*/ 
 
Which property is...
The H in HTML stands for: correct answers hyper 
 
The HTML layer of a web page is used for _____ and _____. correct answers structure,content 
 
The CSS layer of a web page is used for _____ and _____. correct answers presentation,styling 
 
What stores files, waits for requests, and sends resou...
Preview 2 out of 6 pages
Add to cartThe H in HTML stands for: correct answers hyper 
 
The HTML layer of a web page is used for _____ and _____. correct answers structure,content 
 
The CSS layer of a web page is used for _____ and _____. correct answers presentation,styling 
 
What stores files, waits for requests, and sends resou...
An HTTP 1.1 request must contain correct answers An HTTP method and a host header 
 
What is a peering point correct answers A specialized data center where ISPs connect their networks together 
 
What is the function of the Domain Name System (DNS) correct answers Finding numeric internet addres...
Preview 2 out of 9 pages
Add to cartAn HTTP 1.1 request must contain correct answers An HTTP method and a host header 
 
What is a peering point correct answers A specialized data center where ISPs connect their networks together 
 
What is the function of the Domain Name System (DNS) correct answers Finding numeric internet addres...
What indicates the top-level domain name for the URL . correct answers .com (Top-level Domain is shown by the rightmost part of the domain name, starting with the final period) 
 
Unique text-based internet address corresponding to a computer's unique numeric IP address called correct answers Dom...
Preview 3 out of 16 pages
Add to cartWhat indicates the top-level domain name for the URL . correct answers .com (Top-level Domain is shown by the rightmost part of the domain name, starting with the final period) 
 
Unique text-based internet address corresponding to a computer's unique numeric IP address called correct answers Dom...
The attribute ALWAYS has a colon after it, and the value ALWAYS has a semicolon after it 
 
ex) font-family: Arial, Helvetica, sans-serif; 
 
attribute: font family 
value = Arial, Helvetica, sans-serif; correct answers In CSS, how can you tell if something is a value/attribute vased on formatting...
Preview 1 out of 4 pages
Add to cartThe attribute ALWAYS has a colon after it, and the value ALWAYS has a semicolon after it 
 
ex) font-family: Arial, Helvetica, sans-serif; 
 
attribute: font family 
value = Arial, Helvetica, sans-serif; correct answers In CSS, how can you tell if something is a value/attribute vased on formatting...
protocol correct answers http:// of 
 
domain name correct answers of 
 
path correct answers /ourwork/ of 
 
file name correct answers of 
 
ASP.NET Web forms correct answers a development environment similar to Windows Forms, with controls on a design surface; focus is on Rapid Application ...
Preview 2 out of 6 pages
Add to cartprotocol correct answers http:// of 
 
domain name correct answers of 
 
path correct answers /ourwork/ of 
 
file name correct answers of 
 
ASP.NET Web forms correct answers a development environment similar to Windows Forms, with controls on a design surface; focus is on Rapid Application ...
absolute unit correct answers A unit of measurement that is fixed in size regardless of the device rendering the Web page. 
 
child element correct answers An element contained within a parent element. 
 
color name correct answers A CSS name for a commonly-used color. 
 
color value correct ans...
Preview 2 out of 14 pages
Add to cartabsolute unit correct answers A unit of measurement that is fixed in size regardless of the device rendering the Web page. 
 
child element correct answers An element contained within a parent element. 
 
color name correct answers A CSS name for a commonly-used color. 
 
color value correct ans...
Which of the following is an element? 
A. <em> 
B. "screen" 
C. For= 
D. Href= correct answers A. <em> 
 
T/F: You should always begin an html with the following statement: <!DOCTYPE> correct answers False 
 
Which part of the html is the scheme: "
A. http:// 
B. 
C. /tofu 
D...
Preview 2 out of 7 pages
Add to cartWhich of the following is an element? 
A. <em> 
B. "screen" 
C. For= 
D. Href= correct answers A. <em> 
 
T/F: You should always begin an html with the following statement: <!DOCTYPE> correct answers False 
 
Which part of the html is the scheme: "
A. http:// 
B. 
C. /tofu 
D...
URL correct answers Unique global address for a web page or other resource on the internet 
 
DNS correct answers (Domain name system) Hierarchical naming system that maps a more memorable URL to the actual IP address 
 
HTTP correct answers Transmission protocol for retrieving webpages with a br...
Preview 2 out of 9 pages
Add to cartURL correct answers Unique global address for a web page or other resource on the internet 
 
DNS correct answers (Domain name system) Hierarchical naming system that maps a more memorable URL to the actual IP address 
 
HTTP correct answers Transmission protocol for retrieving webpages with a br...
Issues with ANY grades, except exams, must be dealt with 10 calendar days of the posting of the grade. After 10 days the grade is final and cannot be challenged. correct answers true 
 
All late assignments and quizzes must be submitted prior to Friday of week 10 of the semester, which is November ...
Preview 2 out of 5 pages
Add to cartIssues with ANY grades, except exams, must be dealt with 10 calendar days of the posting of the grade. After 10 days the grade is final and cannot be challenged. correct answers true 
 
All late assignments and quizzes must be submitted prior to Friday of week 10 of the semester, which is November ...
Html correct answers Hyper Text Markup Language 
 
CSS correct answers Cascading Style Sheets 
 
<!DOCTYPE> correct answers The first tag in a HTML document 
 
Firefox correct answers A popular web browser from Mozilla 
 
HTML5 correct answers The latest version of HTML 
 
<a> corr...
Preview 1 out of 2 pages
Add to cartHtml correct answers Hyper Text Markup Language 
 
CSS correct answers Cascading Style Sheets 
 
<!DOCTYPE> correct answers The first tag in a HTML document 
 
Firefox correct answers A popular web browser from Mozilla 
 
HTML5 correct answers The latest version of HTML 
 
<a> corr...
Web design correct answers designs the web page 
 
web development correct answers makes the web page functional 
 
client/server architecture correct answers the server is usually some sort of database from which a client requests information-- a physical arrangement in which the client and serv...
Preview 2 out of 9 pages
Add to cartWeb design correct answers designs the web page 
 
web development correct answers makes the web page functional 
 
client/server architecture correct answers the server is usually some sort of database from which a client requests information-- a physical arrangement in which the client and serv...
There are three different ways that CSS can be added to HTML based off proper programming techniques shown in class. correct answers Inline, Internal, External 
 
#branding { ... } 
 
What does the '#' mean? correct answers It denotes this element as an ID 
 
If you would like to center align al...
Preview 2 out of 9 pages
Add to cartThere are three different ways that CSS can be added to HTML based off proper programming techniques shown in class. correct answers Inline, Internal, External 
 
#branding { ... } 
 
What does the '#' mean? correct answers It denotes this element as an ID 
 
If you would like to center align al...
________ is a set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web. correct answers HTTP 
 
A ________ is a type of ________. correct answers URL, URI 
 
A network that is geographically dispersed and may use some form of public or com...
Preview 1 out of 4 pages
Add to cart________ is a set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web. correct answers HTTP 
 
A ________ is a type of ________. correct answers URL, URI 
 
A network that is geographically dispersed and may use some form of public or com...
[T or F] Any computer that has server software installed and is connected to the Internet can act as a Web server. correct answers True 
 
A program that interprets and displays Web pages and lets you maneuver around the WWW is a _____________________. correct answers Browser 
 
Four popular Web b...
Preview 2 out of 8 pages
Add to cart[T or F] Any computer that has server software installed and is connected to the Internet can act as a Web server. correct answers True 
 
A program that interprets and displays Web pages and lets you maneuver around the WWW is a _____________________. correct answers Browser 
 
Four popular Web b...
client/server model correct answers clients can access information provided by one or more servers 
 
Network correct answers a structure in which information and services are shared among devices known as nodes or hosts 
 
Internet correct answers the largest WAN in existence, incorporates an al...
Preview 2 out of 6 pages
Add to cartclient/server model correct answers clients can access information provided by one or more servers 
 
Network correct answers a structure in which information and services are shared among devices known as nodes or hosts 
 
Internet correct answers the largest WAN in existence, incorporates an al...
Why use an MVC framework? correct answers Saves time and money by reducing the amount of code in need of development. 
 
What is a hybrid development approach? correct answers It combines Programmatic and Template-based coding methods. 
 
What makes a URI a URL? correct answers It tell where the ...
Preview 1 out of 2 pages
Add to cartWhy use an MVC framework? correct answers Saves time and money by reducing the amount of code in need of development. 
 
What is a hybrid development approach? correct answers It combines Programmatic and Template-based coding methods. 
 
What makes a URI a URL? correct answers It tell where the ...
Web browsers are used to compile HTML. correct answers False 
 
In the statement href = "address", href is a(n) ________ of the element. correct answers attribute 
 
________ is used to specify the presentation, or styling, of elements on a web page (e.g., fonts, spacing, sizes, colors, position...
Preview 2 out of 6 pages
Add to cartWeb browsers are used to compile HTML. correct answers False 
 
In the statement href = "address", href is a(n) ________ of the element. correct answers attribute 
 
________ is used to specify the presentation, or styling, of elements on a web page (e.g., fonts, spacing, sizes, colors, position...
What is used to describe the style of a webpage? correct answers Web design 
 
What is used to create a hyperlink to another location on a web page? correct answers Named anchor 
 
How many heading styles are available when designing a website? correct answers 6 
 
Dreamweaver is a WYSIWYG editor...
Preview 2 out of 5 pages
Add to cartWhat is used to describe the style of a webpage? correct answers Web design 
 
What is used to create a hyperlink to another location on a web page? correct answers Named anchor 
 
How many heading styles are available when designing a website? correct answers 6 
 
Dreamweaver is a WYSIWYG editor...
.html correct answers Hyper Text Markup Language 
 
.css correct answers Cascading Style Sheets 
 
.js correct answers JavaScript - client side, not server side 
 
Purpose of javascript correct answers Front-end management. Task the server as little as possible 
 
jQuery correct answers Javascr...
Preview 1 out of 4 pages
Add to cart.html correct answers Hyper Text Markup Language 
 
.css correct answers Cascading Style Sheets 
 
.js correct answers JavaScript - client side, not server side 
 
Purpose of javascript correct answers Front-end management. Task the server as little as possible 
 
jQuery correct answers Javascr...
client/server model correct answers the clients access information provided by one or more servers 
 
network correct answers a structure in which information and services are shared among devices 
 
internet correct answers the largest wide area network in existence, which incorporates an almost...
Preview 2 out of 11 pages
Add to cartclient/server model correct answers the clients access information provided by one or more servers 
 
network correct answers a structure in which information and services are shared among devices 
 
internet correct answers the largest wide area network in existence, which incorporates an almost...
all of the above correct answers a saved link to a webpage 
 
landing correct answers page is the page on a website that a visitor sees when he or she clicks a link from an ad, a search engine result or social media promotion 
 
network correct answers a computer __ consists of connected computer...
Preview 2 out of 6 pages
Add to cartall of the above correct answers a saved link to a webpage 
 
landing correct answers page is the page on a website that a visitor sees when he or she clicks a link from an ad, a search engine result or social media promotion 
 
network correct answers a computer __ consists of connected computer...
New Top Level Domains (TLDs) are coordinated by correct answers ICANN 
 
the organization that takes a proactive role in developing recommendations and prototype technologies related to the Web correct answers World Wide Web Consortium (W3C 
 
combines the formatting strengths of HTML 4.0 and the ...
Preview 1 out of 4 pages
Add to cartNew Top Level Domains (TLDs) are coordinated by correct answers ICANN 
 
the organization that takes a proactive role in developing recommendations and prototype technologies related to the Web correct answers World Wide Web Consortium (W3C 
 
combines the formatting strengths of HTML 4.0 and the ...
These modify properties of an HTML tag correct answers Attributes 
 
A computer application that is used to display HTML pages correct answers Browser 
 
A computer that displays web pages correct answers Client 
 
What graphic designers contribute to a web development team correct answers Innov...
Preview 2 out of 5 pages
Add to cartThese modify properties of an HTML tag correct answers Attributes 
 
A computer application that is used to display HTML pages correct answers Browser 
 
A computer that displays web pages correct answers Client 
 
What graphic designers contribute to a web development team correct answers Innov...
Uniform Resource Identifier (URI) correct answers identifies a resource on the internet 
 
Uniform Resource Locator (URL) correct answers a type of URI which represents the network location of a resource such as a web page, a graphic file, or an MP3 file. 
 
domain name correct answers Locates an...
Preview 2 out of 5 pages
Add to cartUniform Resource Identifier (URI) correct answers identifies a resource on the internet 
 
Uniform Resource Locator (URL) correct answers a type of URI which represents the network location of a resource such as a web page, a graphic file, or an MP3 file. 
 
domain name correct answers Locates an...
An example of a plug-in used to run multimedia content on a website correct answers Windows Media Player 
 
Which attribute in the <audio> tag would play an audio file as soon as the page loads? correct answers Autostart= "true" 
 
A named group of JavaScript statements that perform a desi...
Preview 1 out of 2 pages
Add to cartAn example of a plug-in used to run multimedia content on a website correct answers Windows Media Player 
 
Which attribute in the <audio> tag would play an audio file as soon as the page loads? correct answers Autostart= "true" 
 
A named group of JavaScript statements that perform a desi...
Select correct answers Defines a drop-down list 
 
Fieldset correct answers This element is used to group related data 
 
A visual prototype that focuses on content, layout, and behavior correct answers A wireframe 
 
What changes the text color? correct answers color 
 
What is true about Meta ...
Preview 1 out of 1 pages
Add to cartSelect correct answers Defines a drop-down list 
 
Fieldset correct answers This element is used to group related data 
 
A visual prototype that focuses on content, layout, and behavior correct answers A wireframe 
 
What changes the text color? correct answers color 
 
What is true about Meta ...
HTTP Request Headers correct answers -contain meta information about the request being made 
 
How do people access the web? correct answers 1. Web Browsers (Chrome, Safari, etc.) 
 
2. Mobile Devices 
-varying screen sizes 
-different interaction behavior 
 
3. Screen Readers 
-used by those wit...
Preview 3 out of 20 pages
Add to cartHTTP Request Headers correct answers -contain meta information about the request being made 
 
How do people access the web? correct answers 1. Web Browsers (Chrome, Safari, etc.) 
 
2. Mobile Devices 
-varying screen sizes 
-different interaction behavior 
 
3. Screen Readers 
-used by those wit...
Who created what would later be called the internet? correct answers None of these. 
 
Who invented the web? correct answers Tim Berners-Lee 
 
What program is used for viewing HTML files? correct answers Web Browser 
 
What kinds of information can appear in HTML? correct answers Text, images, ...
Preview 1 out of 3 pages
Add to cartWho created what would later be called the internet? correct answers None of these. 
 
Who invented the web? correct answers Tim Berners-Lee 
 
What program is used for viewing HTML files? correct answers Web Browser 
 
What kinds of information can appear in HTML? correct answers Text, images, ...
!Doctype correct answers Declares to the web browser what version of HTML you are using. If your doctype and coding are different from each other the page will not validate. 
 
.css correct answers A file extension that indicates that a file is a cascading style sheet. 
 
.gif correct answers A f...
Preview 2 out of 6 pages
Add to cart!Doctype correct answers Declares to the web browser what version of HTML you are using. If your doctype and coding are different from each other the page will not validate. 
 
.css correct answers A file extension that indicates that a file is a cascading style sheet. 
 
.gif correct answers A f...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Stuvia is a marketplace, so you are not buying this document from us, but from seller HopeJewels. Stuvia facilitates payment to the seller.
No, you only buy these notes for $23.49. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
72042 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now