1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的body标签中,输入html代码:<p>床前明月光,疑是地上霜。</p>。
3、浏览器进入index.html页面中,此时成功在html中输出了唐诗。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/htmlcharset=gb2312">
<title>无标题文档</title>
</head>
<body>
<div align="left">
<p><h1 align="center">静夜思</h1>
<div align="center"><br>
</p>
</div>
<p><br>
以下为其他内容 </p>
</div>
</body>
</html>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)