Explain CSS box model?
What is a Class selector and how does it differ from an ID selector explain with example?
Provide the style rule to display the h1 heading in red with a black background color.
What is/are the difference between inline, document level and external style sheets? Give an example of each CSS rule types to display h1, h2 and h3 headings with a yellow color.
Specify the CSS code to add background image and size on html page.
What is a Class selector and how does it differ from an ID selector explain with example?
What are selectors in CSS?
Write a program to execute a JavaScript function using HTML onclick Event Attribute
How can you apply CSS style using ID value?
Provide a style rule to display h1, h2 and h3 headings with a yellow color.
Provide the in-line style to display the h1 heading in red with a black background color.
What is the colour of text in a paragraph of an HTML document that uses the below style sheet?
P {colour: blue; background-colour: white; border-colour: red; border-left: solid}
BODY {colour: black; border-colour: green}
Provide a style rule to display the text of all paragraph elements belonging to the “highlight” class in red.
Give an example of each CSS rule types to display h1, h2 and h3 headings with a red, green, yellow colors