-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path03.html
More file actions
22 lines (20 loc) · 1.21 KB
/
03.html
File metadata and controls
22 lines (20 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML常用的行级元素</title>
</head>
<body>
<!--链接标签 a标签-->
<a href="http://www.baidu.com">百度</a>
<a href="./02.html" target="_blank">local file</a><br>
<img width="300px" title="this is a sexy girl" src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1537898480741&di=5299d31e90cf3b2de1bdb94fce869f9f&imgtype=jpg&src=http%3A%2F%2Fimg0.imgtn.bdimg.com%2Fit%2Fu%3D3189158430%2C1996771512%26fm%3D214%26gp%3D0.jpg" alt="this is a picture"><br>
<img width="300" title="Monica Bellucci" width="756" src="d439b6003af33a870eaf5e51cd5c10385243b5bf.jpg" alt=""><br>
<b> 基本信息</b>《西西里的美丽传说》是由朱塞佩·托纳多雷执导,莫尼卡·贝鲁奇、圭塞佩·苏尔法罗等主演的剧情片,<br>
于2000年10月27日在意大利上映。<br>
<b><i>中文名</i></b> 西西里的美丽传说 <br>
<strong>主 演</strong> 莫妮卡贝鲁奇 <br>
<b><em>上映时间</em></b>000年10月27日(意大利)<br>
<span style="color:red;">主演</span> <a href="https://baike.baidu.com/item/%E8%8E%AB%E5%A6%AE%E5%8D%A1%C2%B7%E8%B4%9D%E9%B2%81%E5%A5%87">莫妮卡贝鲁奇</a> <br>
</body>
</html>