半点优化网 http://www.bdxc.net/
当前位置首页 > 网站建设> 正文

html如何制作网页

2022-10-12 04:40:37 暂无评论 72 网站建设 简单   网页   制作

用标记(标签)
下面是一个最基本的html文档的代码
<HTML> ---------------------------------------- 开始标签
<HEAD> -------------------------------------- 头部标签
<TITLE> 一个简单的HTML示例 </TITLE>
</HEAD> --------------------------------------
<BODY> ---------------------------------------- 文件主体
<CENTER>
<H1>欢迎光临我的主页</H1>
<BR>
<HR> <FONT SIZE= 7 COLOR= red>这是我第一次做主页</FONT>
</CENTER>
</BODY> ---------------------------------------
</HTML> --------------------------------------- 结尾标签

怎样用html制作网站

 一般用DW程序设计网页,然后用FTP上传至空间上。
    COM国际域名+M1 - S型空间(100M,多线机房,支持ASP、CGI、PHP、ACCESS,FTP管理),网站备案免费。每年费用是185元。

制作一个简单的index.html网页

<html>
<head>
<title>网页设计与网站建设课程网站</title>
<meta http-equiv=keywords content=网页设计,网站建设,课程信息>
<meta http-equiv=description content=网页设计与网站建设课程网站>
<meta http-equiv=content-type content=text/html; charset=UTF-8>
<style>
body {
background-color: #660000;
color:#FFF;
}
div.container {
padding:50px 70px 20px 10px;
}
span.title {
font-weight:bold;
}
</style>
</head>
<body>
<div class=container>
<div>
<span class=title>
网页设计与网站建设课程网站
</span>
</div>
<div class=content>
<p>
网页设计
</p>
<p>
网站建设
</p>
<p>
课程信息
</p>
</div>
<div>
</body>
</html>

随机文章


    Warning: require(): open_basedir restriction in effect. File(/www/wwwroot/bdxc.net/e/class/connect.php) is not within the allowed path(s): (/www/wwwroot/www.bdxc.net/:/tmp/) in /www/wwwroot/www.bdxc.net/1.php on line 4

    Warning: require(/www/wwwroot/bdxc.net/e/class/connect.php): failed to open stream: Operation not permitted in /www/wwwroot/www.bdxc.net/1.php on line 4

    Fatal error: require(): Failed opening required '/www/wwwroot/bdxc.net/e/class/connect.php' (include_path='.:/www/server/php/56/lib/php') in /www/wwwroot/www.bdxc.net/1.php on line 4