<!DOCTYPE html>
<html>
<body>
<p>This is some text.</p>
<div style="background-color:orange;text-align:center">
<p>Bright Widget</p>
</div>
<div style="background-color:olive;text-align:center">
<p>Dull widget</p>
</div>
</body>
</html>
<div >

19 div

  • 2.
    <!DOCTYPE html> <html> <body> <p>This issome text.</p> <div style="background-color:orange;text-align:center"> <p>Bright Widget</p> </div> <div style="background-color:olive;text-align:center"> <p>Dull widget</p> </div> </body> </html> <div >