Difference between revisions of "Quiz - HTML"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Consider the html fragment | Consider the html fragment | ||
<div style='color:red'>This &amp that</div> | <div style='color:red'>This &amp; that</div> | ||
<div class=quiz> | <div class=quiz> | ||
<div class=q>The term <code>style</code> is best described as: | <div class=q>The term <code>style</code> is best described as: | ||
<div class= | <div class=d>Attribute name</div> | ||
<div class=d>Attribute value</div> | |||
<div class=d>Attribute | <div class=d>Empty Element</div> | ||
<div class=d>Entity</div> | |||
<div class=d> | <div class='d y'>Tag name</div> | ||
<div class=d> | |||
<div class=d> | |||
</div> | </div> |
Revision as of 21:02, 6 September 2021
Consider the html fragment
<div style='color:red'>This & that</div>
The term
style
is best described as:
Attribute name
Attribute value
Empty Element
Entity
Tag name