An Introduction To HTML
An Introduction To HTML
Internet)
ftp
(File transfer)
nntp
(Usenet news)
smtp
(Email)
gopher
(Gopher servers
Web browsers
Browsers are software that are used to
view
web
content,
Many
different
What is HTML?
HTML stands for HyperText Markup
Language.
HTML is a specific instance of a
markup language based on a standard
known
as
Standard
Generalized
can
be
edited
using
simple
HTML Rules
An HTML document is built upon ASCII text
that has been marked up with tags looking like:
<TAGNAME>
and
</TAGNAME>
<HTML>
<HEAD>
<TITLE>AbasicHTMLfile</TITLE>
</HEAD>
<BODY>
<P>Thisisasampleparagraph.</P>
</BODY>
</HTML>
Note the indentation: each beginning tag is indented the
same number of spaces as the corresponding ending tag.
This is not required, but helps the reader of the HTML.
HTML tags
<H6>.
widthfontsareused).
<TT>typewritertext(fixedwidth).
Hypertext
tag that
we have not seen: tags wit Anchors are special
tags that create a hypertext link, for example:
<AHREF=OtherDoc.html>Subject<A/>
HTML hypertext
There are three kinds of targets for an anchor
HREF.
Another
Another
A URL link
to:
An
HTTP server
A FTP server
A Gopher
server
Links
The most basic facility of HTML (and Web
browsing) is the ability to cause words, images,
icons, etc. to become links to other locations;
these locations can be:
Other locations within the same HTML
document.
Other locations within the same http server
as the one on which the Web page for the
current link appears.
<aname=Intro>Introduction</a>
...
</body>
Blockquote: (<BLOCKQUOTE>)
Citation: (<CITE>)
Program
code: (<CODE>)
Horizontal
Comments: <!putanythinghere>
<IMGSRC=file.gif>