Creating a Web page Using Basic HTML - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

Creating a Web page Using Basic HTML

Description:

... can look 'behind the scenes' of almost any page on the Internet this way. ... page on the World Wide ... The Web's Largest Hosting Directory. http://www.hostindex.com ... – PowerPoint PPT presentation

Number of Views:56
Avg rating:3.0/5.0
Slides: 12
Provided by: rma143
Category:
Tags: html | basic | creating | page | using | web

less

Transcript and Presenter's Notes

Title: Creating a Web page Using Basic HTML


1
Creating a Web page Using Basic HTML
By Magdalena Martinez CIEP 491 (W
600) Assessment 12
2
A Web page is a simple text file a set of HTML
tags
3
TAGS
The tags are simple instructions that tell the
Web browser how the page should look. The tags
tell the browser to do things like change the
font size or color, or arrange things in columns.
Most tags come in matched "beginning" and
"ending" pairs, but this is not an absolute rule.
Ex lthtmlgt beginning tag lt/htmlgt ending tag
4
The Web browser interprets these tags to decide
how to format the text onto the screen.
Hey! Those are Web browsers!
5
You can look "behind the scenes" of almost any
page on the Internet this way.
Right Click on any blank portion of a web page
and select View Source
6
Lets begin constructing our
First Webpage
Open Notepad or SimpleText depending on
which platform you are using
7
lthtmlgt ltheadgt lttitlegtMy First Pagelt/titlegt
lt/headgt ltbodygt Hello there. This is my first
page! lt/bodygt lt/htmlgt
Type in the text as displayed.
Save this file as first.html on your desktop.
8
We created the Title of the web page AND the
body of the web page!
9
Got Tags??Basic HTML Tags
ltbgt.....lt/bgt to Bold
ltigt.....lt/igt to Italicize
ltugt.....lt/ugt to Underline
ltbrgt creates a break between one line and another.
ltpgt creates an extra space between two lines of
text.
ltfont color"color"gt...lt/fontgt to change font
color
ltfont facetype"gt...lt/fontgt to change font type
ltbody bgcolorcolor"gt body background color
lthrgtcreates a horizontal rule, or horizontal line.
10
Getting your page on the World Wide Web
Many institutions with Web servers offer free
space to post your pages As Loyola students we
can have access to Orion.
There are also many commercial sites that offer
free space.
11
EXTRA RESOURCES
Loyolas Unix Computing System http//orion.it.luc
.edu/
A Beginners Guide to HTML http//www.ncsa.uiuc.ed
u/SDG/Software/Mosaic/Demo/html-primer.html
How Stuff Works http//www.howstuffworks.com/categ
ory.htm?catComp
Yahoo Directory on HTML http//dir.yahoo.com/Compu
ters_and_Internet/Data_Formats/HTML/
The Webs Largest Hosting Directory http//www.hos
tindex.com/
Write a Comment
User Comments (0)
About PowerShow.com