How to use h1 | br | b tag in html with output
<html>
<head>
<title>EXTERNAL</title>
<link href=ex.css rel=stylesheet type="text/css">
</head>
<body bgcolor="lightblue" text="black">
<h1>
GAMES
</h1>
<p><b>
CARROM<br>
TABLE TENNIS<br>
VOLLYBOLL<br></b>
</p>
</body>
<html>
<head>
<title>EXTERNAL</title>
<link href=ex.css rel=stylesheet type="text/css">
</head>
<body bgcolor="lightblue" text="black">
<h1>
GAMES
</h1>
<p><b>
CARROM<br>
TABLE TENNIS<br>
VOLLYBOLL<br></b>
</p>
</body>
0 comments: