इन टैग्स का प्रयोग टेक्स्ट या उसके किसी भाग को बोल्ड, इटेलिक तथा अंडरलाइन करने के लिए किया जाता है....
उदाहरण: नीचे दिए गए उदाहरण में <b>, <i> तथा <u> टैग को समझाया गया है...
<html>
<head>
<title>Demo</title>
</head>
<body>
<p>
<b>this is a bold</b> <br>
<i>this is italic</i> <br>
<u>this is underline</u><br>
<b><i><u>this is a bold, italic and underline</b></i></u>
</p>
</body>
</html>
उदाहरण: नीचे दिए गए उदाहरण में <b>, <i> तथा <u> टैग को समझाया गया है...
<html>
<head>
<title>Demo</title>
</head>
<body>
<p>
<b>this is a bold</b> <br>
<i>this is italic</i> <br>
<u>this is underline</u><br>
<b><i><u>this is a bold, italic and underline</b></i></u>
</p>
</body>
</html>
1 कमेन्ट:
this is a bold
this is italic
एक टिप्पणी भेजें
नमस्कार मित्रों मुझे आपकी टिप्पणी और सुझाव का इन्तजार है, धन्यवाद।