求助:用记事本编写的html例子
有没有用text直接编写好的网页?要交作业很急啊```要求还要有三个页面的链接```不用很复杂``谢谢啦``...
有没有 用text直接编写好的网页? 要交作业很急啊```
要求还要有三个页面的链接```不用很复杂``
谢谢啦`` 展开
要求还要有三个页面的链接```不用很复杂``
谢谢啦`` 展开
4个回答
展开全部
……很简单的,在浏览器里面选择查看源文件,然后复制粘贴到DW里面,去掉你不需要的东西,再把代码复制粘贴出来到记事本就OK了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html>
<head>
<title>note text</title>
</head>
<body>
<a href="http://www.baidu.com">百度</a>
<a href="http://www.google.com">谷歌</a>
<a href="http://www.163.com">网易</a>
</body>
</html>
一切在于精简,交作业不要写的那么复杂~~~~
<head>
<title>note text</title>
</head>
<body>
<a href="http://www.baidu.com">百度</a>
<a href="http://www.google.com">谷歌</a>
<a href="http://www.163.com">网易</a>
</body>
</html>
一切在于精简,交作业不要写的那么复杂~~~~
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html>
<head><title>Test</title>
<style>
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}
</style>
</head>
<body>
<table border="0" cellpadding=0 cellspacing=1 bgcolor=black>
<tr>
<td>
<table width="100%" border="0" cellpadding=0 cellspacing=0 bgcolor=white>
<tr>
<td><a href="www.baidu.com">百度</a></td>
<td><a href="www.google.com">谷歌</a></td>
<td><a href="www.163.com">网易</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<head><title>Test</title>
<style>
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}
</style>
</head>
<body>
<table border="0" cellpadding=0 cellspacing=1 bgcolor=black>
<tr>
<td>
<table width="100%" border="0" cellpadding=0 cellspacing=0 bgcolor=white>
<tr>
<td><a href="www.baidu.com">百度</a></td>
<td><a href="www.google.com">谷歌</a></td>
<td><a href="www.163.com">网易</a></td>
</tr>
</table>
</td>
</tr>
</table>
</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>
<title>作业</title>
</head>
<body>
<a href="www.google.com">谷歌</a>
<a href="www.sina.com">新浪</a>
<a href="www.sohu.com">搜狐</a>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>作业</title>
</head>
<body>
<a href="www.google.com">谷歌</a>
<a href="www.sina.com">新浪</a>
<a href="www.sohu.com">搜狐</a>
</body>
</html>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询