Advertisements
Advertisements
Question
Ronaldo, a web designer in a start-up company, wants to give headings on a webpage through <h1> tag. Additionally, he wants to implement the following styles on all the <h1> tags of the same webpage in one go.
- Color-blue
- Background color-yellow
- border of the heading - 2px in red
He is not able to implement the above-mentioned additional styles <h1> of tag through regular HTML code. Suggest him a way out and also help him in writing the code for the same.
Solution
Ronaldo should use CSS to implement extra styles in <h1> tag.
HTML Code:
<html>
<head>
<style>
h1 {color: blue;background-color:yellow;border: 2px solid red}
</style>
</head>
<body>
<h1>Welcome</h1>
</body>
</html>
<style> tag should be placed inside <head> tag of a webpage.
Notes
½ Mark for the correct suggestion of usage of CSS.
2 Marks for correct CSS code and ½ Mark for using the internal style sheet.
APPEARS IN
RELATED QUESTIONS
Write the equivalent inline CSS for the following HTML tag.
<img src="me.jpg" height=20 width=30>
Write the difference between <dt> and <dd> tags.
HTML provides us with ______ levels of headings that can be inserted into a web page.
The default starting value for an ordered list in HTML is ______.
Assertion (A): <br> is a container tag.
Reason: HTML elements that have both opening and closing tags are considered container tags.
Link, vlink, alink are attributes of ______ tag.
Mention any two purposes of using comments while designing a HTML webpage.
Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:
CO2
Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:
X2
Write HTML code to design the content of the web page in the form of lists as shown below:
STREAM WISE CAREER OPTIONS
|