Quiz - HTML
Consider the html fragment
<div style='color:red'>This & that</div>
1.The term
style
is best described as:
Attribute name
Attribute value
Closing tag
Entity
Tag name
2.The term
&
is best described as:
Attribute name
Attribute value
Closing tag
Entity
Tag name
3.The term
</div>
is best described as:
Attribute name
Attribute value
Closing tag
Entity
Tag name
4.The term
'color:red'
is best described as:
Attribute name
Attribute value
Closing tag
Entity
Tag name
5.The term
div
is best described as:
Attribute name
Attribute value
Closing tag
Entity
Tag name
6.The html would be rendered as:
This & that
This & that
This
that
that
color:red' This & that
This & that