0% found this document useful (0 votes)
58 views54 pages

Java HTML CSS 500 MCQ Question Bank

The document is a question bank containing 500 multiple-choice questions (MCQs) related to Java, HTML, and CSS, primarily focusing on core Java concepts. Each question is followed by four options and the correct answer is provided. The questions cover various topics such as data types, inheritance, encapsulation, and the structure of Java programs.

Uploaded by

maharaghu69
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views54 pages

Java HTML CSS 500 MCQ Question Bank

The document is a question bank containing 500 multiple-choice questions (MCQs) related to Java, HTML, and CSS, primarily focusing on core Java concepts. Each question is followed by four options and the correct answer is provided. The questions cover various topics such as data types, inheritance, encapsulation, and the structure of Java programs.

Uploaded by

maharaghu69
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

JAVA, HTML & CSS - 500 MCQ A) int

Question Bank with Answers B) float

SECTION A: CORE JAVA (1–300) C) String

D) char
1. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 6. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
2. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 7. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
3. Entry point of Java program?
Answer: B
A) start()

B) main() 8. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
4. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 9. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
5. Which is not primitive type?
Answer: A C) 8 bytes

D) 1 byte
10. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 15. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
11. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 16. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
12. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 17. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
13. Entry point of Java program?
Answer: B
A) start()

B) main() 18. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
14. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 19. Array index starts from?


A) 0 Answer: B

B) 1
24. Size of int in Java?
C) -1
A) 2 bytes
D) Depends
B) 4 bytes
Answer: A
C) 8 bytes

20. Which package auto imported? D) 1 byte

A) [Link] Answer: B

B) [Link]
25. Which is not primitive type?
C) [Link]
A) int
D) [Link]
B) float
Answer: C
C) String

21. Java is a ___ language. D) char

A) Procedural Answer: C

B) Object Oriented
26. Parent class of all classes?
C) Machine
A) String
D) Assembly
B) Throwable
Answer: B
C) Object

22. Which keyword is used to inherit a class? D) Class

A) implement Answer: C

B) extends
27. Which keyword makes variable constant?
C) inherit
A) static
D) super
B) final
Answer: B
C) const

23. Entry point of Java program? D) fixed

A) start() Answer: B

B) main()
28. Which concept hides data?
C) run()
A) Polymorphism
D) init()
B) Abstraction
C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
29. Array index starts from?
Answer: B
A) 0

B) 1 34. Size of int in Java?

C) -1 A) 2 bytes

D) Depends B) 4 bytes

Answer: A C) 8 bytes

D) 1 byte
30. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 35. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
31. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 36. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
32. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 37. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
33. Entry point of Java program?
Answer: B C) inherit

D) super
38. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 43. Entry point of Java program?

C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
39. Array index starts from?
Answer: B
A) 0

B) 1 44. Size of int in Java?

C) -1 A) 2 bytes

D) Depends B) 4 bytes

Answer: A C) 8 bytes

D) 1 byte
40. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 45. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
41. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 46. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
42. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 47. Which keyword makes variable constant?


A) static Answer: B

B) final
52. Which keyword is used to inherit a class?
C) const
A) implement
D) fixed
B) extends
Answer: B
C) inherit

48. Which concept hides data? D) super

A) Polymorphism Answer: B

B) Abstraction
53. Entry point of Java program?
C) Encapsulation
A) start()
D) Inheritance
B) main()
Answer: C
C) run()

49. Array index starts from? D) init()

A) 0 Answer: B

B) 1
54. Size of int in Java?
C) -1
A) 2 bytes
D) Depends
B) 4 bytes
Answer: A
C) 8 bytes

50. Which package auto imported? D) 1 byte

A) [Link] Answer: B

B) [Link]
55. Which is not primitive type?
C) [Link]
A) int
D) [Link]
B) float
Answer: C
C) String

51. Java is a ___ language. D) char

A) Procedural Answer: C

B) Object Oriented
56. Parent class of all classes?
C) Machine
A) String
D) Assembly
B) Throwable
C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
57. Which keyword makes variable constant?
Answer: B
A) static

B) final 62. Which keyword is used to inherit a class?

C) const A) implement

D) fixed B) extends

Answer: B C) inherit

D) super
58. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 63. Entry point of Java program?

C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
59. Array index starts from?
Answer: B
A) 0

B) 1 64. Size of int in Java?

C) -1 A) 2 bytes

D) Depends B) 4 bytes

Answer: A C) 8 bytes

D) 1 byte
60. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 65. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
61. Java is a ___ language.
Answer: C C) [Link]

D) [Link]
66. Parent class of all classes?
Answer: C
A) String

B) Throwable 71. Java is a ___ language.

C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
67. Which keyword makes variable constant?
Answer: B
A) static

B) final 72. Which keyword is used to inherit a class?

C) const A) implement

D) fixed B) extends

Answer: B C) inherit

D) super
68. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 73. Entry point of Java program?

C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
69. Array index starts from?
Answer: B
A) 0

B) 1 74. Size of int in Java?

C) -1 A) 2 bytes

D) Depends B) 4 bytes

