Switch to full style
HTML code examples
Post a reply

usage of <br> tag clear attribute

Fri Dec 16, 2011 9:49 pm

It is away of managing alignment . the clear attribute of the br tag is used to clear preexisting right or left alignments . clear attribute can take four possible values : (none , left,right,all ).


Code:
<html>
<
title>usage of <br> tag to clear attribute</title>
<
body>
<
br clear="left"/> left only

<br style="clear:all;"/> left and right and using css too .
</
body>
</
html>
 




Post a reply
  Related Posts  to : usage of <br> tag clear attribute
 usage of rev attribute     -  
 Usage of the before CSS attribute     -  
 Usage of the after CSS attribute     -  
 usage of ch attribute     -  
 vspace attribute usage     -  
 row-span attribute usage     -  
 colspan attribute usage     -  
 Usage of contenteditable attribute     -  
 usage of id attribute for link jumps     -  
 Exception is not clear     -