Left float and right float
|
|
<html> <head>
<title>Left float and right float</title> <style type="text/css"> .leftFloat { float: left } .rightFloat { float: right } p { clear: left; }
</style> </head>
<body> <img src="http://www.navioo.com/style/logo.png" class="leftFloat" alt="cover" />
<p>This is the book cover for the <em>CSS</em>.</p> <img src="http://www.navioo.com/style/logo.png" class="rightFloat" alt="cover"/>
<p>This is the book cover for the <em>CSS</em>.</p> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|