Answer: A C) 8 bytes

D) 1 byte
70. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 75. Which is not primitive type?


A) int Answer: A

B) float
80. Which package auto imported?
C) String
A) [Link]
D) char
B) [Link]
Answer: C
C) [Link]

76. Parent class of all classes? D) [Link]

A) String Answer: C

B) Throwable
81. Java is a ___ language.
C) Object
A) Procedural
D) Class
B) Object Oriented
Answer: C
C) Machine

77. Which keyword makes variable constant? D) Assembly

A) static Answer: B

B) final
82. Which keyword is used to inherit a class?
C) const
A) implement
D) fixed
B) extends
Answer: B
C) inherit

78. Which concept hides data? D) super

A) Polymorphism Answer: B

B) Abstraction
83. Entry point of Java program?
C) Encapsulation
A) start()
D) Inheritance
B) main()
Answer: C
C) run()

79. Array index starts from? D) init()

A) 0 Answer: B

B) 1
84. Size of int in Java?
C) -1
A) 2 bytes
D) Depends
B) 4 bytes
C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
85. Which is not primitive type?
Answer: A
A) int

B) float 90. Which package auto imported?

C) String A) [Link]

D) char B) [Link]

Answer: C C) [Link]

D) [Link]
86. Parent class of all classes?
Answer: C
A) String

B) Throwable 91. Java is a ___ language.

C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
87. Which keyword makes variable constant?
Answer: B
A) static

B) final 92. Which keyword is used to inherit a class?

C) const A) implement

D) fixed B) extends

Answer: B C) inherit

D) super
88. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 93. Entry point of Java program?

C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
89. Array index starts from?
Answer: B C) Encapsulation

D) Inheritance
94. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 99. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
95. Which is not primitive type?
Answer: A
A) int

B) float 100. Which package auto imported?

C) String A) [Link]

D) char B) [Link]

Answer: C C) [Link]

D) [Link]
96. Parent class of all classes?
Answer: C
A) String

B) Throwable 101. Java is a ___ language.

C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
97. Which keyword makes variable constant?
Answer: B
A) static

B) final 102. Which keyword is used to inherit a class?

C) const A) implement

D) fixed B) extends

Answer: B C) inherit

D) super
98. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 103. Entry point of Java program?


A) start() Answer: B

B) main()
108. Which concept hides data?
C) run()
A) Polymorphism
D) init()
B) Abstraction
Answer: B
C) Encapsulation

104. Size of int in Java? D) Inheritance

A) 2 bytes Answer: C

B) 4 bytes
109. Array index starts from?
C) 8 bytes
A) 0
D) 1 byte
B) 1
Answer: B
C) -1

105. Which is not primitive type? D) Depends

A) int Answer: A

B) float
110. Which package auto imported?
C) String
A) [Link]
D) char
B) [Link]
Answer: C
C) [Link]

106. Parent class of all classes? D) [Link]

A) String Answer: C

B) Throwable
111. Java is a ___ language.
C) Object
A) Procedural
D) Class
B) Object Oriented
Answer: C
C) Machine

107. Which keyword makes variable constant? D) Assembly

A) static Answer: B

B) final
112. Which keyword is used to inherit a class?
C) const
A) implement
D) fixed
B) extends
C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
113. Entry point of Java program?
Answer: B
A) start()

B) main() 118. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
114. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 119. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
115. Which is not primitive type?
Answer: A
A) int

B) float 120. Which package auto imported?

C) String A) [Link]

D) char B) [Link]

Answer: C C) [Link]

D) [Link]
116. Parent class of all classes?
Answer: C
A) String

B) Throwable 121. Java is a ___ language.

C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
117. Which keyword makes variable constant?
Answer: B C) Object

D) Class
122. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 127. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
123. Entry point of Java program?
Answer: B
A) start()

B) main() 128. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
124. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 129. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
125. Which is not primitive type?
Answer: A
A) int

B) float 130. Which package auto imported?

C) String A) [Link]

D) char B) [Link]

Answer: C C) [Link]

D) [Link]
126. Parent class of all classes?
Answer: C
A) String

B) Throwable 131. Java is a ___ language.


A) Procedural Answer: C

B) Object Oriented
136. Parent class of all classes?
C) Machine
A) String
D) Assembly
B) Throwable
Answer: B
C) Object

132. Which keyword is used to inherit a class? D) Class

A) implement Answer: C

B) extends
137. Which keyword makes variable constant?
C) inherit
A) static
D) super
B) final
Answer: B
C) const

133. Entry point of Java program? D) fixed

A) start() Answer: B

B) main()
138. Which concept hides data?
C) run()
A) Polymorphism
D) init()
B) Abstraction
Answer: B
C) Encapsulation

134. Size of int in Java? D) Inheritance

A) 2 bytes Answer: C

B) 4 bytes
139. Array index starts from?
C) 8 bytes
A) 0
D) 1 byte
B) 1
Answer: B
C) -1

135. Which is not primitive type? D) Depends

A) int Answer: A

