Wednesday 4 February 2015

html example for breakline(br) tags

A br tag will insert a line break which means the text/image following the tag will be moved to the next line.it is self ending tag.

html example for break line(br) tags
<html>
   <head>
       <title>Title Name</title>
   </head>
   <body>
          This is new line<br/>
    </body>
</html>

No comments:

Post a Comment