⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.asp@output=print

📁 W3Schools tutorial..web designing
💻 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>XML Tutorial</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>XML Tutorial</h1>
<a href="../default.asp"><img border="0" src="../images/btn_previous.gif" alt="prev" /></a>
<a href="xml_whatis.asp"><img border="0" src="../images/btn_next.gif" alt="next" width="100" height="20" /></a>
<hr />

<h2 class="tutheader">XML Tutorial</h2>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="110"><img src="pic_xml.jpg" border="0" alt="picture" /></td>
<td valign="top">
<p class="intro">XML stands for EXtensible Markup Language.</p>
<p class="intro">XML was designed to transport and store data.</p>
<p class="intro">In this tutorial you will learn about XML, and the difference 
between XML and HTML.</p>
<p class="intro">XML is important to know, and very easy to learn.</p>
<p class="intro"><a href="xml_whatis.asp"><b>Start learning XML now!</b></a></p>
</td>
</tr></table>
<br />

<h2 class="tutheader">Table of Contents</h2>

<p><a href="xml_whatis.asp">Introduction to XML</a><br />
What is XML, and how does it differ from HTML?</p>
<p><a href="xml_usedfor.asp">How XML can be used</a><br />
Some of the different ways XML can be used.</p>
<p><a href="xml_tree.asp">XML Tree</a><br />
How an XML document forms a logical tree structure.</p>
<p><a href="xml_syntax.asp">XML Syntax</a><br />
The logical and very simple syntax rules of XML.</p>

<p><a href="xml_elements.asp">XML Elements</a><br />
XML Elements, naming rules, and their parent and child relationships.</p>

<p><a href="xml_attributes.asp">XML Attributes<br /></a>How 
attributes can be used to provide additional information 
about
elements.</p>

<p><a href="xml_dtd.asp">XML Validation</a><br />
The difference between a well-formed and a valid XML document, and how to 
specify the structure of an XML document.</p>

<p><a href="xml_dtd.asp">XML Validator</a><br />
A simple on-line tool for syntax-checking (validating) XML.</p>

<p><a href="xml_view.asp">Viewing XML in Browsers <br />
</a>How to view XML files with your browser.</p>

<p><a href="xml_display.asp">Displaying XML with CSS<br />
</a>How to use CSS to display an XML file.</p>

<p><a href="xml_xsl.asp">Displaying XML with XSLT<br />
</a>How to use XSLT to display an XML file.</p>

<h2 class="tutheader">XML JavaScript</h2>

<p><a href="xml_parser.asp">XML Parser</a><br />
How to use your browser to read, update, create, and manipulate XML documents.</p>
<p><a href="xml_dom.asp">XML DOM</a><br />
About XML Document Object Model (The DOM).</p>

<p><a href="xml_to_html.asp">XML to HTML</a><br />
How to display XML data inside HTML documents.</p>

<p><a href="xml_http.asp">XML HTTP Requests</a><br />
How to update a page with data from a server without reloading the page (AJAX).</p>

<p><a href="xml_applications.asp">XML Applications</a><br />
How to use XML data and JavaScript to
create a complete HTML application.</p>
<h2 class="tutheader">XML Advanced</h2>

<p><a href="xml_namespaces.asp">XML Namespaces</a><br />
How XML namespaces can be used to avoid element name conflicts.</p>

<p><a href="xml_cdata.asp">XML CDATA</a><br />
How store invalid XML data inside a valid XML document.</p>

<p><a href="xml_encoding.asp">XML Encoding</a><br />
How to use different character sets in your XML documents.</p>

<p><a href="xml_server.asp">XML Server</a><br />
How to output XML from the server.</p>

<p><a href="xml_dom_advanced.asp">XML DOM Advanced </a><br />
More about XML Document Object Model (The DOM).</p>

<p><a href="xml_dont.asp">XML Don't</a><br />
This chapter describes some technologies you should try to avoid when using XML.</p>

<p><a href="xml_technologies.asp">XML Technologies</a><br />
The most common
XML-related languages.</p>

<p><a href="xml_real_life.asp">XML in Real Life</a><br />
Real-life examples of how XML can be used.</p>

<p><a href="xml_editors.asp">XML Editors</a><br />
Why you should use an XML editor when you edit your XML documents.</p>
<p><a href="xml_summary.asp">XML Summary</a><br />
This chapter contains a summary on what you have learned in this tutorial and a recommendation on what 
to do 
next.</p>

<h2 class="tutheader">XML Examples</h2>
<p>Learn by examples! With our editor, you can edit XML and click on a
test button to view the result.</p>

<p> <a href="xml_examples.asp">Try-It-Yourself!</a></p>

<h2 class="tutheader">XML Quiz Test</h2>
<p>Test your XML skills at W3Schools!</p>
<p><a href="xml_quiz.asp">Start the XML Quiz!</a></p>

<hr />
<a href="../default.asp"><img border="0" src="../images/btn_previous.gif" alt="prev" width="100" height="20" /></a>
<a href="xml_whatis.asp"><img border="0" src="../images/btn_next.gif" alt="next" 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 + -