本文介绍了使用HTML4.1创建主页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Friends,

我是这个领域的新人,所以我想问你如何使用HTML创建一个主页。可以有标题,fooder,菜单,菜单下面的水平滚动消息,页面有3个部分,一个有图片,第二个有关于页面的详细信息,最后一个部分有另一个垂直滚动链接。在fooder有facebook的链接,twiter和我联系。



谢谢

Hello Friends,
I m new in this field so i want to ask you to how to create a home page using HTML only. that can have header, fooder,a menu, a horizontal scrolling messages below menu,, page have 3 section, one have pictures, second have details about the page and last section have another vertical scrolling links. and in fooder have link of facebook, twiter and contact me.

thank you

推荐答案

<!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/html; charset=utf-8">
<title>Untitled Document</title>
</head>

<body>
/* Set your Entire code here via external or external Style Sheet. */

</body>
</html>



这篇关于使用HTML4.1创建主页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 09:48