HTML Basics
HTML Basics
19. What is the correct syntax for referring to an external JavaScript file?
a) <script href="script.js">
b) <script ref="script.js">
c) <script src="script.js">
d) <js src="script.js">
Answer: c) <script src="script.js">
16. Which of the following can be used to define a block of code in Python?
a) Curly braces {}
b) Parentheses ()
c) Indentation
d) Angle brackets <>
Answer: c) Indentation
4. Output of 2 ** 3?
➤8
🔶 HTML (7 Questions)
🔷 CSS (7 Questions)
2. Logic gate with output HIGH only when all inputs are HIGH?
➤ AND gate