Files
unisa_tsw_2014_2015/exam_test_3.html
2015-01-17 03:44:06 +01:00

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>