<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=HTML%2FCSS%2FLayout%2Fclear</id>
		<title>HTML/CSS/Layout/clear - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=HTML%2FCSS%2FLayout%2Fclear"/>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=HTML/CSS/Layout/clear&amp;action=history"/>
		<updated>2026-04-05T01:29:51Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wbex.ru/index.php?title=HTML/CSS/Layout/clear&amp;diff=5042&amp;oldid=prev</id>
		<title> в 09:21, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=HTML/CSS/Layout/clear&amp;diff=5042&amp;oldid=prev"/>
				<updated>2010-05-26T09:21:00Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 09:21, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://wbex.ru/index.php?title=HTML/CSS/Layout/clear&amp;diff=5043&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=HTML/CSS/Layout/clear&amp;diff=5043&amp;oldid=prev"/>
				<updated>2010-05-26T08:16:19Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==clear: both==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;html&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;&lt;br /&gt;
            &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
                body {&lt;br /&gt;
                    margin: 0;&lt;br /&gt;
                    padding: 8px;&lt;br /&gt;
                }&lt;br /&gt;
                p {&lt;br /&gt;
                    border: 1px solid black;&lt;br /&gt;
                    background: rgb(218, 218, 218);&lt;br /&gt;
                    line-height: 1em;&lt;br /&gt;
                    padding: 10px;&lt;br /&gt;
                }&lt;br /&gt;
                p#left {&lt;br /&gt;
                    width: 200px;&lt;br /&gt;
                    float: left;&lt;br /&gt;
                    margin: 10px;&lt;br /&gt;
                    background: #ccc;&lt;br /&gt;
                }&lt;br /&gt;
                p#right {&lt;br /&gt;
                    width: 200px;&lt;br /&gt;
                    float: right;&lt;br /&gt;
                    margin: 10px;&lt;br /&gt;
                    background: #bbb;&lt;br /&gt;
                }&lt;br /&gt;
                p#clear {&lt;br /&gt;
                    clear: both;&lt;br /&gt;
                    background: #aaa;&lt;br /&gt;
                }&lt;br /&gt;
            &amp;lt;/style&amp;gt;&lt;br /&gt;
        &amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;body&amp;gt;&lt;br /&gt;
            &amp;lt;p id=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
                This is the text of the first paragraph. &lt;br /&gt;
                This is the text of the first paragraph.&lt;br /&gt;
                This is the text of the first paragraph.&lt;br /&gt;
                This is the text of the first paragraph.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p id=&amp;quot;right&amp;quot;&amp;gt;&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&lt;br /&gt;
                This is the text of the third paragraph.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p id=&amp;quot;clear&amp;quot;&amp;gt;&lt;br /&gt;
                This is the text of the forth paragraph.            &lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Clear left==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;&lt;br /&gt;
  &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