B) float
140. Which package auto imported?
C) String
A) [Link]
D) char
B) [Link]
C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
141. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 146. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
142. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 147. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
143. Entry point of Java program?
Answer: B
A) start()

B) main() 148. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
144. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 149. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
145. Which is not primitive type?
Answer: A C) 8 bytes

D) 1 byte
150. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 155. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
151. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 156. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
152. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 157. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
153. Entry point of Java program?
Answer: B
A) start()

B) main() 158. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
154. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 159. Array index starts from?


A) 0 Answer: B

B) 1
164. Size of int in Java?
C) -1
A) 2 bytes
D) Depends
B) 4 bytes
Answer: A
C) 8 bytes

160. Which package auto imported? D) 1 byte

A) [Link] Answer: B

B) [Link]
165. Which is not primitive type?
C) [Link]
A) int
D) [Link]
B) float
Answer: C
C) String

161. Java is a ___ language. D) char

A) Procedural Answer: C

B) Object Oriented
166. Parent class of all classes?
C) Machine
A) String
D) Assembly
B) Throwable
Answer: B
C) Object

162. Which keyword is used to inherit a class? D) Class

A) implement Answer: C

B) extends
167. Which keyword makes variable constant?
C) inherit
A) static
D) super
B) final
Answer: B
C) const

163. Entry point of Java program? D) fixed

A) start() Answer: B

B) main()
168. Which concept hides data?
C) run()
A) Polymorphism
D) init()
B) Abstraction
C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
169. Array index starts from?
Answer: B
A) 0

B) 1 174. Size of int in Java?

C) -1 A) 2 bytes

D) Depends B) 4 bytes

Answer: A C) 8 bytes

D) 1 byte
170. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 175. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
171. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 176. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
172. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 177. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
173. Entry point of Java program?
Answer: B C) inherit

D) super
178. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 183. Entry point of Java program?

C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
179. Array index starts from?
Answer: B
A) 0

B) 1 184. Size of int in Java?

C) -1 A) 2 bytes

D) Depends B) 4 bytes

Answer: A C) 8 bytes

D) 1 byte
180. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 185. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
181. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 186. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
182. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 187. Which keyword makes variable constant?


A) static Answer: B

B) final
192. Which keyword is used to inherit a class?
C) const
A) implement
D) fixed
B) extends
Answer: B
C) inherit

188. Which concept hides data? D) super

A) Polymorphism Answer: B

B) Abstraction
193. Entry point of Java program?
C) Encapsulation
A) start()
D) Inheritance
B) main()
Answer: C
C) run()

189. Array index starts from? D) init()

A) 0 Answer: B

B) 1
194. Size of int in Java?
C) -1
A) 2 bytes
D) Depends
B) 4 bytes
Answer: A
C) 8 bytes

190. Which package auto imported? D) 1 byte

A) [Link] Answer: B

B) [Link]
195. Which is not primitive type?
C) [Link]
A) int
D) [Link]
B) float
Answer: C
C) String

191. Java is a ___ language. D) char

A) Procedural Answer: C

B) Object Oriented
196. Parent class of all classes?
C) Machine
A) String
D) Assembly
B) Throwable
C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
197. Which keyword makes variable constant?
Answer: B
A) static

B) final 202. Which keyword is used to inherit a class?

C) const A) implement

D) fixed B) extends

Answer: B C) inherit

D) super
198. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 203. Entry point of Java program?

C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
199. Array index starts from?
Answer: B
A) 0

B) 1 204. Size of int in Java?

C) -1 A) 2 bytes

D) Depends B) 4 bytes

Answer: A C) 8 bytes

D) 1 byte
200. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 205. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
201. Java is a ___ language.
Answer: C C) [Link]

D) [Link]
206. Parent class of all classes?
Answer: C
A) String

B) Throwable 211. Java is a ___ language.

C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
207. Which keyword makes variable constant?
Answer: B
A) static

B) final 212. Which keyword is used to inherit a class?

C) const A) implement

D) fixed B) extends

Answer: B C) inherit

D) super
208. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 213. Entry point of Java program?

C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
209. Array index starts from?
Answer: B
A) 0

B) 1 214. Size of int in Java?

C) -1 A) 2 bytes

D) Depends B) 4 bytes

Answer: A C) 8 bytes

D) 1 byte
210. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 215. Which is not primitive type?


A) int Answer: A

B) float
220. Which package auto imported?
C) String
A) [Link]
D) char
B) [Link]
Answer: C
C) [Link]

216. Parent class of all classes? D) [Link]

A) String Answer: C

B) Throwable
221. Java is a ___ language.
C) Object
A) Procedural
D) Class
B) Object Oriented
Answer: C
C) Machine

217. Which keyword makes variable constant? D) Assembly

A) static Answer: B

B) final
222. Which keyword is used to inherit a class?
C) const
A) implement
D) fixed
B) extends
Answer: B
C) inherit

218. Which concept hides data? D) super

A) Polymorphism Answer: B

B) Abstraction
223. Entry point of Java program?
C) Encapsulation
A) start()
D) Inheritance
B) main()
Answer: C
C) run()

219. Array index starts from? D) init()

A) 0 Answer: B

