1 Star 0 Fork 54

chamrain/StudyStudio

forked from JoyPoint/StudyStudio 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
float.html 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
JoyPoint 提交于 2019-10-07 16:08 +08:00 . WebCode v1.0
<!DOCTYPE html>
<!-- float.html
An example to illustrate the float property
-->
<html lang = "en">
<head>
<title> The float property </title>
<meta charset = "utf-8" />
<style type = "text/css">
img {float: right;}
</style>
</head>
<body>
<p>
<img src = "c210new.jpg" alt = "Picture of a Cessna 210" />
</p>
<p>
This is a picture of a Cessna 210. The 210 is the flagship
single-engine Cessna aircraft. Although the 210 began as a
four-place aircraft, it soon acquired a third row of seats,
stretching it to a six-place plane. The 210 is classified
as a high-performance airplane, which means its landing
gear is retractable and its engine has more than 200
horsepower. In its first model year, which was 1960,
the 210 was powered by a 260-horsepower fuel-injected
six-cylinder engine that displaced 471 cubic inches.
The 210 is the fastest single-engine airplane ever
built by Cessna.
</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chamrain/StudyStudio.git
git@gitee.com:chamrain/StudyStudio.git
chamrain
StudyStudio
StudyStudio
master

搜索帮助