<!DOCTYPE html> <html> <body> <h2>Ordered lists</h2> <ol> <li>Mix both solutions</li> <li>Stir them well.</li> <li>Add a few drops of the sulphuric acid.</li> <li>Heat it up to 20 minutes at 88 Celsius temperature.</li> </ol> <h2>Unordered lists</h2> <ul> <li>Sulphuric Acid</li> <li>Temperature</li> <li>Solution1</li> <li>Solution2</li> </ul> <h2>Definition lists</h2> <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> <dt>String length</dt> <dd>The string length means the no. of characters in a string.</dd> </dl> </body> </html>
Run
×
Share