Lab 1 Self Assessment

Lab1 Self Assessment


Use your mouse to highlight on the question to see the answer for each question

Which of the following type of style sheet can change the look of an entire website? answer is D

Question 1 options:

Question 2 (1 point)

 

Which of the following are some advantages of CSS?  (There are more than 1 answers)    answer is A, C, D

Question 2 options:

Question 3 (1 point)

 

The telephone number input field does not allow empty field. What is written in the input field tag to enable that?
answer is D



Question 3 options:

Question 4 (1 point)

 

Which of the following is NOT a server-side scripting language?

answer is B

Question 5 (1 point)

 

Given the following html codes, what is the purpose of the attribute "alt" ?

<img src="img_chania.jpg" alt="Flowers in China">     answer is D

Question 5 options:

Question 6 (1 point)

 

Which of the following is TRUE? answer is C

Question 6 options:

Question 7 (1 point)

 

Which one of the following HTML codes is correct on HTML Links?
answer is B

Question 7 options:

Question 8 (1 point)

 

Notice that the name input field was "greyed" out and disallowed user to change the name.  However, it would still be submitted to the webserver. What is written in the input field tag to enable that?

answer is C



Question 8 options:



Question 9 (1 point)

 

What is a CSS Selector?

answer is C

Question 9 options:

Question 10 (1 point)

 

I have an external CSS style sheet file, named "myStyle.css". 

In which HTML element should I embed this HTML code, in order for me to apply this style sheet to my HTML page?

<link href="myStyle.css" rel="stylesheet" type="text/css"/>


answer is A
Question 10 options:




Comments

Popular posts from this blog

Simple Login Example (PHP Server + Android Client)

Lab 6: Using split