WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A(n) CSS style is contained in a style sheet separate from the webpage.
|
inline
|
|
linked
|
|
box model
|
|
separated
|
Explanation:
Detailed explanation-1: -External CSS With an external style sheet, you can change the look of an entire website by changing just one file! Each HTML page must include a reference to the external style sheet file inside the <link> element, inside the head section.
Detailed explanation-2: -External style sheets are created in separate documents with a . css extension.
Detailed explanation-3: -External Style Sheets. These are specified in a separate CSS file that is connected to the HTML file by the <link> tag.
There is 1 question to complete.