In usual document we use enter button to brake line to start another but in html we have to use line break tag to start another line.
<br> Tag is use for this popuse
Tag:
<br> (Has no closing tag)
What it Does: Puts a one line break between text.
Code Example:
This is a break tag. <br> This is another break tag.
What it looks like:
This is a break tag.
This is another break tag.
<br> Tag is use for this popuse
Tag:
<br> (Has no closing tag)
What it Does: Puts a one line break between text.
Code Example:
This is a break tag. <br> This is another break tag.
What it looks like:
This is a break tag.
This is another break tag.
0 comments:
Post a Comment