16 lines
530 B
Plaintext
16 lines
530 B
Plaintext
<div>should be correct</div>
|
|
|
|
<div style='color:red'>should be red</div>
|
|
|
|
<div style='color:red">switching quotation marks - incorrect!</div>
|
|
|
|
<div style='color:red>missing end quotiation mark - incorrect!</div>
|
|
|
|
<div style='color:blue;font-weight:bold;text-decoration:unterline;'>blue for a change</div>
|
|
|
|
<div style='color:green;'>trying <div style='font-weight:bold'>nested</div> divs</div>
|
|
|
|
<div style='text-decoration: underline'>and one with <div style='text-decoration:none>errors</div></div>
|
|
|
|
<div>test</div>
|