URL(Uniform Resource Locators)
scheme://host.domain[:port]/path/filename
scheme :
<a href="primer.htm"> An HTML Primer</A>
| | |
anchor link text associated
<A HREF="http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html">HTML Primer</A>
HTML Primer
<a href="#outline">Course Outline</A>
Page Top
<!-- CS U1430: Expert Systems -->
<html>
<head>
<title>Bare page template
</title>
</head>
<body>
...
</body>
</html>
Example: hello.htm
<pre>
...
</pre>
< <
> >
& & ampersand
<img src="underconstruction.gif" border=0 height=40 width=40
alt="[Under construction]">
| Acronym | Full words |
|---|---|
| WWW | World-Wide Web |
| HTML | Hyper Text Markup Language |
| URL | Uniform Resource Locators |
| CGI | Common Gateway Interface |
HTML
網頁製作
WWW