Chapter 5:Html Iii:Tables, Links and Css A. Multiple Choice Questions
Chapter 5:Html Iii:Tables, Links and Css A. Multiple Choice Questions
e. Consider the HTML code <A href=”#intro”> introduction </A> in the above
code,
i. What is the purpose of #?
Ans: # is used to a location or fragment name given with the name
attribute of the <A>tag.
g. State the colour and background properties of CSS. Also give their respective
values.
Ans:The COLOR property is used to give color to the element present on the
web page. For e.g H1{color:red;}
The BACKGROUND-COLOR property is used to give color to the element
present on the web page. For e.g BODY{background-color:yellow;}