<!DOCTYPE html><html><head><title>float test</title><style type="text/css">/*reset*/ body,div,p,a,ul,li,h1,h2,h3,h4,h5,h6,pre,imgmargin:0;padding:0; .wrapwidth:300px; margin:0 auto; border:2px solid #30c13a; .wrap .fl width:100px;float:left; background-color:#8cceff;</style></head><body><div class="wrap"><pclass="fl"> The Macintosh Classic is a personal </p><p> It was the first Apple Macintosh sold under US$1,000. Production of the Classic was prompted by the success of the Macintosh Plus and the SE. </p></div></body></html>View Code
<!DOCTYPE html><html><head><title>float test</title><style type="text/css">/*reset*/ body,div,p,a,ul,li,h1,h2,h3,h4,h5,h6,pre,imgmargin:0;padding:0; .wrapwidth:300px; margin:0 auto; border:2px solid #30c13a; .wrap .fl width:100px;float:left; background-color:#8cceff;</style></head><body><div class="wrap"><pclass="main"> It was the first Apple Macintosh sold under US$1,000. Production of the Classic was prompted by the success of the Macintosh Plus and the SE. </p><p class="fl">The Macintosh Classic is a personal </p></div></body></html>View Code