B) 1
224. Size of int in Java?
C) -1
A) 2 bytes
D) Depends
B) 4 bytes
C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
225. Which is not primitive type?
Answer: A
A) int

B) float 230. Which package auto imported?

C) String A) [Link]

D) char B) [Link]

Answer: C C) [Link]

D) [Link]
226. Parent class of all classes?
Answer: C
A) String

B) Throwable 231. Java is a ___ language.

C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
227. Which keyword makes variable constant?
Answer: B
A) static

B) final 232. Which keyword is used to inherit a class?

C) const A) implement

D) fixed B) extends

Answer: B C) inherit

D) super
228. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 233. Entry point of Java program?

C) Encapsulation A) start()

D) Inheritance B) main()

Answer: C C) run()

D) init()
229. Array index starts from?
Answer: B C) Encapsulation

D) Inheritance
234. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 239. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
235. Which is not primitive type?
Answer: A
A) int

B) float 240. Which package auto imported?

C) String A) [Link]

D) char B) [Link]

Answer: C C) [Link]

D) [Link]
236. Parent class of all classes?
Answer: C
A) String

B) Throwable 241. Java is a ___ language.

C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
237. Which keyword makes variable constant?
Answer: B
A) static

B) final 242. Which keyword is used to inherit a class?

C) const A) implement

D) fixed B) extends

Answer: B C) inherit

D) super
238. Which concept hides data?
Answer: B
A) Polymorphism

B) Abstraction 243. Entry point of Java program?


A) start() Answer: B

B) main()
248. Which concept hides data?
C) run()
A) Polymorphism
D) init()
B) Abstraction
Answer: B
C) Encapsulation

244. Size of int in Java? D) Inheritance

A) 2 bytes Answer: C

B) 4 bytes
249. Array index starts from?
C) 8 bytes
A) 0
D) 1 byte
B) 1
Answer: B
C) -1

245. Which is not primitive type? D) Depends

A) int Answer: A

B) float
250. Which package auto imported?
C) String
A) [Link]
D) char
B) [Link]
Answer: C
C) [Link]

246. Parent class of all classes? D) [Link]

A) String Answer: C

B) Throwable
251. Java is a ___ language.
C) Object
A) Procedural
D) Class
B) Object Oriented
Answer: C
C) Machine

247. Which keyword makes variable constant? D) Assembly

A) static Answer: B

B) final
252. Which keyword is used to inherit a class?
C) const
A) implement
D) fixed
B) extends
C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
253. Entry point of Java program?
Answer: B
A) start()

B) main() 258. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
254. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 259. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
255. Which is not primitive type?
Answer: A
A) int

B) float 260. Which package auto imported?

C) String A) [Link]

D) char B) [Link]

Answer: C C) [Link]

D) [Link]
256. Parent class of all classes?
Answer: C
A) String

B) Throwable 261. Java is a ___ language.

C) Object A) Procedural

D) Class B) Object Oriented

Answer: C C) Machine

D) Assembly
257. Which keyword makes variable constant?
Answer: B C) Object

D) Class
262. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 267. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
263. Entry point of Java program?
Answer: B
A) start()

B) main() 268. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
264. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 269. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
265. Which is not primitive type?
Answer: A
A) int

B) float 270. Which package auto imported?

C) String A) [Link]

D) char B) [Link]

Answer: C C) [Link]

D) [Link]
266. Parent class of all classes?
Answer: C
A) String

B) Throwable 271. Java is a ___ language.


A) Procedural Answer: C

B) Object Oriented
276. Parent class of all classes?
C) Machine
A) String
D) Assembly
B) Throwable
Answer: B
C) Object

272. Which keyword is used to inherit a class? D) Class

A) implement Answer: C

B) extends
277. Which keyword makes variable constant?
C) inherit
A) static
D) super
B) final
Answer: B
C) const

273. Entry point of Java program? D) fixed

A) start() Answer: B

B) main()
278. Which concept hides data?
C) run()
A) Polymorphism
D) init()
B) Abstraction
Answer: B
C) Encapsulation

274. Size of int in Java? D) Inheritance

A) 2 bytes Answer: C

B) 4 bytes
279. Array index starts from?
C) 8 bytes
A) 0
D) 1 byte
B) 1
Answer: B
C) -1

275. Which is not primitive type? D) Depends

A) int Answer: A

B) float
280. Which package auto imported?
C) String
A) [Link]
D) char
B) [Link]
C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
281. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 286. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
282. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 287. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
283. Entry point of Java program?
Answer: B
A) start()

B) main() 288. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
284. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 289. Array index starts from?

C) 8 bytes A) 0

D) 1 byte B) 1

Answer: B C) -1

D) Depends
285. Which is not primitive type?
Answer: A C) 8 bytes

D) 1 byte
290. Which package auto imported?
Answer: B
A) [Link]

B) [Link] 295. Which is not primitive type?

C) [Link] A) int

D) [Link] B) float

Answer: C C) String

D) char
291. Java is a ___ language.
Answer: C
A) Procedural

B) Object Oriented 296. Parent class of all classes?

