html_practice/myhtml.html

15 lines
444 B
HTML
Raw Normal View History

2024-08-23 10:22:49 +02:00
<!doctype html>
<html lang="zh-CN">
<head>
2024-08-23 13:23:25 +02:00
<script src="myjs.js" defer></script>
<link rel="stylesheet" href="mycss.css" />
2024-08-23 10:22:49 +02:00
<meta charset="utf-8" />
<title>Dan's Homepage &gt3&lt</title>
<link rel="icon" href="file:///Users/dan/Pictures/IMG_9295.JPG" type="image/x-icon" />
</head>
<body>
<img src="file:///Users/dan/Pictures/IMG_9295.JPG" alt="My test image" width="500" />
<p1>Hi, my name is Dan.</p1>
</body>
</html>