Featured Post

Data Science Concepts

HTML Formatting Tags In Hindi By #BKTutorial | Part-2

 



Source Code

<html>

<head>
<title>HTML Formatting Tags</title>
</head>
<body>
		<p>How <small> are</small> you ?</p>
		<p>How <del>are</del>you ?</p>
		<p>How <ins>are</ins> you ?</p>
		<p>How <sub>are</sub> you ?</p>
		<p>How <sup>are</sup> you ?</p>
		
		
		
		
</body>
</html>

Output:




Comments