C) Machine A) String

D) Assembly B) Throwable

Answer: B C) Object

D) Class
292. Which keyword is used to inherit a class?
Answer: C
A) implement

B) extends 297. Which keyword makes variable constant?

C) inherit A) static

D) super B) final

Answer: B C) const

D) fixed
293. Entry point of Java program?
Answer: B
A) start()

B) main() 298. Which concept hides data?

C) run() A) Polymorphism

D) init() B) Abstraction

Answer: B C) Encapsulation

D) Inheritance
294. Size of int in Java?
Answer: C
A) 2 bytes

B) 4 bytes 299. Array index starts from?


A) 0 D) url

B) 1 Answer: B

C) -1
304. Tag for image?
D) Depends
A) img
Answer: A
B) image

300. Which package auto imported? C) pic

A) [Link] D) src

B) [Link] Answer: A

C) [Link]
305. Ordered list tag?
D) [Link]
A) ul
Answer: C
B) ol

C) li
SECTION B: HTML (301–400)
D) dl

301. HTML stands for? Answer: B

A) Hyper Text Markup Language


306. Table row tag?
B) High Text Machine Language
A) td
C) Hyperlinks Text
B) tr
D) Home Tool Markup
C) th
Answer: A
D) table

302. Largest heading tag? Answer: B

A) h6
307. Input field tag?
B) h1
A) input
C) head
B) form
D) heading
C) field
Answer: B
D) text

303. Tag used for hyperlink? Answer: A

A) link
308. Semantic tag example?
B) a
A) div
C) href
B) span 313. Ordered list tag?

C) header A) ul

D) b B) ol

Answer: C C) li

D) dl
309. HTML stands for?
Answer: B
A) Hyper Text Markup Language

B) High Text Machine Language 314. Table row tag?

C) Hyperlinks Text A) td

D) Home Tool Markup B) tr

Answer: A C) th

D) table
310. Largest heading tag?
Answer: B
A) h6

B) h1 315. Input field tag?

C) head A) input

D) heading B) form

Answer: B C) field

D) text
311. Tag used for hyperlink?
Answer: A
A) link

B) a 316. Semantic tag example?

C) href A) div

D) url B) span

Answer: B C) header

D) b
312. Tag for image?
Answer: C
A) img

B) image 317. HTML stands for?

C) pic A) Hyper Text Markup Language

D) src B) High Text Machine Language

Answer: A C) Hyperlinks Text

D) Home Tool Markup


Answer: A C) th

D) table
318. Largest heading tag?
Answer: B
A) h6

B) h1 323. Input field tag?

C) head A) input

D) heading B) form

Answer: B C) field

D) text
319. Tag used for hyperlink?
Answer: A
A) link

B) a 324. Semantic tag example?

C) href A) div

D) url B) span

Answer: B C) header

D) b
320. Tag for image?
Answer: C
A) img

B) image 325. HTML stands for?

C) pic A) Hyper Text Markup Language

D) src B) High Text Machine Language

Answer: A C) Hyperlinks Text

D) Home Tool Markup


321. Ordered list tag?
Answer: A
A) ul

B) ol 326. Largest heading tag?

C) li A) h6

D) dl B) h1

Answer: B C) head

D) heading
322. Table row tag?
Answer: B
A) td

B) tr 327. Tag used for hyperlink?


A) link Answer: A

B) a
332. Semantic tag example?
C) href
A) div
D) url
B) span
Answer: B
C) header

328. Tag for image? D) b

A) img Answer: C

B) image
333. HTML stands for?
C) pic
A) Hyper Text Markup Language
D) src
B) High Text Machine Language
Answer: A
C) Hyperlinks Text

329. Ordered list tag? D) Home Tool Markup

A) ul Answer: A

B) ol
334. Largest heading tag?
C) li
A) h6
D) dl
B) h1
Answer: B
C) head

330. Table row tag? D) heading

A) td Answer: B

B) tr
335. Tag used for hyperlink?
C) th
A) link
D) table
B) a
Answer: B
C) href

331. Input field tag? D) url

A) input Answer: B

B) form
336. Tag for image?
C) field
A) img
D) text
B) image
C) pic A) Hyper Text Markup Language

D) src B) High Text Machine Language

Answer: A C) Hyperlinks Text

D) Home Tool Markup


337. Ordered list tag?
Answer: A
A) ul

B) ol 342. Largest heading tag?

C) li A) h6

D) dl B) h1

Answer: B C) head

D) heading
338. Table row tag?
Answer: B
A) td

B) tr 343. Tag used for hyperlink?

C) th A) link

D) table B) a

Answer: B C) href

D) url
339. Input field tag?
Answer: B
A) input

B) form 344. Tag for image?

C) field A) img

D) text B) image

Answer: A C) pic

D) src
340. Semantic tag example?
Answer: A
A) div

B) span 345. Ordered list tag?

C) header A) ul

D) b B) ol

Answer: C C) li

D) dl
341. HTML stands for?
Answer: B C) head

D) heading
346. Table row tag?
Answer: B
A) td

B) tr 351. Tag used for hyperlink?

