Loading

Quipoin Menu

Learn • Practice • Grow

Direction: Choose the correct option

Q1.

How do you link an external CSS file to HTML?
A. <link rel="stylesheet" href="styles.css">
B. <css link="styles.css">
C. <style src="styles.css">
D. <link src="styles.css">
Direction: Choose the correct option

Q2.

What is the main advantage of external CSS?
A. Easier to write
B. Faster loading
C. Smaller files
D. Reusable across multiple pages
Direction: Choose the correct option

Q3.




If both files define the same property differently, which wins?
A. Both apply
B. main.css (later in order)
C. Depends on browser
D. reset.css (first)
Direction: Choose the correct option

Q4.

What is a disadvantage of external CSS?
A. Extra HTTP request required
B. Harder to write
C. Slower rendering
D. Not supported
Direction: Choose the correct option

Q5.

What does the media attribute do?
A. No effect
B. Applies CSS for screen only
C. Applies always
D. Applies CSS only when printing