Question 1 5 pts (TCO 1) An HTTP response is sent from the web server to the app
ID: 3596839 • Letter: Q
Question
Question 1 5 pts
(TCO 1) An HTTP response is sent from
the web server to the application server.
the application server to the web server.
the client to the web server.
the web server to the client.
Question 2 5
(TCO 2) A flowchart illustrating the site structure of a website is called a
wireframe.
storyboard.
thumbnail.
None of the above
Question 3 5 pts
(TCO 3) By default, the <br> tag
breaks a page into two parts.
starts a new line of text.
displays text in bold.
creates a link.
Question 4 5 pts
(TCO 4) To stop an element from flowing into the space on the side of a floated element, you can use the _____ property.
fixed
width
clear
stop
Question 5 5 pts
(TCO 5) As a best practice, you should only use the height and width attributes of an .img element to specify
the size at which you want the image to be displayed after the page is rendered.
the actual size of the image.
the optimum size of the image.
the size at which you want the image to be displayed while the page is being rendered.
Question 6 5 pts
(TCO 6) How many check boxes from the following code can be selected at any given time?
<input type="checkbox" name="address" value="Home">Home Address
<input type="checkbox" name="delivery" value="FedEx">Federal Express
<input type="checkbox" name="delivery" value="UPS">UPS
0
1
2
3
Question 7 5 pts
(TCO 7) Many jQuery features require the use of these files:
the jQuery core library, the jQuery UI library, and the jQuery UI stylesheet.
the JavaScript core library, the jQuery core library, and the jQuery UI library,
the jQuery core library, the jQuery UI library, and the jQuery stylesheet.
the JavaScript core library, the jQuery core library, and the jQuery UI stylesheet.
Question 8 5 pts
(TCO 8) When you use Google Web Fonts or Adobe Typekit fonts, you first select a font or fonts. Then, to import the fonts into a webpage, you use
the CSS3 font-face selector.
a script element.
a link element.
either a link or a script element.
Question 9 5 pts
(TCO 9) When you use a separate version of your website for mobile devices, it’s best if your regular website
provides a style sheet for mobile devices.
detects mobile devices and redirects them to the mobile site.
provides the HTML for the mobile site.
detects computer screens and redirects all other requests to the mobile site.
Question 10 5 pts
(TCO 10) Today, CSS should be used for page layout, and tables should only be used for
aligning components within a div element.
aligning components in the header of a page.
handling difficult layout problems within a page.
presenting tabular data.
Explanation / Answer
Question 1:
Ans: d)
After receiving a message from the client,web server responds to the client by HTTP response message.
Question2:
Answer: a) wireframe.
Because, images which displays the functional elements of a website or page, typically used for planning a site's structure .
Question 3:
Ans: starts a new line of text.
In HTML <br> is used to break the line.
Question 4:
Ans: Clear
Clear command is used to To stop an element from flowing into the space on the side of a floated element.
Question 5:
Ans: A) the size at which you want the image to be displayed after the page is rendered.
When the page is created, by specifying the length and width of the image is considered best practice because that length and width got reserved in the page dimensions and we can see the image with specified dimensions.
Question 6:
Ans: 3
Question 7:
Ans: the jQuery core library, the jQuery UI library, and the jQuery UI stylesheet
Question 8:
Ans: the CSS3 font-face selector.
Question 9:
Ans: provides the HTML for the mobile site.
Question 10:
Ans: presenting tabular data
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.