<html>
<body>
<script type="text/javascript">
document.write("百度".link("http://www.baidu.com"),"<br />");document.write("<div id='sohu'></div>");document.write("<a href='http://www.sina.com.cn'>新浪</a>","<br />");var link=document.createElement("a");
link.href="http://www.sohu.com";
link.innerHTML="搜狐";
document.getElementById("sohu").appendChild(link);
</script>
</body>
</html>