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

📄 host_intro.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>Introduction to Web Hosting</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="Web hosting tutorial from W3Schools HTML, XHTML, XML, JavaScript, ASP, ADO, PHP, SQL, MySQL, FrontPage, Email, Perl, Domain" />

<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>Introduction to Web Hosting</h1>
<a href="default.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="host_providers.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>


<hr />
<p class="intro">How does the Web work? How can I make my own Web Site?</p>
<p class="intro">What is a Web Host? What is an Internet Service Provider?</p>
<hr />

<h2>What is the World Wide Web?</h2>

<ul>
	<li>The Web is a network of computers <b>all over the world</b>.</li>
	<li>All the computers in the Web can <b>communicate with each other</b>.</li>
	<li>All the computers use a <b>communication standard called HTTP</b>.</li>
</ul>
<hr />

<h2>How does the&nbsp; WWW work?</h2>
<ul>
	<li>Web information is stored in documents called <b>web pages</b>.&nbsp;</li>
	<li>Web pages are files stored on computers called <b>web servers</b>.</li>
	<li>Computers reading the web pages are called <b>web clients</b>.</li>
	<li>Web clients view the pages with a program called a <b>web browser</b>.</li>
	<li>Popular browsers are <b>Internet Explorer and Mozilla Firefox.</b></li>
</ul>
<hr />
<h2>How does a Browser Fetch a Web Page?</h2>
<ul>
	<li>A browser fetches a page from a web server <b>by a request</b>.</li>
	<li>A request is a standard HTTP request containing <b>a page address</b>.</li>
	<li>An address may look like this: <b>http://www.someone.com/page.htm.</b></li>
</ul>
<hr />

<h2>How does a Browser Display a Web Page?</h2>
<ul>
	<li>All web pages contain <b>instructions for display</b></li>
	<li>The browser displays the page by <b>reading these instructions</b>.</li>
	<li>The most common display instructions are called <b>HTML tags</b>.</li>
	<li>HTML tags look like this <b>&lt;p&gt;This is a Paragraph&lt;/p&gt;.</b></li>
</ul>
<p>If you want to learn more about HTML, <a href="../html/default.asp">please 
visit our HTML tutorial</a>.</p>
<hr />
<h2>What is a Web Server?</h2>
<ul>
	<li>The collection of all your web pages is called <b>your web site</b>.</li>
	<li>To let others view your work, you must <b>publish your web site</b>.</li>
	<li>To publish your work, you must <b>copy your site to a web server</b>.</li>
	<li>Your own PC can act as a web server if it is <b>connected to a network</b>.
  	</li>
	<li>Most common is to use an <b>Internet Service Provider (ISP)</b>. </li>
</ul>
<hr />

<h2>What is an Internet Service Provider?</h2>
<ul>
	<li>ISP stands for <b>Internet Service Provider</b>.</li>
	<li>An ISP provides <b>Internet services</b>.</li>
	<li>A common Internet service is <b>web hosting</b>.</li>
	<li>Web hosting means <b>storing your web site on a public server</b>.</li>
	<li>Web hosting normally includes <b>email services</b>.</li>
	<li>Web hosting often includes <b>domain name registration</b>.</li>
</ul>

<hr />

<h2>Summary</h2>
<p>If you want other people to view your web site, you must copy your site to a 
public server. Even if you can use your own PC as a web server, it is more 
common to let an Internet Service Provider (ISP) host your site.</p>

<p>Included in a Web hosting solution you can expect to find domain name 
registration and standard email services.</p>

<p>You can read more about domain name registration, email and other services in 
the next chapters of this tutorial.</p>

<hr />

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