vampirecontrol.html

来自「java编程代码」· HTML 代码 · 共 48 行

HTML
48
字号

<html>
<head>
<title>
Vampire Control
</title>
</head>

<body>
<center>
<h1>
Vampire Control Association Presents
<br>
Hints on How to Control Vampires
</h1>
<img src="RIP.gif">
</center>

<h2>
Wear a cross.
</h2>
<h2>
Eat lots of garlic.
</h2>
<h2>
If Count Dracula should appear
</h2>
Remember he likes to
count things. 
<br>
Here is a calculator to distract him:
<p> <!--To add some space.-->
</p>
<applet code="AppletCalculator.class" width=400 height=300>
</applet>
<p> <!--To add some space.-->
</p>
</body>

<address>
<hr>
webmaster@bloodbank.com
<br>
Midnight, December 31, 2006
</address>
</html>
 
 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?