Getting A Web Site Up and Running
Getting A Web Site Up and Running
and Design :
Getting a Web Site Up and
Running
Scope
What is HTML?
What are the tools needed for
Learning outcomes
Define what is HTML
Determine the basic tools for
What is HTML?
HyperText Markup Language (HTML)
the publishing language of the World
What is HTML?
Web Standards
What is HTML?
HTML Standards
HTML 4.01 specification defines the HyperText
Activity 1
Read these introductions to HTML
What is HTML? InterNIC 15 Minutes
http://www.netskills.ac.uk/mirrors/15m
in/html/html/sld01.html
Introduction to HTML
http://wdvl.internet.com/Authoring/HT
ML/Intro/
7
TAG attribute
value
closing tag
14
<CENTER>
<H1> My Library </H1>
<H2> Mission, Vision and Goals </H2>
</CENTER>
<H3> Objectives</H3>
15
<CENTER>
<H1> My Library </H1>
<H2> Mission, Vision and Goals </H2>
</CENTER>
<H3> Objectives</H3>
16
18
20
21
23
Exercise 1
Create a new folder in C:\ directory and name it
as mod6_html
Open NotePad or any text editor
Use the basic tags discussed to create a basic
web page about your library, mission, vision and
goals, history, collections, services, etc. (You can
copy and paste the information if they are already
in electronic form. Supply the necessary tags in
the appropriate place.)
Save the file as about.htm in the created
directory c:\mod6_html
Test / View / Edit using your browser
25
27
28
29
31
<OL type=I>
<LI> Library Collections </LI>
<UL type=square> <LI> Books </LI>
<LI> Journals </LI> </UL>
<LI> Library Catalog </LI>
<LI> Electronic Resources </LI>
<UL type=disc> <LI> CD-ROMs </LI>
<LI>Abstracts & Indexes</LI> </UL>
</OL>
32
33
<DL>
<DT> Definition Term </DT>
<DD> Definition </DD>
<DT> Membership Card </DT>
<DD> Users of the library must present their membership
card to avail of the library services and privileges. </DD>
</DL>
34
35
Exercise 2
Create two more web pages, about your
whole page
text defines the text color for the page
link - unvisited link color
vlink - visited link color
alink - activated link color
38
<CENTER>
<FONT color=#000000"><H1> My Library </H1>
</FONT>
<H2> Mission, Vision and Goals </H2></CENTER>
<FONT color=#ffff00>
<P> <B> MyLibrary </B> aims to be the country's
<B> <I> public virtual library </I> </B> with state-ofthe art resources and associated services,
available to anyone, anytime, anywhere. </P>
</FONT>
40
41
Exercise 3
Edit the web pages you have created,
<IMG src=mylogo.gif>
<CENTER>
<H1> My Library </H1>
<H2> Mission, Vision and
Goals </H2> </CENTER>
44
<IMG src=mylogo.gif>
<H1> My Library </H1>
<H2> Mission, Vision and
Goals </H2>
</CENTER>
45
48
Exercise 4
Insert images on your web pages
Test / View / Edit using your browser and
Notepad
Always save them after editing
Respect copyright of materials, use
original or free graphical materials for
your web pages
49
50
<A HREF=
http://www.unesco.org/w
ebworld/portal_bib/>
UNESCO Libraries Portal
</A>
51
<A HREF=mylibrary.jpg>
<IMG
src=mylibrary_sm.jpg
border=0> </A>
53
Contact <A
HREF=mailto:me@mylibrary>
[email protected] </A>
54
Exercise 5
Create a new web page that will serve as your
Activity 2
Read the following articles
Dave Raggett. Getting started with HTML
http://www.w3.org/MarkUp/Guide/
Selena Sol. Introduction to Web Design
http://www.wdvl.com/Authoring/HTML/Tutorial
/
NCSA: A Beginner's Guide to HTML
http://archive.ncsa.uiuc.edu/General/Internet/
WWW/HTMLPrimerAll.html
Writing for the Web: A Primer for Librarians
http://bones.med.ohio-state.edu/eric/papers/
primer/toc.html
56
Activity 2.1
57