HTML Tags Urdu Guide
Basic Structure Tags
<!DOCTYPE html> HTML5 ka version batata hai
<html> Puri HTML document ka start
<head> Hidden info (title, style, etc.)
<title> Page ka title tab me dikhta hai
<body> Jahan kaam ka content hota hai
Text Formatting Tags
<h1> to <h6> Headings (bari se choti)
<p> Paragraph
<br> Line break (nayi line)
<hr> Horizontal line
<b> / <strong> Bold text
<i> / <em> Italic text
<u> Underline
<mark> Highlighted text
<small> Chota text
<sup> / <sub> Superscript / Subscript
Link aur Image Tags
<a href=> Link banata hai
<img src=> Image dikhata hai
<map> / <area> Image map ke liye
List Tags
<ul> Unordered list (- bullets)
<ol> Ordered list (1, 2, 3)
<li> List item
<dl> Description list
<dt> Term
<dd> Description
HTML Tags Urdu Guide
Table Tags
<table> Table banata hai
<tr> Table row
<td> Table data (cell)
<th> Table heading
<thead> / <tbody> / <tfoot>
Table parts
Form Tags
<form> Form banata hai
<input> User se data lena
<textarea> Bada text field
<label> Input ka naam
<select> Dropdown menu
<option> Dropdown ka option
<button> Button
Layout & Structure Tags
<div> Block container
<span> Inline container
<header> Top section
<footer> Neeche wala section
<nav> Navigation links
<main> Main content
<section> Section
<article> Independent article
<aside> Side content
Media Tags
<audio> Audio play karne ke liye
<video> Video play karne ke liye
<source> Media file specify karna
HTML Tags Urdu Guide
<iframe> Dusra web page embed karna
Scripting Tags
<script> JavaScript likhne ke liye
<style> CSS likhne ke liye
<link> External CSS link karne ke liye
<meta> Metadata (encoding, author, etc.)