C) th A) link

D) table B) a

Answer: B C) href

D) url
347. Input field tag?
Answer: B
A) input

B) form 352. Tag for image?

C) field A) img

D) text B) image

Answer: A C) pic

D) src
348. Semantic tag example?
Answer: A
A) div

B) span 353. Ordered list tag?

C) header A) ul

D) b B) ol

Answer: C C) li

D) dl
349. HTML stands for?
Answer: B
A) Hyper Text Markup Language

B) High Text Machine Language 354. Table row tag?

C) Hyperlinks Text A) td

D) Home Tool Markup B) tr

Answer: A C) th

D) table
350. Largest heading tag?
Answer: B
A) h6

B) h1 355. Input field tag?


A) input Answer: B

B) form
360. Tag for image?
C) field
A) img
D) text
B) image
Answer: A
C) pic

356. Semantic tag example? D) src

A) div Answer: A

B) span
361. Ordered list tag?
C) header
A) ul
D) b
B) ol
Answer: C
C) li

357. HTML stands for? D) dl

A) Hyper Text Markup Language Answer: B

B) High Text Machine Language


362. Table row tag?
C) Hyperlinks Text
A) td
D) Home Tool Markup
B) tr
Answer: A
C) th

358. Largest heading tag? D) table

A) h6 Answer: B

B) h1
363. Input field tag?
C) head
A) input
D) heading
B) form
Answer: B
C) field

359. Tag used for hyperlink? D) text

A) link Answer: A

B) a
364. Semantic tag example?
C) href
A) div
D) url
B) span
C) header A) ul

D) b B) ol

Answer: C C) li

D) dl
365. HTML stands for?
Answer: B
A) Hyper Text Markup Language

B) High Text Machine Language 370. Table row tag?

C) Hyperlinks Text A) td

D) Home Tool Markup B) tr

Answer: A C) th

D) table
366. Largest heading tag?
Answer: B
A) h6

B) h1 371. Input field tag?

C) head A) input

D) heading B) form

Answer: B C) field

D) text
367. Tag used for hyperlink?
Answer: A
A) link

B) a 372. Semantic tag example?

C) href A) div

D) url B) span

Answer: B C) header

D) b
368. Tag for image?
Answer: C
A) img

B) image 373. HTML stands for?

C) pic A) Hyper Text Markup Language

D) src B) High Text Machine Language

Answer: A C) Hyperlinks Text

D) Home Tool Markup


369. Ordered list tag?
Answer: A C) th

D) table
374. Largest heading tag?
Answer: B
A) h6

B) h1 379. Input field tag?

C) head A) input

D) heading B) form

Answer: B C) field

D) text
375. Tag used for hyperlink?
Answer: A
A) link

B) a 380. Semantic tag example?

C) href A) div

D) url B) span

Answer: B C) header

D) b
376. Tag for image?
Answer: C
A) img

B) image 381. HTML stands for?

C) pic A) Hyper Text Markup Language

D) src B) High Text Machine Language

Answer: A C) Hyperlinks Text

D) Home Tool Markup


377. Ordered list tag?
Answer: A
A) ul

B) ol 382. Largest heading tag?

C) li A) h6

D) dl B) h1

Answer: B C) head

D) heading
378. Table row tag?
Answer: B
A) td

B) tr 383. Tag used for hyperlink?


A) link Answer: A

B) a
388. Semantic tag example?
C) href
A) div
D) url
B) span
Answer: B
C) header

384. Tag for image? D) b

A) img Answer: C

B) image
389. HTML stands for?
C) pic
A) Hyper Text Markup Language
D) src
B) High Text Machine Language
Answer: A
C) Hyperlinks Text

385. Ordered list tag? D) Home Tool Markup

A) ul Answer: A

B) ol
390. Largest heading tag?
C) li
A) h6
D) dl
B) h1
Answer: B
C) head

386. Table row tag? D) heading

A) td Answer: B

B) tr
391. Tag used for hyperlink?
C) th
A) link
D) table
B) a
Answer: B
C) href

387. Input field tag? D) url

A) input Answer: B

B) form
392. Tag for image?
C) field
A) img
D) text
B) image
C) pic A) Hyper Text Markup Language

D) src B) High Text Machine Language

Answer: A C) Hyperlinks Text

D) Home Tool Markup


393. Ordered list tag?
Answer: A
A) ul

B) ol 398. Largest heading tag?

C) li A) h6

D) dl B) h1

Answer: B C) head

D) heading
394. Table row tag?
Answer: B
A) td

B) tr 399. Tag used for hyperlink?

C) th A) link

D) table B) a

Answer: B C) href

D) url
395. Input field tag?
Answer: B
A) input

B) form 400. Tag for image?

C) field A) img

D) text B) image

Answer: A C) pic

D) src
396. Semantic tag example?
Answer: A
A) div

B) span
SECTION C: CSS (401–500)
C) header

D) b 401. CSS stands for?


Answer: C A) Creative Style Sheet

B) Cascading Style Sheets


397. HTML stands for?
C) Computer Style System
D) Color Sheet B) #

