📄 default.asp
字号:
<!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>Web Primer</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" />
<link rel="stylesheet" type="text/css" href="../stdtheme.css" />
<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>
<a name="top"></a>
<table cellpadding="0" cellspacing="0" width="100%" bgcolor="#808080">
<tr>
<td width="234" valign="top">
<a href="../default.htm"><img src="../images/w3default80.jpg" border="0" alt="W3Schools" /></a>
</td>
<th valign="middle" align="left" class="right">
<iframe style="background-color:#808080" src="../banners/bannerframe.asp@adpartner=aspall2" height="90" width="728"
marginwidth="0" marginheight="0" frameborder="0" scrolling="no">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>
<br /></th>
</tr>
</table>
<table style="margin-left:1px" width="800px" border="0" cellpadding="0" cellspacing="2">
<tr>
<td width="137" class="content" valign="top"><br />
<a class="left" href="../default.asp" target="_top">
<img src="../images/homeicon.gif" border="0" alt="home" /></a>
<a class="left" href="../default.asp" target="_top">
<b>HOME</b></a>
<br /><br />
<b>Web Primer</b><br />
<a class="left" target="_top" href="default.asp" style='font-weight:bold;'>Web Primer</a><br />
<a class="left" target="_top" href="web_www.asp" >Web WWW</a><br />
<a class="left" target="_top" href="web_html.asp" >Web HTML</a><br />
<a class="left" target="_top" href="web_css.asp" >Web CSS</a><br />
<a class="left" target="_top" href="web_javascript.asp" >Web JavaScript</a><br />
<a class="left" target="_top" href="web_xml.asp" >Web XML</a><br />
<a class="left" target="_top" href="web_scripting.asp" >Web Scripting</a><br />
<a class="left" target="_top" href="web_sql.asp" >Web SQL</a><br /><br />
<b>Selected Reading</b><br />
<a class="left" target="_top" href="../browsers/browsers_stats.asp">Web Statistics</a><br />
<a class="left" target="_top" href="../site/site_glossary.asp">Web Glossary</a><br />
<a class="left" target="_top" href="../hosting/default.asp">Web Hosting</a><br />
<a class="left" target="_top" href="../quality/default.asp">Web Quality</a><br /><br />
<a class="left" target="_top" href="../forum/default.asp">W3Schools Forum</a><br /><br />
<a class="left" target="_top" href="../about/about_helping.asp">Helping W3Schools</a><br /><br />
<script type="text/javascript"><!--
google_ad_client = "pub-3440800076797949";
/*LeftLinkUnit*/
google_ad_slot = "4854527104";
google_ad_width = 120;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="../../pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
<td valign="top">
<table style="border: 1px solid gray" width="100%" bgcolor="#FFFFFF" border="0" cellpadding="5" cellspacing="0">
<tr>
<td>
<h1>Web Building Primer</h1>
<a href="../default.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="web_www.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<p class="intro">Every Web developer has to know the building blocks of the Web: </p>
<table width="100%">
<tr>
<td><img border="0" src="pic_developer.jpg" width="126" height="128" alt="Web Developer" /></td>
<td><ul>
<li>How the WWW works</li>
<li>The HTML language</li>
<li>The use of CSS (style sheets)</li>
<li>JavaScript programming</li>
<li>The XML standards</li>
<li>Server Scripting technologies</li>
<li>Managing data with SQL</li>
</ul></td></tr>
</table>
<hr />
<h2>WWW - The World Wide Web</h2>
<p>The WWW is a network of computers all over the world. The WWW is most often
called the Web.</p>
<p>The computers on the Web communicate using standard protocols and languages.</p>
<p>The W3C (The World Wide Web Consortium) are making the rules and standards
for the Web.</p>
<p><a href="web_www.asp">Study our WWW Primer</a></p>
<hr />
<h2>HTML - The Language of the Web</h2>
<p>HTML is the language of the Web, and every Web developer should have a basic
understanding of it.</p>
<p>With HTML you use "markup tags" to define the content and layout of your Web
pages. </p>
<p>The HTML tag <h1> defines a primary header, and <p> defines a paragraph. </p>
<p><a href="web_html.asp">Study our HTML Primer</a> or
<a href="../html/default.asp">Study our Complete HTML
Tutorial</a> </p>
<hr />
<h2>CSS - Cascading Style Sheets</h2>
<p>Styles define how HTML elements are displayed, just like the <font> tag in
older HTML.</p>
<p>When styles are saved in external files, you can change the
style and appearance of all the
HTML pages in your Web, just by changing your CSS document.</p>
<p>If you have ever tried
to change the font or color of all the headings in all your Web
pages, you will understand how CSS can save a lot of work.</p>
<p><a href="web_css.asp">Study our CSS Primer</a> or<a href="../css/default.asp"> Study our Complete CSS tutorial</a></p>
<hr />
<h2>JavaScript - Client Side Scripting</h2>
<p>JavaScript is used for client-side scripting. Client-side scripting is about "programming" the Web
browser. </p>
<p>To be able to deliver more dynamic web site content, you should teach yourself
JavaScript.</p>
<p>A JavaScript
statement like this: document.write("<p>" + date + "</p>") can write a
variable text into an HTML page. </p>
<p><a href="web_javascript.asp">Study our JavaScript Primer</a> or<a href="../js/default.asp"> Study our Complete JavaScript tutorial</a></p>
<hr />
<h2>XML - Extensible Markup Language</h2>
<p>XML is not a replacement for HTML. XML is used to describe and transport
data, while HTML is used to display data.</p>
<p>XML and a number of different XML standards are rapidly becoming the most
common tools for data transmission, data storing, and data manipulation.</p>
<p><a href="web_xml.asp">Study our XML Primer</a> or <a href="../xml/default.asp">Study our Complete XML Tutorial</a></p>
<hr />
<h2>Server Side Scripting</h2>
<p>Server-side scripting is about "programming" the Web server.</p>
<p>To be able to deliver
more dynamic web site content, you should teach yourself
server-side scripting.</p>
<p>With server-side scripting, you can (amongst many other things) access databases and return the results to a browser.</p>
<p><a href="web_scripting.asp">Study our Scripting Primer</a> or
</p>
<p><a href="../asp/default.asp">Study our Complete ASP tutorial</a>, or
<a href="../php/default.asp">our Complete PHP tutorial</a>.</p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -