Explore topic-wise MCQs in Html.

This section includes 20 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.

1.

What is the URL Encode for the character ‘M’?

A. %47
B. %4A
C. %4D
D. %50
Answer» D. %50
2.

Which of the following is used to decode the encoded URI?

A. encodeURI()
B. encodeURIComponent()
C. decodeURI()
D. Server.URLEncode()
Answer» D. Server.URLEncode()
3.

Which of the following is not encode by encodeURI() function?

A. >
B. [
C. \
D. :
Answer» E.
4.

What is the URL Encode for tab character?

A. %09
B. %08
C. %0d
D. %0a
Answer» B. %08
5.

What is URL encode of ‘&’?

A. %24
B. %2c
C. %3d
D. %26
Answer» E.
6.

WHAT_IS_THE_URL_ENCODE_FOR_TAB_CHARACTER??$

A. %09
B. %08
C. %0d
D. %0a
Answer» B. %08
7.

Which of the following is used to decode the encoded URI?$

A. encodeURI()
B. encodeURIComponent()
C. decodeURI()
D. Server.URLEncode()
Answer» D. Server.URLEncode()
8.

Which_of_the_following_is_not_encode_by_encodeURI()_function?$

A. >
B. [
C. \
D. :
Answer» E.
9.

Which is not a reserved character?

A. _
B. (
C. )
D. *
Answer» B. (
10.

What is the URL encoding of VT?

A. %0B
B. %09
C. %06
D. %02
Answer» B. %09
11.

Which of the following is not control character?

A. BS
B. NUL
C. ampersand
D. HT
Answer» D. HT
12.

What_is_the_URL_Encode_for_the_character_‘M’?$

A. %47
B. %4A
C. %4D
D. %50
Answer» D. %50
13.

Which of the following is not a reserved character?

A. &
B. >
C. +
D. @
Answer» C. +
14.

What is URL encode of ‘&’?$

A. %24
B. %2c
C. %3d
D. %26
Answer» E.
15.

Which function is used in JavaScript for URL encoding?

A. encodeURI()
B. Server.URLEncode()
C. rawurlencode()
D. UREncoding
Answer» B. Server.URLEncode()
16.

In URL encoding replaces non-ASCII characters with ________

A. “*”
B. “&”
C. “%”
D. “+”
Answer» D. ‚Äö√Ñ√∂‚àö√ë‚àö‚à´+‚Äö√Ñ√∂‚àö√ë‚àöœÄ
17.

ASCII is _____________

A. 6-bit character set
B. 7-bit character set
C. 9-bit character set
D. 3-bit character set
Answer» C. 9-bit character set
18.

Which scheme is used for secure HyperText Transfer Protocol?

A. ftp
B. http
C. https
D. file
Answer» D. file
19.

What is the correct syntax of web address?

A. path://prefix.port:domain/filename/scheme
B. scheme://prefix.domain:port/path/filename
C. prefix://scheme.port:domain/filename/path
D. port://domain.filenmae:path/scheme/prefix
Answer» C. prefix://scheme.port:domain/filename/path
20.

URL is ___________

A. web address
B. source code
C. user’s address
D. an attribute
Answer» B. source code