HTML页面的基本结构?
4个回答
展开全部
<html> 让系统编译时知道是HTML的语言,
<head>
<title>网页的标题</title>
</head>
<body>
主体:可以显示网页内容的
</body>
</html> HTML语言结束
<head>
<title>网页的标题</title>
</head>
<body>
主体:可以显示网页内容的
</body>
</html> HTML语言结束
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html xmlns="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>企业后台管理系统</title>
<frameset rows="69,*" frameborder="1" bordercolor="#193360">
<frame src="" frameborder="0" framespacing="0" marginwidth="0" marginheight="0" scrolling="no" noresize="noresize" name="top">
<frameset cols="210,*">
<frame src="" name="left" frameborder="0" framespacing="0" marginwidth="0" marginheight="0" scrolling="yes" noresize="noresize">
<frame src="" name="main" frameborder="0" framespacing="0" marginwidth="0" marginheight="0" noresize="noresize" scrolling="yes">
</frameset>
<noframes>你个破电脑,连frame都支持不了还上什么网?赶紧给我扔了!</noframes>
</frameset>
</head>
<body>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>企业后台管理系统</title>
<frameset rows="69,*" frameborder="1" bordercolor="#193360">
<frame src="" frameborder="0" framespacing="0" marginwidth="0" marginheight="0" scrolling="no" noresize="noresize" name="top">
<frameset cols="210,*">
<frame src="" name="left" frameborder="0" framespacing="0" marginwidth="0" marginheight="0" scrolling="yes" noresize="noresize">
<frame src="" name="main" frameborder="0" framespacing="0" marginwidth="0" marginheight="0" noresize="noresize" scrolling="yes">
</frameset>
<noframes>你个破电脑,连frame都支持不了还上什么网?赶紧给我扔了!</noframes>
</frameset>
</head>
<body>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询