JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
HTML + HTML5 interview questions part 16
HTML + HTML5 interview questions part 16
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Which of the following is not encode by encodeURI() function?
A. >
B. [
C. \
D. :
Show Correct Answer
Correct Answer is :
:
2. Which of the following is used to decode the encoded URI?
A. encodeURI()
B. encodeURIComponent()
C. decodeURI()
D. Server.URLEncode()
Show Correct Answer
Correct Answer is :
decodeURI()
3. What is the URL Encode for the character ‘M’?
A. 0.47
B. %4A
C. %4D
D. 0.5
Show Correct Answer
Correct Answer is :
%4D
4. Which of the following is not control character?
A. BS
B. NUL
C. ampersand
D. HT
Show Correct Answer
Correct Answer is :
ampersand
5. What is the URL encoding of VT?
A. %0B
B. 0.09
C. 0.06
D. 0.02
Show Correct Answer
Correct Answer is :
%0B
6. Which is not a reserved character?
A. _
B. (
C. )
D. *
Show Correct Answer
Correct Answer is :
_
7. Which of the following does not specify a column width?
A. Fixed
B. Percentage
C. Proportional
D. Pixels
Show Correct Answer
Correct Answer is :
Pixels
8. Scope attribute can’t have the value __________
A. row
B. rowgroup
C. col
D.