Answer: B C) *

D) &
402. Property to change text color?
Answer: B
A) font-color

B) text-color 407. CSS stands for?

C) color A) Creative Style Sheet

D) bgcolor B) Cascading Style Sheets

Answer: C C) Computer Style System

D) Color Sheet
403. External CSS extension?
Answer: B
A) .style

B) .css 408. Property to change text color?

C) .design A) font-color

D) .html B) text-color

Answer: B C) color

D) bgcolor
404. Position fixed means?
Answer: C
A) Relative

B) Fixed to screen 409. External CSS extension?

C) Absolute A) .style

D) Static B) .css

Answer: B C) .design

D) .html
405. Property for background color?
Answer: B
A) bgcolor

B) background-color 410. Position fixed means?

C) bg A) Relative

D) color-bg B) Fixed to screen

Answer: B C) Absolute

D) Static
406. Which selector selects id?
Answer: B
A) .
411. Property for background color? Answer: B

A) bgcolor
416. Position fixed means?
B) background-color
A) Relative
C) bg
B) Fixed to screen
D) color-bg
C) Absolute
Answer: B
D) Static

412. Which selector selects id? Answer: B

A) .
417. Property for background color?
B) #
A) bgcolor
C) *
B) background-color
D) &
C) bg
Answer: B
D) color-bg

413. CSS stands for? Answer: B

A) Creative Style Sheet


418. Which selector selects id?
B) Cascading Style Sheets
A) .
C) Computer Style System
B) #
D) Color Sheet
C) *
Answer: B
D) &

414. Property to change text color? Answer: B

A) font-color
419. CSS stands for?
B) text-color
A) Creative Style Sheet
C) color
B) Cascading Style Sheets
D) bgcolor
C) Computer Style System
Answer: C
D) Color Sheet

415. External CSS extension? Answer: B

A) .style
420. Property to change text color?
B) .css
A) font-color
C) .design
B) text-color
D) .html
C) color A) Creative Style Sheet

D) bgcolor B) Cascading Style Sheets

Answer: C C) Computer Style System

D) Color Sheet
421. External CSS extension?
Answer: B
A) .style

B) .css 426. Property to change text color?

C) .design A) font-color

D) .html B) text-color

Answer: B C) color

D) bgcolor
422. Position fixed means?
Answer: C
A) Relative

B) Fixed to screen 427. External CSS extension?

C) Absolute A) .style

D) Static B) .css

Answer: B C) .design

D) .html
423. Property for background color?
Answer: B
A) bgcolor

B) background-color 428. Position fixed means?

C) bg A) Relative

D) color-bg B) Fixed to screen

Answer: B C) Absolute

D) Static
424. Which selector selects id?
Answer: B
A) .

B) # 429. Property for background color?

C) * A) bgcolor

D) & B) background-color

Answer: B C) bg

D) color-bg
425. CSS stands for?
Answer: B C) Absolute

D) Static
430. Which selector selects id?
Answer: B
A) .

B) # 435. Property for background color?

C) * A) bgcolor

D) & B) background-color

Answer: B C) bg

D) color-bg
431. CSS stands for?
Answer: B
A) Creative Style Sheet

B) Cascading Style Sheets 436. Which selector selects id?

C) Computer Style System A) .

D) Color Sheet B) #

Answer: B C) *

D) &
432. Property to change text color?
Answer: B
A) font-color

B) text-color 437. CSS stands for?

C) color A) Creative Style Sheet

D) bgcolor B) Cascading Style Sheets

Answer: C C) Computer Style System

D) Color Sheet
433. External CSS extension?
Answer: B
A) .style

B) .css 438. Property to change text color?

C) .design A) font-color

D) .html B) text-color

Answer: B C) color

D) bgcolor
434. Position fixed means?
Answer: C
A) Relative

B) Fixed to screen 439. External CSS extension?


A) .style Answer: B

B) .css
444. Property to change text color?
C) .design
A) font-color
D) .html
B) text-color
Answer: B
C) color

440. Position fixed means? D) bgcolor

A) Relative Answer: C

B) Fixed to screen
445. External CSS extension?
C) Absolute
A) .style
D) Static
B) .css
Answer: B
C) .design

441. Property for background color? D) .html

A) bgcolor Answer: B

B) background-color
446. Position fixed means?
C) bg
A) Relative
D) color-bg
B) Fixed to screen
Answer: B
C) Absolute

442. Which selector selects id? D) Static

A) . Answer: B

B) #
447. Property for background color?
C) *
A) bgcolor
D) &
B) background-color
Answer: B
C) bg

443. CSS stands for? D) color-bg

A) Creative Style Sheet Answer: B

B) Cascading Style Sheets


448. Which selector selects id?
C) Computer Style System
A) .
D) Color Sheet
B) #
C) * A) bgcolor

D) & B) background-color

Answer: B C) bg

D) color-bg
449. CSS stands for?
Answer: B
A) Creative Style Sheet

B) Cascading Style Sheets 454. Which selector selects id?

C) Computer Style System A) .

D) Color Sheet B) #

Answer: B C) *

