Sunday, April 26, 2020

Html line break tag

Html line break tag


Html line break tag is use for space in between two lines that called <br> tag. if i write a paragraph and want space in lines i can use <br> tag such as i break the line and i will go in another line for example i type an small project for teach you.


<!DOCTYPE html>
<html>
<head>
<title>Html break tag</title>
</head>
<body>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. <br>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type<br>and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially <br>unchanged. It was popularised in the 1960s with the release of Letraset 









sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

</body>
</html>


                                                                  ⇊⇊
Html line break tag

Here you can see where i apply <br> tag there a line space but where i press enter key there no space because html not count enter how many time press it's work with own coding. 

for more example i publish a video on my Youtube Channel you can watch video and subscribe my Youtube Channel





In this video we are talking about line break tag <br> that is unclose html element that break in lines.

No comments:

Post a Comment

css class

css class or html class: Class in html and css is a selector. We can define style rules based on the class attribute of the elements. Al...