h2 {&lt;br /&gt;
 font:3em/1em Times, serif;&lt;br /&gt;
 font-weight: bold;&lt;br /&gt;
 margin:0;&lt;br /&gt;
 position: relative;&lt;br /&gt;
 overflow: hidden;&lt;br /&gt;
 float: left;&lt;br /&gt;
}&lt;br /&gt;
h2 span {&lt;br /&gt;
 position: absolute;&lt;br /&gt;
 width: 100%;&lt;br /&gt;
 height: 5em;&lt;br /&gt;
 background: red;&lt;br /&gt;
}&lt;br /&gt;
p {&lt;br /&gt;
 clear: left;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;&amp;lt;span&amp;gt;span&amp;lt;/span&amp;gt;Header 2 Header 2 Header 2 Header 2 Header 2&lt;br /&gt;
&amp;lt;/h2&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;This is a test.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==clear left only==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;html&amp;gt;&lt;br /&gt;
        &amp;lt;head&amp;gt;&lt;br /&gt;
            &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
            &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
                body {&lt;br /&gt;
                    margin: 0;&lt;br /&gt;
                    padding: 8px;&lt;br /&gt;
                }&lt;br /&gt;
                p {&lt;br /&gt;
                    border: 1px solid black;&lt;br /&gt;
                    background: rgb(218, 218, 218);&lt;br /&gt;
                    line-height: 1em;&lt;br /&gt;
                    padding: 10px;&lt;br /&gt;
                }&lt;br /&gt;
                p#left {&lt;br /&gt;
                    width: 200px;&lt;br /&gt;
                    float: left;&lt;br /&gt;
                    margin: 10px;&lt;br /&gt;
                }&lt;br /&gt;
                p#right {&lt;br /&gt;
                    width: 200px;&lt;br /&gt;
                    float: right;&lt;br /&gt;
                    margin: 10px;&lt;br /&gt;
                }&lt;br /&gt;
                p#clear {&lt;br /&gt;
                    clear: left;&lt;br /&gt;
                }&lt;br /&gt;
            &amp;lt;/style&amp;gt;&lt;br /&gt;
        &amp;lt;/head&amp;gt;&lt;br /&gt;
        &amp;lt;body&amp;gt;&lt;br /&gt;
            &amp;lt;p id=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
                This is the text of the first paragraph. &lt;br /&gt;
                This is the text of the first paragraph.&lt;br /&gt;
                This is the text of the first paragraph.&lt;br /&gt;
                This is the text of the first paragraph.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p id=&amp;quot;right&amp;quot;&amp;gt;&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
                This is the text of the second paragraph.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&lt;br /&gt;
                This is the text of the third paragraph.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p id=&amp;quot;clear&amp;quot;&amp;gt;&lt;br /&gt;
                This is the text of the forth paragraph.            &lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/body&amp;gt;&lt;br /&gt;
    &amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==clear right==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot;&lt;br /&gt;
        &amp;quot;http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
  &amp;lt;meta http-equiv=&amp;quot;content-type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
