📄 dhtml_summary.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DHTML Summary</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>DHTML Summary - What's Next</h1>
<a href="dhtml_css.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="dhtml_examples.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<p class="intro">DHTML is about combining HTML, JavaScript, DOM, and CSS.
</p>
<hr />
<h2>DHTML is a Term</h2>
<p>In this tutorial you have learned that DHTML is only <b>a term</b> used to
describe the different combinations of HTML, JavaScript, DOM, and CSS that can
be used to create more dynamic web pages.</p>
<p><a href="dhtml_examples.asp">More DHTML examples</a></p>
<hr />
<h2>JavaScript</h2>
<p>JavaScript is the standard scripting language for the Internet.</p>
<p>Everyone serious about web development should have a full understanding of
JavaScript.</p>
<p>Visit our <a href="../js/default.asp">JavaScript tutorial</a>, and our complete
<a href="../jsref/default.asp">JavaScript reference</a>.</p>
<hr />
<h2>The HTML DOM</h2>
<p>HTML 4 supports the HTML Document Object Model (DOM).</p>
<p>The HTML DOM is the official (standard and browser independent) way to access
HTML elements. It works in all browsers.</p>
<p>Only by using the HTML DOM you can make interactive web pages that will work
in all modern browsers.</p>
<p>If you are serious about web development, study our
<a href="../htmldom/default.asp">HTML DOM tutorial</a>, and our complete
<a href="../htmldom/dom_reference.asp">HTML DOM reference</a>.</p>
<hr />
<h2>Dynamic CSS</h2>
<p>There is no such thing as dynamic CSS.</p>
<p>However, with JavaScript and the HTML DOM you can dynamically change the CSS
style of any HTML element. </p>
<hr />
<h2>Server Side Scripting</h2>
<p>In this tutorial you have seen that web pages can be made dynamic by using
scripts on the client (in the browser).</p>
<p>Web pages can also be made more dynamic by using scripts on the server. </p>
<p>With server scripting you can edit, add, or change any web page content. You
can respond to data submitted from HTML forms,
access data or databases and return the results to a browser, and customize pages for individual users.</p>
<p>At W3Schools you can study the following server side scripting tutorials:</p>
<p><a href="../php/default.asp">PHP tutorial</a></p>
<p><a href="../asp/default.asp">ASP tutorial</a></p>
<p><a href="../aspnet/default.asp">DotNET tutorial</a></p>
<hr />
<a href="dhtml_css.asp"><img alt="previous" border="0" src="../images/btn_previous.gif" width="100" height="20" /></a>
<a href="dhtml_examples.asp"><img alt="next" border="0" src="../images/btn_next.gif" width="100" height="20" /></a>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -