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" xml:lang="en" lang="en">
<head>
<title>Current Tree Node Opener</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="tree.css" type="text/css" media="screen" />
<meta http-equiv="expires" content="-1" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="none" />
<meta name="rating" content="all" />
<meta name="author" content="Bluegrass Technologies" />
<meta name="email" content="[email protected]" />
<script language="javascript" type="text/javascript" src="common.js"></script>
</head>
<body onload="showCurrentSection();">
<ul id="menu">
<li><a href="a.htm">Section 1</a></li>
<li><a href="">Section 2</a>
<ul>
<li><a href="">Section 2.1</a></li>
<li><a href="">Section 2.2</a></li>
<li><a href="">Section 2.3</a>
<ul id="navcurrentsection">
<li><a href="">Section 2.3.1</a></li>
<li><a href="">Section 2.3.2</a></li>
</ul>
</li>
<li><a href="">Section 2.4</a></li>
</ul>
</li>
<li><a href="">Section 3</a></li>
</ul>
</body>
</html>
謝謝大家在這裡學習html語言怎麼運行,希望大家可以在這裡有所收獲!
相關推薦:
html語言中的空格技巧介紹