I. Multiple Choice (3 points each). Choose one listed assertion that appears to be most correct. 1. What would be the correct URL to download
I. Multiple Choice (3 points each). Choose one listed assertion that appears to be most correct.
1. What would be the correct URL to download the file introduction.html from the folder /dir/bookmark/ on
the server www.cars.org on port 8080?
A. http://8080/www.cars.org/dir/bookmark /introduction.html
B. http://www.cars.org/introduction.html
C. http://www.cars.org:8080/dir/bookmark/introduction.html
D. http://www.cars.org/dir/bookmark/introduction.html/8080
2. Which web language is designated to describe the appearance of the web page?
A. CSS
B. HTTP
C. JavaScript
D. PHP
3. What is the HTML source code for displaying the text
on a web page?
A.
B.
C.
D. <&pt>
4. Which HTML tag is for setting up a favicon for web pages?
A.
B.
C.
D.
5. Which of the following is the correct HTML statement for referring to an external style sheet?
A.
B.
C.
D.
6. Which type of CSS is coded in the body section of HTML files as an attribute of an HTML tag?
A. External style sheet
B. Internal (Embedded) style sheet
C. Inline style sheet
D. User-agent style sheet
7. Which of the following is a valid comment in a CSS file?
A. // this is a comment
B. // this is a comment //
C. /* this is a comment */
D.
8. Which is the correct CSS rule configuring a background image called parchment.gif for a web page?
A. body {background-image: url(parchment.gif); }
B. body {background: parchment.gif;}
C. document {background: parchment.gif; }
D. document {background-image: url(parchment.gif); }
Step by Step Solution
There are 3 Steps involved in it
Step: 1
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started