Preview:
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lists</title>
</head>
<body>
    <h1>shahrukh is the best actor </h1>
    <h2>Salman is also agood actor</h2>

    <ol>
        <li>orange <strong>tea</strong> </li> <!---strong -->
        <li>live  <em>tea </em> </li> <!---em tag isused  -->
        <li>hero </li>
    </ol>
    <div>
        <h1> blocklevel elements </h1>
        <ul>
            <li>hradings</li>
            <li>ol, li </li>
            <li> p</li>
            <li>li</li>
        </ul>
    </div>
    <div>
        <h1>  inline elements </h1>
        <ul>
            
            <li>a tags</li>
            <li>img</li>
            <li>strong</li>

        </ul>
    </div>
</body>
</html>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter