-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample5.html
More file actions
15 lines (15 loc) · 885 Bytes
/
example5.html
File metadata and controls
15 lines (15 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>图片浮动</title>
<STYLE type="text/css">
IMG { float: left }
BODY, P, IMG { margin: 2em }
</STYLE>
</head>
<BODY>
<P><IMG src="http://www.w3.org/TR/CSS21/images/inline-layout.png" alt="This image will illustrate floats">
和float在同一行the text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float imagethe text after float image
</BODY>
</html>