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





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

Popular posts from this blog

Search Record From Table Using jQuery in Asp.net core MVC

Calendar in Asp.net

CheckBox in Asp.Net MVC (Insert Data of CheckBox in Database and GetData Of checkBox From DataBase)