McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Web Technology
→
...................... is used to import...
Q.
...................... is used to import an external style sheet
A.
@insert
B.
@import
C.
#import
D.
#insert
Answer» C. #import
4.1k
0
Do you find this helpful?
32
View all MCQs in
Web Technology
Discussion
No comments yet
Login to comment
Related MCQs
An external style sheet can be written in any text editor. The file must not contain any HTML code, and must be saved with a -------extension.
Which of the following is the correct syntax for referring the external style sheet?
The -------attribute is often used to point to a class name in a style sheet. It can also be used by a JavaScript to access and manipulate elements with the specific class name.
The HTML attribute used to define the internal style sheet is ------
-----style sheet is generally used when you want to make changes on multiple pages. It is ideal for this condition because it facilitates you to change the look of the entire web site by changing just one file.
The-----CSS is also a method to insert style sheets in HTML document. This method mitigates some advantages of style sheets so it is advised to use this method sparingly.
With an--------style sheet, you can change the look of an entire web site, by changing one file!
-----tag is used to give the font effect like size , color and style.
An------CSS is used to apply a unique style to a single HTML element
A CSS style rule is made up of three parts which are …… i) Selector ii) Property iii) Value iv) Attribute