Advertisements
Advertisements
Question
What type of CSS is the following code snippet?
<h1 style="color:blue;">A Blue Heading</h1>Options
External
Inline
Outline
Internal
Advertisements
Solution
Inline
APPEARS IN
RELATED QUESTIONS
______ is used with elements that overlap with each other.
State whether the following statement is True or False.
.cs is the extension of CSS file.
A programmer wants to define range for age between 18 to 50, he will use a form with following appropriate control.
A CSS rule set contains ______ and ______.
Positioning types in CSS are ______.
Types of floating properties are ______, ______, ______.
Write HTML5 code with CSS as follows -
- Create ordered list with names of tourist Cities.
- Create unordered list with tourist places of those cities.
- Divide the list into two sections left and right by using CSS.
Write an inline CSS code to set the background color for the first level heading as 'green' containing the text "My CA Exam".
Write any two differences between the Outline and Border-style properties of CSS.
- Assertion (A): CSS saves a lot of work. It can control the layout of multiple web pages all at once.
- Reason (R): All the required style settings can be stored in an external stylesheet and a link to it can be added in the <head> section of each web page.
