Html block and inline elements

Course Content

12. HTML block and inline elements | HTML Tutorial In Hindi/Urdu #12

Code blockninline.html as described/written in the video



                                    
 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Block and Inline Elements</title>
</head>
<body>
    <h2>Block and Inline Elements</h2>

    <ol style="border: 2px solid green;">
        <li >john</li>
        <li>alex</li>
    </ol>
    <ul style="border: 2px solid green;">
        <li>john</li>
        <li>alex</li>
    </ul>

   <span style="border: 2px solid green;">this is span tag</span>
   <small style="border: 2px solid green;">this is small tag</small>
</body>
</html>

Comments(1)

aaqil 1 month, 3 weeks ago
thanks for giving this free course

Resources

No downloadable resources for this video. If you think you need anything, please post it in the QnA!

    Course Announcements

    Any Course related announcements will be posted here