CASCADING STYLE SHEET 16 jan 2024
Q 1. "CSS is the most popular choice for the web
developers these days". Write any four advantages of CSS. [2]
Q2. .
Write the equivalent inline CSS for the following HTML tag.
a. <body bgcolor=”green”>
b. <img src=”me.jpg” height=20
width=30>
OR
a. Write an external CSS code snippet to set
all four margins of the body tag with 5px each.
b. Write an inline CSS code to set the
background color for the first level heading as 'green'
containing the text "My CA
Exam".
Q3. Ronaldo,
a web designer in a start-up company, wants to give headings in a webpage
through tag.
Additionally, he wants to implement following styles on all the
tag of the
same webpage at 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 of
tag
through regular html code. Suggest him a way out and also help him in writing
the code for same.
Comments
Post a Comment