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

📄 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>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" />

<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>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 &quot;markup tags&quot; to define the content and layout of your Web 
pages. </p>

<p>The HTML tag &lt;h1&gt; defines a primary header, and &lt;p&gt; 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 &lt;font&gt; 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 &quot;programming&quot; 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(&quot;&lt;p&gt;&quot; + date + &quot;&lt;/p&gt;&quot;) 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 &quot;programming&quot; 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>

<hr />

<h2>Managing Web Data with SQL</h2>
<p>The Structured Query Language (SQL) is the common standard for accessing databases such as
SQL Server, Oracle, Sybase, and Access.</p>
<p>Any webmaster should know that SQL is the true engine for interacting with databases
on the Web.</p>

<p><a href="web_sql.asp">Study our SQL Primer</a> or <a href="../sql/default.asp">Study our Complete SQL tutorial</a></p>

<hr />
<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>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -