BASIC HTML TAGS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<H1>These are html tags</H1>
<H2>These are html tags</H2>
<H3>These are html tags</H3>
<H4>These are html tags</H4>
<H5>These are html tags</H5>
<H6>These are html tags</H6>
<H2><big>It is big tag</big></H2>
<I>this is italic</I>
<B>this is bold</B>
<U>this is underline</U>
<br>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRL6EoYmTiMnx8AvuC6YE8ELyIwJZYCZkgEWIUIAjCyU3OQkHofR3-E4n8YHhYL6zh425g&usqp=CAU"
alt="hey buddy it's meta" height="200" width="180">
<img src="https://i.pinimg.com/736x/b1/ae/da/b1aeda2952281768099373e314dc6302.jpg" alt="it is the second image" height="200" width="180">
<br>
<p>This is <sup>Raju bihari</sup> This is <sub>Pankaj Bihari</sub> </p>
</body>
</html>
Comments
Post a Comment