Bold and italic Tag in html
Bold : This Tag is use to bold the text. Example : <b>Coding Wala</b> .
Italic : This
Tag is use to show text different in your web page Example
: <i> Coding
Wala <i> .
Tag is use to show text different in your web page Example
: <i> Coding
Wala <i> .
Code :
<!DOCTYPE html>
<html>
<head>
<title>coding wala</title>
</head>
<body>
this is <b>coding wala</b> channel <br>
this is <i>coding wala</i> channel
</body>
</html>
Comments
Post a Comment