body {&lt;br /&gt;
  margin: 0px;&lt;br /&gt;
  padding: 0px;&lt;br /&gt;
  color: #000;&lt;br /&gt;
  background-color: #ccc;&lt;br /&gt;
}&lt;br /&gt;
.myStyle {&lt;br /&gt;
  float: right;&lt;br /&gt;
  padding: 10px;&lt;br /&gt;
  margin: 5px;&lt;br /&gt;
  background-color: #fff;&lt;br /&gt;
  border: 1px solid #000;&lt;br /&gt;
  width: 20%;&lt;br /&gt;
}&lt;br /&gt;
p {&lt;br /&gt;
  clear: right;&lt;br /&gt;
  margin: 5px;&lt;br /&gt;
  padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;myStyle&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==clear right and float right==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;CSS Positioning Example&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=iso-8859-1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;style rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
div {&lt;br /&gt;
  font-family: arial, verdana, sans-serif;&lt;br /&gt;
  border: 1px solid #000000;&lt;br /&gt;
  padding: 3px;&lt;br /&gt;
  margin: 5px;&lt;br /&gt;
  width: 300px;&lt;br /&gt;
}&lt;br /&gt;
img {&lt;br /&gt;
  float: right;&lt;br /&gt;
  margin: 5px;&lt;br /&gt;
  width: 175px;&lt;br /&gt;
}&lt;br /&gt;
p {&lt;br /&gt;
  clear: right;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;http://www.wbex.ru/style/logo.png&amp;quot; height=&amp;quot;100&amp;quot; width=&amp;quot;175&amp;quot; alt=&amp;quot;Plane&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;p&amp;gt;This is a test. This is a test. This is a test. This is a test. This is a test. &amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt; &lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==float: right and clear right==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot;&lt;br /&gt;
    &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; lang=&amp;quot;en&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;Floating Positioning&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;style rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
body {&lt;br /&gt;
  margin: 10px;&lt;br /&gt;
  border-style: solid;&lt;br /&gt;
  border-width: 1px;&lt;br /&gt;
  border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
p {&lt;br /&gt;
  clear: right;&lt;br /&gt;
  background-color: red;&lt;br /&gt;
}&lt;br /&gt;
div.pullQuote {&lt;br /&gt;
  float: right;&lt;br /&gt;
  border-style: solid;&lt;br /&gt;
  border-width: 1px;&lt;br /&gt;
  padding: 5px;&lt;br /&gt;
  margin: 5px;&lt;br /&gt;
  width: 150px;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Floating&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;pullQuote&amp;quot;&amp;gt;quote&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This will be at the top of the page.  &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==left clear to start a new line==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot;&lt;br /&gt;
        &amp;quot;http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
  &amp;lt;meta http-equiv=&amp;quot;content-type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
body {&lt;br /&gt;
  margin: 0px;&lt;br /&gt;
  padding: 0px;&lt;br /&gt;
  color: #000;&lt;br /&gt;
  background-color: #ccc;&lt;br /&gt;
}&lt;br /&gt;
.myStyle {&lt;br /&gt;
  float: left;&lt;br /&gt;
  padding: 10px;&lt;br /&gt;
  margin: 5px;&lt;br /&gt;
  background-color: #fff;&lt;br /&gt;
  border: 1px solid #000;&lt;br /&gt;
  width: 20%;&lt;br /&gt;
}&lt;br /&gt;
p {&lt;br /&gt;
  clear: left;&lt;br /&gt;
  margin: 5px;&lt;br /&gt;
  padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;myStyle&amp;quot;&amp;gt;1&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. this is a test. this is a test. this is a test. &lt;br /&gt;
  this is a test. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The clear property cancels the floating effects, and stop the wrapping.==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
      &amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;&lt;br /&gt;
                            &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;head&amp;gt;&lt;br /&gt;
               &amp;lt;title&amp;gt;clear&amp;lt;/title&amp;gt;&lt;br /&gt;
               &amp;lt;style rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
      img#left {&lt;br /&gt;
          float: left;&lt;br /&gt;
      }&lt;br /&gt;
      img#right {&lt;br /&gt;
          float: right;&lt;br /&gt;
      }&lt;br /&gt;
      p {&lt;br /&gt;
          clear: both;&lt;br /&gt;
          margin: 20px 0 0 0;&lt;br /&gt;
          font: 12px sans-serif;&lt;br /&gt;
          border: 1px solid rgb(200, 200, 200);&lt;br /&gt;
          background: rgb(244, 244, 244);&lt;br /&gt;
          padding: 5px;&lt;br /&gt;
      }&lt;br /&gt;
               &lt;br /&gt;
               &amp;lt;/style&amp;gt;&lt;br /&gt;
          &amp;lt;/head&amp;gt;&lt;br /&gt;
          &amp;lt;body&amp;gt;&lt;br /&gt;
              &amp;lt;img src=&amp;quot;http://www.wbex.ru/style/logo.png&amp;quot; alt=&amp;quot;&amp;quot; id=&amp;quot;left&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;img src=&amp;quot;http://www.wbex.ru/style/logo.png&amp;quot; alt=&amp;quot;&amp;quot; id=&amp;quot;right&amp;quot; /&amp;gt;&lt;br /&gt;
             &amp;lt;/p&amp;gt;&lt;br /&gt;
         &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Use clear div as the divider==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Enclosing Floats&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
.clear {&lt;br /&gt;
  clear: both;&lt;br /&gt;
}&lt;br /&gt;
.news {&lt;br /&gt;
  background-color:#eaeaea;&lt;br /&gt;
  border: solid 1px #999;&lt;br /&gt;
  width: 500px;&lt;br /&gt;
  margin-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
.news img {&lt;br /&gt;
  float: left;&lt;br /&gt;
  padding: 10px 0 10px 10px;&lt;br /&gt;
}&lt;br /&gt;
.news p {&lt;br /&gt;
  float: right;&lt;br /&gt;
  width: 350px;&lt;br /&gt;
  margin: 0;&lt;br /&gt;
  padding: 10px 10px 10px 0;&lt;br /&gt;
}&lt;br /&gt;
.clearfix:after {&lt;br /&gt;
  content: &amp;quot;.&amp;quot;;&lt;br /&gt;
  height: 0;&lt;br /&gt;
  visibility: hidden;&lt;br /&gt;
  display: block;&lt;br /&gt;
  clear: both;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;news&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;day.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;clear&amp;quot;&amp;gt;ads&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;news&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;day.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;news clearfix&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;&amp;quot;&amp;gt;day.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Blah, blah&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>