test esame

This commit is contained in:
2015-01-17 03:44:06 +01:00
parent 7f21febb90
commit a5322258bf
9 changed files with 571 additions and 73 deletions

34
exam_test_3.html Normal file
View File

@@ -0,0 +1,34 @@
<!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>