What is HTML?

 HTML ka full form hai HyperText Markup Language.


Simple Language Mein:

HTML ek language hai jo websites banane ke liye use hoti hai. Ye language webpages ke structure ko define karti hai — jaise headings, paragraphs, images, links, tables, etc.


HTML Kya Karta Hai?

  • Website ke content ko organize karta hai

  • Batata hai ki text headings hain, paragraphs hain, ya images hain

  • Browser ko samjhata hai ki page ko kaise dikhana hai


HTML Ka Basic Structure:

html
<!DOCTYPE html> <html> <head> <title>My First Website</title> </head> <body> <h1>Welcome to My Website</h1> <p>This is a paragraph.</p> </body> </html>
  • <html>: Pure webpage ka container

  • <head>: Page ke metadata aur title

  • <body>: Page ka visible content

  • <h1>, <p>: Headings aur paragraphs


Summary:

HTML ek basic language hai jo webpages banane ke liye use hoti hai. Ye batata hai ki webpage par content kaise arrange hoga aur browser mein kaise dikhai dega.

Comments

Popular posts from this blog

What is Screaming Frog SEO Spider?

URL Redirection

What is Yoast?