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
MCQ
Advertisements
Solution
Inline
shaalaa.com
Cascading Style Sheets in HTML
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
The ______ property is used to set the position for an element.
______ is used with elements that overlap with each other.
.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.
______ character is used to create an id in CSS.
CSS types are ______, ______ and ______
- internal
- external
- control
- inline
- loop
- style
Write a program using html with following CSS specification -
- The background color of the company name should be green.
- The text color of the company name should be red.
- The heading should be large with font ''comic sans ms''
- The description of the company should be displayed in blue color in a paragraph.
Write Html5 code with CSS as follows -
- To create form to accept name, age, email address, from the user.
- Create a submit button to send the data.
- The heading of the form should have a background color and a different font style.
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.
