Html utf-8/charset/encoding elements

Course Content

19. HTML UTF-8 | HTML Tutorial In Hindi/Urdu #19

Code utf-8.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>utf-8</title>
</head>
<body>
    <p>i am learning computer language</p>
    <p>لم أعرف أن هناك اختبار تعبير</p>
    <p>میں کمپیوٹر زبان سیکھ رہا ہوں</p>
    <p>मैं कंप्यूटर भाषा सीख रहा हूँ</p>

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