test esame
This commit is contained in:
34
exam_test_3.html
Normal file
34
exam_test_3.html
Normal 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>
|
||||
Reference in New Issue
Block a user