45.
00/100Failed
Question 1 5
Which of the following is true about links by default?
An active link is underlined and purple
A visited link is underlined and red
An unvisited link is underlined and blue
All the above
Question 2 5
Which CSS property can provide to add an effect when changing from one style to
another,without using Flash animations or javascript?
Associations
Transistor
Transitions
Flag
Question 3 5
Which of the following tag is used to insert a line-break in HTML?
Question 4 5
When trying to access a URL, the following message is displayed on the browser:
Server; Error 403.
What could be the reason for the message?
The requested HTML file or CGI script has insufficient permission
first line of the output from the script is not a valid HTTP header
The requested HTML file is not available
The path to the interpreter of the script file is invalid
Question 5 5
How to create a function in JavaScript?
function:f()
function = f()
function f()
f()
Question 6 5
Which of the following occurs after fixed positioned is added to the element?
affix.bs.affix
affixed.bs.affix
affix-top.bs.affix
affixed-top.bs.affix
Question 7 5
In ECMAScript 5, allows you to make the length property of an array read only with
………….
Object.defineProperty()
Object.readonlyProperty()
JavaScript.defineProperty()
JavaScript.readonlyProperty()
Question 8 5
When trying to access a URL, the following message is displayed on the browser:
Server; Error 403.
What could be the reason for the message?
The requested HTML file or CGI script has insufficient permission
first line of the output from the script is not a valid HTTP header
The requested HTML file is not available
The path to the interpreter of the script file is invalid
Question 9 5
What are meta tags used for?
Question 10 5
The attribute used to define a new namespace is.
XmlNs
Xmlns
XmlNameSpace
XMLNS
Question 11 5
Where in an HTML document is the correct place to refer to an external style sheet?
At the end of the document
At the top of the document
In the section
In the section
Question 12 5
DNS translates __________
IP address as a domain name
the domain name as IP address
1&2
the domain name as physical address (MAC)
Question 13 5
What will be the return value of the write() method when the Node cannot write the data
immediately and has to buffer it internally?
TRUE
FALSE
Question 14 5
The _______ method of an Array object adds and/or removes elements from an array.
Splice
Slice
Shift
Reverse
Question 15 5
Which of the following HTTP Status code means NOT MODIFIED, used to reduce network
bandwidth usage in case of conditional GET requests?
200
201
204
304
Question 16 5
Which of the following tag is used to insert a line-break in HTML?
Question 17 5
Which of the following HTTP Status code means NOT MODIFIED, used to reduce network
bandwidth usage in case of conditional GET requests?
200
201
204
304
Question 18 5
Twitter limits the number of characters per tweet is ?
130
140
120
160
Question 19 5
How to call a function named “sum”?
sum()
call function sum()
sum()
sum
Question 20 5
A Web site’s home page is normally named home.htm or home.html
TRUE
FALSE