Topic→ Use of <br> tag in our document
<BR> →This tag is used to break line in our document.
Demonstration of above tag→Just type the following code in notepad.
<html>
<title>fourth file</title>
<body >
Maths<br>
Science<br>
Computer<br>
English<br>
</body>
</html>
Save the file with name fourth.html and you will output as given below.
Note→<br> tag is an empty tag because it does not have closing tag
<BR> →This tag is used to break line in our document.
Demonstration of above tag→Just type the following code in notepad.
<html>
<title>fourth file</title>
<body >
Maths<br>
Science<br>
Computer<br>
English<br>
</body>
</html>
Save the file with name fourth.html and you will output as given below.
Note→<br> tag is an empty tag because it does not have closing tag
No comments:
Post a Comment