Webdesign 1
Webdesign 1
Web Design
Web Design
S
2
Introduction
Web Design
S
3
BASIC
CONCEPTS
■ Internet
Web Design
■ Web(WWW)
■ Webpage
■ Website
S
4
Internet
S
5
Web ( WWW )
World Wide Web
S
6
Web Page
S
7
Web Site
S
8
HOW PEOPLE
ACCESS THE WEB
BROWSERS
S
9
HOW PEOPLE
ACCESS THE WEB
WEB SERVERS
website.
S
10
HOW PEOPLE
ACCESS THE WEB
WEB SERVERS
your site.
S
11
HOW PEOPLE
ACCESS THE WEB
DEVICES
S
12
HOW WEBSITES
ARE CREATED
W H AT Y O U S E E
S
13
HOW WEBSITES
ARE CREATED
H O W I T I S C R E AT E D
S
14
HOW WEBSITES
ARE CREATED
H O W I T I S C R E AT E D
S
15
S
16
S
17
following elements:
S
18
S
19
S
20
S
21
S
22
Structure
Web Design
S
23
S
24
STRUCTURING
WORD DOCUMENT
S
25
HTML
H y p e r Te x t M a r k u p L a n g u a g e
S
26
HTML
H y p e r Te x t M a r k u p L a n g u a g e
S
27
HTML
H y p e r Te x t M a r k u p L a n g u a g e
S
28
HTML
H y p e r Te x t M a r k u p L a n g u a g e
<html>
<body>
<h1>This is the Main Heading</h1>
<p>This text might be an introduction to the rest of the
page. And if the page is a long one it might be split up into
Web Design
several sub-headings.</p>
<h2>This is a Sub-Heading</h2>
<p>Many long articles have sub-headings to help you
follow the structure of what is being written.
There may be even be sub-sub-headings(or lower-level
headings).</p>
<h2>Another Sub-Heading</h2>
<p>Here you can see another sub-heading.</p>
</body>
</html>
S
S
29
Web Design
S
30
Web Design
S
31
Web Design
32
<body>
Everything inside this element is shown inside the
browser window.
Web Design
<head>
Before the <body> element you will often see a
<head> element. This contains information about
the page. You will usually find a <title> element
inside the <head> element.
S
33
<title>
The contents of the <title> element are
either shown in the top of the browser, above
Web Design
S
34
CREATING A WEB
PAGE ON A PC
Use Notepad
S
35
CODE IN A CONTENT
MANAGEMENT
SYSTEM
S
36
Assignment
Web Design
S
37
Requirements:
3. Set the example web page file as the home page of the local
website, and visit it by entering the url address
http://localhost/ in the browser.
S
38
Web Design
Thank You!
谢谢!