What is HTML?

HTML is a markup language for describing web documents.

HTML stands for Hyper Text Markup Language
A markup language is a set of markup tags
HTML documents are described by HTML tags
Each HTML tag describes different document content

HTLM is mostly used in all type of website. It is the basic of web development. If you know HTML well you can make a professional website.

HTML buhat hi asaan language hai aur es per work kar k ap ko yaqeenan buhat maza aye ga aur ap ko websites develop karne k bary mein information mily gi aur apko idea hoga k kis website k pichy kya codding ki gai hai.
HTML mein mushkil kuch ni hai eska buhat asaan code hai jo ap ko yad rakhna hoga. Jesy jesy hum seekhty jayen ge us k sath sath ap ne her exercise ki practice lazmi karni hai.
Aur eski totally codding notepad mein hoti hai jo k ap ki windows mein install hota hai. Es k liye alag se koi software download karne ki zarurat nahi hai. Han agar ap chahin tu notepad++ install kar sakty hain lekin simple notepad mein b full codding hoti hai.

We'll start video help for you from 2nd tutorial.

Simply Copy bellow code and paste into notepad and save it with .html or .htm extensions.

<html>
<title>Practice 1</title>
<p>I'm learning HTML on urduok.com</p>
</html>

You can simply add 3rd line only in notepad and remove <html> and <title> tags. From next tutorial we learn that how to work these code. After saving your notepad file with ".html" extension open that file which you saved. That file will be opened in web browser. Save your file with the name of "Test.html".

Advertisement

0 comments:

Post a Comment

 
Top