35 lines
1.5 KiB
HTML
35 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
img {
|
|
float: left;
|
|
width:95px;
|
|
height:84px;
|
|
}
|
|
|
|
p.clear {
|
|
clear: both;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<p>This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.</p>
|
|
<span>
|
|
<img src="sky.jpg" >
|
|
<img src="sky.jpg" >
|
|
<img src="sky.jpg">
|
|
<p>This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.</p>
|
|
<p>This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.</p>
|
|
<p>This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.</p>
|
|
|
|
<p class="clear">This is also some text. This is also some text. This is also some text. This is also some text. This is also some text. This is also some text.</p>
|
|
</span>
|
|
<img src="sky.jpg" style="float:right;" >
|
|
<img src="sky.jpg" style="float:left;" >
|
|
<p class="clear">This is some text. This is some text. This is some text. This is some text. This is some text.This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.</p>
|
|
|
|
</body>
|
|
</html>
|