個人網頁HTML網頁程式碼:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>90000傅安生的個人網頁</title>
<style>
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
text-align: center;
}
</style>
</head>
<body>
<h1>My First Homepage</h1>
<p>I am 傅安生.</p>
<p>
<img src="https://i.pinimg.com/originals/85/5c/b7/855cb749e1317d12225febc43d717e66.gif" width="370" height="300" />
</P>
</p>
</body>
</html>