Html Attributes

Course Content

2. HTML Attributes | HTML Tutorial In Hindi/Urdu #2(a)

Code htmlattributes.html as described/written in the video



                                    
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>html attributes</title>
</head>
<body>
    <a href="https://www.google.com/" title="google link">here is the link</a>

<img src="C:\Users\Atif\Desktop\minion1.png" alt="minion picture" width="200" height="400">

</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