Difference between revisions of "Quiz - HTML"

From ProgZoo
Jump to navigation Jump to search
(Created page with "<div class=quiz> <div class=q>The term <code>style</code> is best described as: <div class='d y'>Tag name </div> <div class=d>Attribute name </div> <div...")
 
Line 1: Line 1:
Consider the html fragment
<div style='color:red'>Hello World</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:

Revision as of 21:59, 6 September 2021

Consider the html fragment

Hello World
The term style is best described as:
Tag name
Attribute name
Attribute value
Element
Element content