21 lines
575 B
HTML
21 lines
575 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" rel="external nofollow">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>位置3_外部样式</title>
|
|
<link rel="stylesheet" href="position3.css">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- 内联样式 inline -->
|
|
<h1>欢迎你</h1>
|
|
<h2>欢迎你嗷</h2>
|
|
<p>欢迎你</p>
|
|
<p class=" pink">wuhan</p>
|
|
<img src="../images/FDC2B7E3580241292A2F5E0FBC180F1A.jpg" alt="妹子">
|
|
</body>
|
|
|
|
</html> |