Question 11 TCO 1 JavaScript code is run by the Points 5 da
application server web server web browser |
Storyboard Thumbnail None of the above |
starts a new line of text displays text in bold creates a link |
Code the first column before the second column and then float both columns to the left. Code the columns in any order and then float both columns to the left. Code the columns in any order and then float the first column to the left and the second column to the right. |
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 |
1 2 3 |
the elements, attributes, and comments in the HTML the contents, attributes, and comments in the HTML the elements, contents, attributes, and comments in the HTML |
Session storage is erased when a user goes to another page. The data in web storage is stored in name/value pairs. Local storage is retained indefinitely. |
JavaScript code, server-side code, or jQuery JavaScript code, server-side code, or jQuery Mobile JavaScript code, server-side code, or WURFL |
link, active, inactive, and hover unvisited, visited, active, and inactive link, visited, active, and hover |
application server web server web browser |
Solution
1) Web Browser : Javascript is a client side scripting language and doesn\'t need remote or web server to run it.
2) None of the mentioned names as that will be called blueprint.
3) <br> is an html tag and whereever we writes this then the control goes to the next line so option b
6) Only 1 as we are not providing the attribute which allows to select multiple options.
7) It represents elemets, contents and attributes in HTML like a text box.
8) Correct option is a \"Web storage refers to data storage on the user\'s computer\" because by definition web storage is data stored in web browser.
9) Javascript, serverside or JQuery among which JQuery is widely used.
10) Optiond link,visited, hover and active
wher link - is the selector for normal links
visited - is the selector for visited links
hover - is the selector for hover state
active - is the selector for active links

