0% found this document useful (0 votes)
349 views3 pages

HTML Tags Guide in Urdu

This document is a comprehensive guide to HTML tags explained in Urdu. It covers basic structure tags, text formatting tags, link and image tags, list tags, table tags, form tags, layout and structure tags, media tags, and scripting tags. Each tag is briefly described with its purpose and usage.

Uploaded by

mj6861929
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
349 views3 pages

HTML Tags Guide in Urdu

This document is a comprehensive guide to HTML tags explained in Urdu. It covers basic structure tags, text formatting tags, link and image tags, list tags, table tags, form tags, layout and structure tags, media tags, and scripting tags. Each tag is briefly described with its purpose and usage.

Uploaded by

mj6861929
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.)

You might also like