<!DOCTYPE html> <html> <body> <h3>Ordered list</h3> <ol> <li>Mix both solutions</li> <li>Stir them well.</li> <li>Add a few drops of the sulphuric acid.</li> </ol> <h3>Unordered list</h3> <ul> <li>Sulphuric Acid</li> <li>Temperature</li> <li>Solution1</li> </ul> <h3>Definition lists</h3> <dl> <dt>String</dt> <dd>The string is the group of characters in the double quotation marks.</dd> <dt>Operators</dt> <dd>The operators perform operations on operands and do calculations.</dd> </dl> </body> </html>
Run
×
Share