D) &
450. Property to change text color?
Answer: B
A) font-color

B) text-color 455. CSS stands for?

C) color A) Creative Style Sheet

D) bgcolor B) Cascading Style Sheets

Answer: C C) Computer Style System

D) Color Sheet
451. External CSS extension?
Answer: B
A) .style

B) .css 456. Property to change text color?

C) .design A) font-color

D) .html B) text-color

Answer: B C) color

D) bgcolor
452. Position fixed means?
Answer: C
A) Relative

B) Fixed to screen 457. External CSS extension?

C) Absolute A) .style

D) Static B) .css

Answer: B C) .design

D) .html
453. Property for background color?
Answer: B C) color

D) bgcolor
458. Position fixed means?
Answer: C
A) Relative

B) Fixed to screen 463. External CSS extension?

C) Absolute A) .style

D) Static B) .css

Answer: B C) .design

D) .html
459. Property for background color?
Answer: B
A) bgcolor

B) background-color 464. Position fixed means?

C) bg A) Relative

D) color-bg B) Fixed to screen

Answer: B C) Absolute

D) Static
460. Which selector selects id?
Answer: B
A) .

B) # 465. Property for background color?

C) * A) bgcolor

D) & B) background-color

Answer: B C) bg

D) color-bg
461. CSS stands for?
Answer: B
A) Creative Style Sheet

B) Cascading Style Sheets 466. Which selector selects id?

C) Computer Style System A) .

D) Color Sheet B) #

Answer: B C) *

D) &
462. Property to change text color?
Answer: B
A) font-color

B) text-color 467. CSS stands for?


A) Creative Style Sheet Answer: B

B) Cascading Style Sheets


472. Which selector selects id?
C) Computer Style System
A) .
D) Color Sheet
B) #
Answer: B
C) *

468. Property to change text color? D) &

A) font-color Answer: B

B) text-color
473. CSS stands for?
C) color
A) Creative Style Sheet
D) bgcolor
B) Cascading Style Sheets
Answer: C
C) Computer Style System

469. External CSS extension? D) Color Sheet

A) .style Answer: B

B) .css
474. Property to change text color?
C) .design
A) font-color
D) .html
B) text-color
Answer: B
C) color

470. Position fixed means? D) bgcolor

A) Relative Answer: C

B) Fixed to screen
475. External CSS extension?
C) Absolute
A) .style
D) Static
B) .css
Answer: B
C) .design

471. Property for background color? D) .html

A) bgcolor Answer: B

B) background-color
476. Position fixed means?
C) bg
A) Relative
D) color-bg
B) Fixed to screen
C) Absolute A) .style

D) Static B) .css

Answer: B C) .design

D) .html
477. Property for background color?
Answer: B
A) bgcolor

B) background-color 482. Position fixed means?

C) bg A) Relative

D) color-bg B) Fixed to screen

Answer: B C) Absolute

D) Static
478. Which selector selects id?
Answer: B
A) .

B) # 483. Property for background color?

C) * A) bgcolor

D) & B) background-color

Answer: B C) bg

D) color-bg
479. CSS stands for?
Answer: B
A) Creative Style Sheet

B) Cascading Style Sheets 484. Which selector selects id?

C) Computer Style System A) .

D) Color Sheet B) #

Answer: B C) *

D) &
480. Property to change text color?
Answer: B
A) font-color

B) text-color 485. CSS stands for?

C) color A) Creative Style Sheet

D) bgcolor B) Cascading Style Sheets

Answer: C C) Computer Style System

D) Color Sheet
481. External CSS extension?
Answer: B C) *

D) &
486. Property to change text color?
Answer: B
A) font-color

B) text-color 491. CSS stands for?

C) color A) Creative Style Sheet

D) bgcolor B) Cascading Style Sheets

Answer: C C) Computer Style System

D) Color Sheet
487. External CSS extension?
Answer: B
A) .style

B) .css 492. Property to change text color?

C) .design A) font-color

D) .html B) text-color

Answer: B C) color

D) bgcolor
488. Position fixed means?
Answer: C
A) Relative

B) Fixed to screen 493. External CSS extension?

C) Absolute A) .style

D) Static B) .css

Answer: B C) .design

D) .html
489. Property for background color?
Answer: B
A) bgcolor

B) background-color 494. Position fixed means?

C) bg A) Relative

D) color-bg B) Fixed to screen

Answer: B C) Absolute

D) Static
490. Which selector selects id?
Answer: B
A) .

B) # 495. Property for background color?


A) bgcolor Answer: B

B) background-color
500. Position fixed means?
C) bg
A) Relative
D) color-bg
B) Fixed to screen
Answer: B
C) Absolute

496. Which selector selects id? D) Static

A) . Answer: B

B) #

C) *

D) &

Answer: B

497. CSS stands for?

A) Creative Style Sheet

B) Cascading Style Sheets

C) Computer Style System

D) Color Sheet

Answer: B

498. Property to change text color?

A) font-color

B) text-color

C) color

D) bgcolor

Answer: C

499. External CSS extension?

A) .style

B) .css

C) .design

D) .html

You might also like