Html description list

Course Content

11. HTML description list | HTML Tutorial In Hindi/Urdu #11

Code desclist.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>Description list</title>
</head>
<body>
    <h2>Description list</h2>
    <dl>
        <dt>
            Html
        </dt>
        <dd>
            A front end computer language
        </dd>
        <dt>
            php
        </dt>
        <dd>
           A computer language which is used for backend functionality
        </dd>
        <dt>
            Css
        </dt>
        <dd>
            it is an style sheet which is used for styling of any webpage of a website.
        </dd>
    </dl>
</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