Question 14173 – NIC-NIELIT STA 2020
December 1, 2023
Question 14180 – NIC-NIELIT STA 2020
December 1, 2023
Question 14173 – NIC-NIELIT STA 2020
December 1, 2023
Question 14180 – NIC-NIELIT STA 2020
December 1, 2023

Web-Technologies

Question 38
Adding the style attributes in HTML elements, is known to be ______.
A
Internal
B
Inline
C
Outline
D
External
Question 38 Explanation: 
CSS can be added to HTML documents in 3 ways:
Inline – by using the style attribute inside HTML elements
Internal – by using a < style > element in the < head > section
External – by using a < link > element to link to an external CSS file

The most common way to add CSS, is to keep the styles in external CSS files.

Correct Answer: B
Question 38 Explanation: 
CSS can be added to HTML documents in 3 ways:
Inline – by using the style attribute inside HTML elements
Internal – by using a < style > element in the < head > section
External – by using a < link > element to link to an external CSS file

The most common way to add CSS, is to keep the styles in external CSS files.

Leave a Reply

Your email address will not be published. Required fields are marked *