आम एचटीएमएल टैग

कोड उदाहरण

0
0

html बुनियादी टैग

<head></head>
<body></body>
<title></title>
<h1></h1><h6></h6>
<p></p>
<ol><li></li></ol>
<ul><li></li></ul>
<img src="" alt="">
<a href=""></a>
<!-- Comment -->
0
0

आम एचटीएमएल टैग

<h?> heading </h?>	<!-- Heading (h1 for largest to h6 for smallest) -->
<p> paragraph </p>	<!-- Paragraph of Text -->
<b> bold </b>	<!-- Make text between tags bold -->
<i> italic </i>	<!-- Make text between tags italic -->
<a href="url"> link name </a>	<!-- Create a link to another page or website -->
<div> ... </div>	<!-- Divide up page content into sections, and applying styles -->
<img src="filename.jpg">	<!-- Show an image -->
<ul> <li> list </li> </ul>	<!-- Unordered, bullet-point list -->
<br>	<!-- Line Break (force a new line) -->
<span style="color:red"> red </span>	<!-- Use CSS style to change text colour -->

इसी तरह के पन्ने

उदाहरणों के साथ समान पृष्ठ

अन्य भाषाओं में

यह पृष्ठ अन्य भाषाओं में है

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................