Introducation to html urdu and hindi
HTML OVERVIEW HINDI AND URDU
Assalam-o-alikum dosto mera naam ha malik irfan or aj hum sekhne ja rahe ha html. html k pehle tutorial introducation to html urdu and hindi ma sub se pehle hum html ka overview per bat karte ha.- HTML stands for Hypertext Markup Language, or yeh webpages ka code likhne ma istimal hoti ha.
- HTML ka pehla word Hypertext ka matlb ha k hum ek webpage ko dosre webpage se kase link krte ha. is lya yeh Hypertext kehlata ha.
- Dosra hisa Markup Language jo simply structure banae ma madad deta ha. Examle k pics kaha lagani text kaha hona chae ha. simply yeh data ki design karne ma madad deta ha.
Originally, Html ko science ki research yani text, pics, paragraph , list ko share karne k lya banaya gia tha . Aj html se har webpage banaya ja raha ha. dunya ki har web site ma html ka istimal hoti ha. Html k bina kisi b web site ka wajood mumkin nai ha.
Basic Html Documents urdu and Hindi
<!DOCTYPE html> <html> <head> <title>My first Web Page</title> </head> <body> <p>Hello World!</p> </body> </html> |
yeh html k tags jo k ap ko oper nazar aa rahe ha yeh ap ko browser ma kch is tarah nazar aae ge.
yeh html ka sub se simple page ha. ap in html tags ko windows k notepad ma likhe or in ko save kare waqat in ki extention ko ( .html ) kar de or phr browser ma open kar de.
HTML Tags
ap ko yad hoga hum ne ap ko pehle bataya tha k html ek markup language ha or is ma kai tags data formatting k lya use hote ha. yeh tags <> k darmya hote kch tags ko chor kar . hamesh koi b tag open hota <html> to is corresponding </html> tag b hoga. For example agar <p> opening tag ha to </p> closing tag ha. Oper di gai example ko dekhe ge to ap ko aasani se samaj aa jae ga.
Oper di gai Example ma yeh tags use hoe.
Tags | Description |
<html> | Yeh main tag ha is tag k under hi html ki tmam coding hoti ha |
<!DOCTYPE...> | Yeh borowser ko html k version k bare ma batata ha |
<head> | is tag k under ap browser k lya information rakhate ha |
<title> | yeh tag borwser ko page k title k bare ma batata ha |
<body> | wo data k jo ek user ko nazar aata ha is tag k under hota |
<p> | yeh tag paragraph k lya istimal hota ha. |
Bs yad rakhe agar ap ne html ko sekhna to pehle tags ko sekhna hoga or un k istimal ko sekhna hoga.
ap tags ko yad karne ki try kare ge lakin yeh ap ko yad nai honge. in ko yad karne ki zarorat nai bus ap in ki practice kare ap ko yeh khud yad ho jae ge.
World Wide Web Consortium (W3C) ap ko mashwara deti ha ap lowercase tags ka istimal kare.
Aj k lya itna hi kafi ha next tutorial ma hum in tags k bare ma mazeed pare ge. or ha practice must.
Comments
Post a Comment