SlideShare a Scribd company logo
WEB PAGE DEVELOPMENT Iife is about the moments you live, not the regret you feel Unanimous
Understanding a Web Web page is a single page containing text and graphics that has been labeled with the appropriate HTML coding for the web. Web site is a collection of linked Web pages containing various content that easily be navigated using a Web browser.  It includes a beginning file called a home page.  From the home page, you can navigate to all other pages on the site.
A web page can contain any of the following: Text  Graphics (gif or jpeg)  Audio (.mid or .wav)  Interactive multimedia content that requires a plug-in such as Flash, Shockwave or VML  applets (subprograms that run inside the page) which often provide motion graphics, interaction, and sound  Web Page
Terms used on the Web WWW (World Wide Web)   The Web is the part of the Internet that includes all files and documents that are available through servers.  The two main parts of the Web are Web clients and servers. Browser Browser is Internet computer programs that allow you to navigate through the Internet.  The most common Web browsers are Microsoft Internet Explorer and Netscape Browser (Navigator). URL (Uniform Resource Locator) A URL is a Web site’s network address.  If you enter a URL in a browser, you will be taken directly to the Web site. E.g:  http://www.uum.edu.my/hea protocol server name path
Terms used on the Web HTTP (Hypertext Transfer Protocol) HTTP is a protocol that is used to transfer and receive files on the internet.  Hyperlinks A link to another Web page on your site or another Web site on World Wide Web. HTML (Hypertext Markup Language) HTML is a markup language or a collection of markup tags that define the various components of a WWW document. Web Server a computer on the World Wide Web (connected to the Internet Backbone) that stores HTML documents that can be retrieved via a Web browser.
This is a webpage displayed by Internet Explorer.
Essentials of Good Web Design  Navigation buttons or bars are easy to understand and use.     A large site has an index or site map.     The navigation bar or button give the visitor a clue as to where they are, what page of the site they are currently on.     The hierarchy of information is perfectly clear.     Text is big enough to read, but not too big.     Graphics and backgrounds use safe colors.     Page download quickly.     Consistency from page to page    every web page in the site looks like it belongs to the same site.
Planning a Web Site Provide answers to the following planning questions. What are the goals of the web? What will its content be? How will it be organized? What do you want it to look like?
Hierarchical Structure of Web Site Sketching out a structure before creating a site can save you lots of work later. After you've sketched a map of your site, it's time to start sketching a common layout for each of your pages. Prepare a sketch of your proposed website that shows the relationships between the pages.
Hierarchical Structure of Web Site
Web Page Development Web page can be created in a number of ways: Using a plain text editor such as Notepad (writing HMTL code).  Using a WYSIWYG editor (web authoring tool) such as Microsoft FrontPage or Macromedia Dreamweaver.
Writing HTML Code HTML Exercise All you need is a text editor (eg: Notepad) Open Notepad Type the following code into your file and then save as index.html <html> <head> <title> My First Web Page </title> </head <body> Hello World </body> </html>
Writing HTML Code Open browser to view your page
Writing HTML Code (continue..) <html> <head> <title> My First Web Page </title> </head <body> <center><H1>Hello World</h1><br> <a href=http://www.uum.edu.my> Universiti Utara Malaysia</a> </body> </html>
 
Using FrontPage FrontPage is a great Web editing tool for people with limited knowledge and time for HTML coding. It’s similar to using Microsoft Word and it allows for two different editing modes, Normal and HTML view. As you are bolding text and inserting graphics in Normal view, FP is writing the HTML code for you.
Understanding the FrontPage Screen Page view tabs Web Page windows Web page name Insertion point Views bar
Understanding the FrontPage Screen Description Window Element You can view your page in three different ways: Normal, HTML and Preview. Page View tabs Used to display your Web site in six different views: Page, Folder, Reports, Navigation and Tasks. Views bar The small, blinking line is where your typed text appears in the Web page.  Insertion point The name of the Web page you are working on. Web page name This is where you type in text and work on your Web pages.  You can have more than one Web page open at a time. Web page window
Understanding the FrontPage Screen Allows you to see the Web page as it would appear in a Web browser.  Preview Allows you to edit the Web page directly in HTML code.     It is very textual and shows the code that translates the code onto the Internet. HTML Allows you to edit the Web page in WYSIWYG (What You See Is What You Get) mode.  Normal Description Page View
Creating Web Pages and Web Sites
Create a New Web Site Using a Template Using the templates and wizards makes it quick and easy to create a Web site. If you know what kind of information you will display in your web site, FrontPage’s Web site templates are a good resource.  There are several templates to choose from a fun, personal site, to a more formal, customer support site. The pages and themes within each template change according to its type.
Create a New Web Site Using a Template Click the New Page button arrow. A list of items you can create appears: Page: Creates a single Web page based on the Normal Page template. Web: Creates a new Web Site from a template or wizard.
Create a New Web Site Using a Template Select Web from the list. Click a template to see its description. E.g.  Select Personal Web from the Web Sites tab.
Create a New Web Site Using a Template From the Navigation View: Double-click any page to be edited. E.g. Double-click Home Page Change the properties from the Format button or right click the mouse. Replace the template’s example text with your own text.
Create a New Web Site Using a Template
Create a New Web Site Using a Wizard Using a Wizard is similar to using a template, but it does even more to help you create your web site.  A wizard asks a series of questions that give information about your organization. The wizard then takes that information and automatically installs it into the new web site.  Make sure your have preplanned your web site.
Create a New Web Site Using a Wizard
Create a New Web Site Using a Wizard Click Next to begin answering the wizard’s questions. Answer each question according to your needs and preferences. After Finish, the wizard creates the web site for you with the information you entered.
Creating a New Web Page As with other Microsoft programs, FrontPage automatically opens a blank web page.  But if you want to create a new page after that, you can either use OR
Creating a New Web Page A new web page can also created in Navigation view. Click the Navigation button in the Views bar.  Double-click the Home Page button to create a home page (named as index.htm).
Creating a New Web Page To add connecting pages to your home page, right click the Home Page button and then click New Page two times to add two pages.  The pages appear under the home page. You can rename the pages.
Working with text in MS FrontPage is very similar to working with text in MS Word.  Begin creating your Web site by building a home page. This is the “front door” to your Web site and should include a greeting, a short explanation of what the Web site is for, and links to the rest of the Web site. A home page is normally saved as index.htm/html or default.htm Creating a New Web Page
Creating a New Web Page Example: Tom Jute’s Website Your site should have: Personal detail & contact information  Format the web page  using the Standard and Formatting Toolbar or using the Format Menu Tips: Use table to control your layout Save your work.  Title  Pictures or images Hyperlink Hands On Exercise -  Creating Your Own Website   (plan before beginning)
Inserting Pictures or Images There are four sources of pictures for a web: Clip art from any number of sources including the Internet, FrontPage and PhotoDraw.  It gives ready made images that can be placed into your work. Scan the existing photographs with a scanner. Capture pictures with a digital camera.  Programs like MS PhotoDraw, CorelDraw, Windows Paint or Adobe Photoshop allow you to create your own pictures.
Formatting Pictures or Images Resizing Moving Copying Cropping Adding a Border Aligning an Image with Text Adding a Background Image Creating a Thumbnail Image Adding a Hyperlink to an Image
Changing the Title of a Web Page A Web page’s title is an important part of the page and it introduce the web. It appears at the top of the Browser window (Browser title bar) when the page is open. To change the page Title: File      Properties     Type the title in the   Title   box OR Right-click on the page and select   Page Properties   and enter the new title
Inserting Hyperlinks A hyperlink is a link to another Web page on your site or another Web site on World Wide Web. It is a main tool for navigating the WWW. Hyperlinks can take the form of text or graphics, when clicked, gives the browser an address called a URL.  The browser then opens the page at that address. Hands on Exercise:   Create two other web pages named  My_Hobbies  and  My_Photo_Gallery   Create links to the above web pages + a link to another Web site on WWW.
Creating Text Hyperlinks: Type the text that will serve as the hyperlink    select the text    select  Insert     select  Hyperlink    type the address of the site in the  URL box . Creating Graphic Hyperlinks: Insert the picture of clip art to use as the hyperlink    select the graphic    select  Insert     select  Hyperlink    type the address of the site in the  URL box . Inserting Hyperlinks
Your Website Make sure to test your new link! hyperlinks
Understanding How Web Pages  are Saved Word saves different pages and pictures in the same, single file.  FrontPage saves different pages and pictures in separate files. These related files are usually saved in the same folder.
Displaying a Web Page in a Web Browser it is better to view the web pages in a Web Browser because users are going to view the pages in a browser, not in FrontPage.
To view your web page using the Hyperlink View, make sure to open your web folder with  Open Web  menu (for the first time).  On the   File  menu, click  Open Web , and then do one of the following:  To open a disk-based web on your local computer, in the  Folder Name  box, type the path to the folder containing the web, and then click  Open .  Or, use the  Look In  box to navigate to the My Webs folder (or any other folder containing webs).  Using the Hyperlinks View
Using the Hyperlinks View To view links of the individual page:  click  Hyperlinks  button  and click the page in the  Folder List  on the standard toolbar. Pages to which the selected page links. A  +  (plus sign) indicates that the page has additional links.
Using the Navigation View Navigation view is important because it requires you to organize your Web site, and the navigation bar properties depend on the Web site’s navigational structure.  Explore the Navigation View: 1.  On the  Views  toolbar, click  Navigation. 2. Click  Your   Home Page  page ( index.htm ).  3. Click and hold the  my_hobbies   page, and then drag it under the  index.htm  page. Any changes you make in this view effect the pages in  Page  view. 4.  From the  Navigation  view, you can also double-click a page to see it in  Page  view.
Using the Navigation View
Publishing Your Web Site After completed the web site, ready to publish the Web so that your web site can be accessed by many people. Publishing the Web means place all the folders and files in the Web onto a Web server. The Web server then serves up your site to visitors on the WWW. A user cannot simply copy his or her files to a server. Two different ways/routes to get your Web onto the server:  HTTP (to upload your Web files to the server)  FTP (to move the files to the server).
Additional Features Inserting Line Break Inserting Table  Inserting Bulleted and Numbered Lists Theme Frame Form

More Related Content

DOC
Web Design Notes
butest
 
DOCX
Web development
KAZEMBETVOnline
 
PPT
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Sean Burgess
 
PPTX
Start a Blog: Module 6
Merri Dennis
 
DOCX
ARTICULOENINGLES
Mónica Sánchez Crisostomo
 
DOCX
WEB DESIGNING MODULE
mar jun
 
PPT
Windows Vista
cartsh
 
PDF
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
Sean Burgess
 
Web Design Notes
butest
 
Web development
KAZEMBETVOnline
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Sean Burgess
 
Start a Blog: Module 6
Merri Dennis
 
ARTICULOENINGLES
Mónica Sánchez Crisostomo
 
WEB DESIGNING MODULE
mar jun
 
Windows Vista
cartsh
 
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
Sean Burgess
 

What's hot (20)

DOCX
HTML Notes And Some Attributes
HIFZUR RAHMAN
 
PPT
Webme Slide Tutorial
mariamcgarry
 
PPTX
Basic Html for beginners.
Muhammad Shafique
 
DOCX
Cms Train The Trainer Guide
Frances O'Neill
 
PPT
Essentials of Children's Ministry Website Development
childrensministry
 
PPTX
Web design - Working with Links and Images
Mustafa Kamel Mohammadi
 
PPT
CHILD Site Coordinator Training
ehealth
 
PPT
Lecture 1 intro to web designing
palhaftab
 
DOC
Web page manual
kyffa
 
PPT
Download Workshop Lecture
webhostingguy
 
PPTX
HTML Bootcamp
MayeCreate Design
 
PDF
Aspnet master pages_tutorial_10_cs
Vaibhav Chavan
 
DOC
Internet programming notes
Durgadevi palani
 
PPT
How To Create Personal Web Pages On My Web
sritikumar
 
PPT
How websites and search engines work
Brian Duffy
 
PPT
Mengelola isi halaman web 5 eng
Eko Supriyadi
 
PPT
Web design basics
Sharmaine Resuma
 
PDF
How to Increase Web Traffic (SEO)
AbundioTeca
 
HTML Notes And Some Attributes
HIFZUR RAHMAN
 
Webme Slide Tutorial
mariamcgarry
 
Basic Html for beginners.
Muhammad Shafique
 
Cms Train The Trainer Guide
Frances O'Neill
 
Essentials of Children's Ministry Website Development
childrensministry
 
Web design - Working with Links and Images
Mustafa Kamel Mohammadi
 
CHILD Site Coordinator Training
ehealth
 
Lecture 1 intro to web designing
palhaftab
 
Web page manual
kyffa
 
Download Workshop Lecture
webhostingguy
 
HTML Bootcamp
MayeCreate Design
 
Aspnet master pages_tutorial_10_cs
Vaibhav Chavan
 
Internet programming notes
Durgadevi palani
 
How To Create Personal Web Pages On My Web
sritikumar
 
How websites and search engines work
Brian Duffy
 
Mengelola isi halaman web 5 eng
Eko Supriyadi
 
Web design basics
Sharmaine Resuma
 
How to Increase Web Traffic (SEO)
AbundioTeca
 
Ad

Similar to TID Chapter 8 Web Page Development (20)

PPTX
Wd & im session a3 _introduction to web page editors_april 08,2010
Mahesh Panchal
 
PPT
Front Page Lesson for ICT CPTLE Rev2.ppt
Rey Enriquez
 
PPTX
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
PDF
Saveasdialog
guestd56616
 
PPTX
Web App Develop, csc 406, Web development
dolandarc2
 
PPT
Wysiwyg
Cathy Jo Nelson
 
DOC
CHAPTER 10A - Web Development with MS-Front Page 2007 & CMS using wordpress.doc
manzoorhuma346
 
DOC
CHAPTER 10A - Web Development with MS-Front Page 2007 & CMS using wordpress.doc
manzoorhuma346
 
PPTX
Castro Chapter 2
Jeff Byrnes
 
PPTX
Castro Chapter 2
Jeff Byrnes
 
PDF
Pm shandilya-s-wcodew-web-methodology
prashant mishra
 
PDF
Wt unit 1 ppts web development process
PUNE VIDYARTHI GRIHA'S COLLEGE OF ENGINEERING, NASHIK
 
PDF
Unit 01 (1).pdf
sayalishivarkar1
 
PPT
Webpage Creation
mrcarty
 
PPT
1_Intro_toHTML.ppt
benjaminonum1
 
DOCX
Introduction to web design
Fitra Sani
 
PPTX
Lecture 7 The-Internet-and-Web-Development.pptx
akatsesena2003
 
PPT
Web designing using html
julicris021488
 
PDF
Web Design
Mr_Casey
 
Wd & im session a3 _introduction to web page editors_april 08,2010
Mahesh Panchal
 
Front Page Lesson for ICT CPTLE Rev2.ppt
Rey Enriquez
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Saveasdialog
guestd56616
 
Web App Develop, csc 406, Web development
dolandarc2
 
CHAPTER 10A - Web Development with MS-Front Page 2007 & CMS using wordpress.doc
manzoorhuma346
 
CHAPTER 10A - Web Development with MS-Front Page 2007 & CMS using wordpress.doc
manzoorhuma346
 
Castro Chapter 2
Jeff Byrnes
 
Castro Chapter 2
Jeff Byrnes
 
Pm shandilya-s-wcodew-web-methodology
prashant mishra
 
Wt unit 1 ppts web development process
PUNE VIDYARTHI GRIHA'S COLLEGE OF ENGINEERING, NASHIK
 
Unit 01 (1).pdf
sayalishivarkar1
 
Webpage Creation
mrcarty
 
1_Intro_toHTML.ppt
benjaminonum1
 
Introduction to web design
Fitra Sani
 
Lecture 7 The-Internet-and-Web-Development.pptx
akatsesena2003
 
Web designing using html
julicris021488
 
Web Design
Mr_Casey
 
Ad

More from WanBK Leo (20)

PDF
eTiQa Takaful
WanBK Leo
 
PPT
Bab 6 perniagaan keluarga
WanBK Leo
 
PPT
Bab 5 francais
WanBK Leo
 
PPT
Bab 3 kreativiti dan inovasi
WanBK Leo
 
PPT
Bab 2 persekitaran
WanBK Leo
 
PPT
Bab 1 pengenalan keusahawanan
WanBK Leo
 
PPT
Bab7 pengembangan perniagaan[1]
WanBK Leo
 
PPT
Bab 4 usaha teroka mula sendiri
WanBK Leo
 
PPT
Spe Bab10
WanBK Leo
 
PPT
Spe Bab9
WanBK Leo
 
PPT
Spe Bab8
WanBK Leo
 
PPT
Spe Bab7
WanBK Leo
 
PPT
Spe Bab6
WanBK Leo
 
PPT
Spe Bab4
WanBK Leo
 
PPT
Spe Bab3
WanBK Leo
 
PPT
Spe Bab2
WanBK Leo
 
PPT
Spe Bab1
WanBK Leo
 
PPT
Peta Minda Spe
WanBK Leo
 
PPT
Bab 7
WanBK Leo
 
PPT
Bab 6
WanBK Leo
 
eTiQa Takaful
WanBK Leo
 
Bab 6 perniagaan keluarga
WanBK Leo
 
Bab 5 francais
WanBK Leo
 
Bab 3 kreativiti dan inovasi
WanBK Leo
 
Bab 2 persekitaran
WanBK Leo
 
Bab 1 pengenalan keusahawanan
WanBK Leo
 
Bab7 pengembangan perniagaan[1]
WanBK Leo
 
Bab 4 usaha teroka mula sendiri
WanBK Leo
 
Spe Bab10
WanBK Leo
 
Spe Bab9
WanBK Leo
 
Spe Bab8
WanBK Leo
 
Spe Bab7
WanBK Leo
 
Spe Bab6
WanBK Leo
 
Spe Bab4
WanBK Leo
 
Spe Bab3
WanBK Leo
 
Spe Bab2
WanBK Leo
 
Spe Bab1
WanBK Leo
 
Peta Minda Spe
WanBK Leo
 
Bab 7
WanBK Leo
 
Bab 6
WanBK Leo
 

Recently uploaded (20)

PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PPTX
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
PPTX
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PPTX
PROTIEN ENERGY MALNUTRITION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PPTX
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
Virus sequence retrieval from NCBI database
yamunaK13
 
PPTX
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
PPTX
CDH. pptx
AneetaSharma15
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PPTX
Basics and rules of probability with real-life uses
ravatkaran694
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PPTX
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PROTIEN ENERGY MALNUTRITION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
How to Apply for a Job From Odoo 18 Website
Celine George
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Virus sequence retrieval from NCBI database
yamunaK13
 
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
CDH. pptx
AneetaSharma15
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
Basics and rules of probability with real-life uses
ravatkaran694
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 

TID Chapter 8 Web Page Development

  • 1. WEB PAGE DEVELOPMENT Iife is about the moments you live, not the regret you feel Unanimous
  • 2. Understanding a Web Web page is a single page containing text and graphics that has been labeled with the appropriate HTML coding for the web. Web site is a collection of linked Web pages containing various content that easily be navigated using a Web browser. It includes a beginning file called a home page. From the home page, you can navigate to all other pages on the site.
  • 3. A web page can contain any of the following: Text Graphics (gif or jpeg) Audio (.mid or .wav) Interactive multimedia content that requires a plug-in such as Flash, Shockwave or VML applets (subprograms that run inside the page) which often provide motion graphics, interaction, and sound Web Page
  • 4. Terms used on the Web WWW (World Wide Web) The Web is the part of the Internet that includes all files and documents that are available through servers. The two main parts of the Web are Web clients and servers. Browser Browser is Internet computer programs that allow you to navigate through the Internet. The most common Web browsers are Microsoft Internet Explorer and Netscape Browser (Navigator). URL (Uniform Resource Locator) A URL is a Web site’s network address. If you enter a URL in a browser, you will be taken directly to the Web site. E.g: http://www.uum.edu.my/hea protocol server name path
  • 5. Terms used on the Web HTTP (Hypertext Transfer Protocol) HTTP is a protocol that is used to transfer and receive files on the internet. Hyperlinks A link to another Web page on your site or another Web site on World Wide Web. HTML (Hypertext Markup Language) HTML is a markup language or a collection of markup tags that define the various components of a WWW document. Web Server a computer on the World Wide Web (connected to the Internet Backbone) that stores HTML documents that can be retrieved via a Web browser.
  • 6. This is a webpage displayed by Internet Explorer.
  • 7. Essentials of Good Web Design  Navigation buttons or bars are easy to understand and use.    A large site has an index or site map.    The navigation bar or button give the visitor a clue as to where they are, what page of the site they are currently on.    The hierarchy of information is perfectly clear.    Text is big enough to read, but not too big.    Graphics and backgrounds use safe colors.    Page download quickly.    Consistency from page to page  every web page in the site looks like it belongs to the same site.
  • 8. Planning a Web Site Provide answers to the following planning questions. What are the goals of the web? What will its content be? How will it be organized? What do you want it to look like?
  • 9. Hierarchical Structure of Web Site Sketching out a structure before creating a site can save you lots of work later. After you've sketched a map of your site, it's time to start sketching a common layout for each of your pages. Prepare a sketch of your proposed website that shows the relationships between the pages.
  • 11. Web Page Development Web page can be created in a number of ways: Using a plain text editor such as Notepad (writing HMTL code). Using a WYSIWYG editor (web authoring tool) such as Microsoft FrontPage or Macromedia Dreamweaver.
  • 12. Writing HTML Code HTML Exercise All you need is a text editor (eg: Notepad) Open Notepad Type the following code into your file and then save as index.html <html> <head> <title> My First Web Page </title> </head <body> Hello World </body> </html>
  • 13. Writing HTML Code Open browser to view your page
  • 14. Writing HTML Code (continue..) <html> <head> <title> My First Web Page </title> </head <body> <center><H1>Hello World</h1><br> <a href=http://www.uum.edu.my> Universiti Utara Malaysia</a> </body> </html>
  • 15.  
  • 16. Using FrontPage FrontPage is a great Web editing tool for people with limited knowledge and time for HTML coding. It’s similar to using Microsoft Word and it allows for two different editing modes, Normal and HTML view. As you are bolding text and inserting graphics in Normal view, FP is writing the HTML code for you.
  • 17. Understanding the FrontPage Screen Page view tabs Web Page windows Web page name Insertion point Views bar
  • 18. Understanding the FrontPage Screen Description Window Element You can view your page in three different ways: Normal, HTML and Preview. Page View tabs Used to display your Web site in six different views: Page, Folder, Reports, Navigation and Tasks. Views bar The small, blinking line is where your typed text appears in the Web page. Insertion point The name of the Web page you are working on. Web page name This is where you type in text and work on your Web pages. You can have more than one Web page open at a time. Web page window
  • 19. Understanding the FrontPage Screen Allows you to see the Web page as it would appear in a Web browser. Preview Allows you to edit the Web page directly in HTML code.   It is very textual and shows the code that translates the code onto the Internet. HTML Allows you to edit the Web page in WYSIWYG (What You See Is What You Get) mode. Normal Description Page View
  • 20. Creating Web Pages and Web Sites
  • 21. Create a New Web Site Using a Template Using the templates and wizards makes it quick and easy to create a Web site. If you know what kind of information you will display in your web site, FrontPage’s Web site templates are a good resource. There are several templates to choose from a fun, personal site, to a more formal, customer support site. The pages and themes within each template change according to its type.
  • 22. Create a New Web Site Using a Template Click the New Page button arrow. A list of items you can create appears: Page: Creates a single Web page based on the Normal Page template. Web: Creates a new Web Site from a template or wizard.
  • 23. Create a New Web Site Using a Template Select Web from the list. Click a template to see its description. E.g. Select Personal Web from the Web Sites tab.
  • 24. Create a New Web Site Using a Template From the Navigation View: Double-click any page to be edited. E.g. Double-click Home Page Change the properties from the Format button or right click the mouse. Replace the template’s example text with your own text.
  • 25. Create a New Web Site Using a Template
  • 26. Create a New Web Site Using a Wizard Using a Wizard is similar to using a template, but it does even more to help you create your web site. A wizard asks a series of questions that give information about your organization. The wizard then takes that information and automatically installs it into the new web site. Make sure your have preplanned your web site.
  • 27. Create a New Web Site Using a Wizard
  • 28. Create a New Web Site Using a Wizard Click Next to begin answering the wizard’s questions. Answer each question according to your needs and preferences. After Finish, the wizard creates the web site for you with the information you entered.
  • 29. Creating a New Web Page As with other Microsoft programs, FrontPage automatically opens a blank web page. But if you want to create a new page after that, you can either use OR
  • 30. Creating a New Web Page A new web page can also created in Navigation view. Click the Navigation button in the Views bar. Double-click the Home Page button to create a home page (named as index.htm).
  • 31. Creating a New Web Page To add connecting pages to your home page, right click the Home Page button and then click New Page two times to add two pages. The pages appear under the home page. You can rename the pages.
  • 32. Working with text in MS FrontPage is very similar to working with text in MS Word. Begin creating your Web site by building a home page. This is the “front door” to your Web site and should include a greeting, a short explanation of what the Web site is for, and links to the rest of the Web site. A home page is normally saved as index.htm/html or default.htm Creating a New Web Page
  • 33. Creating a New Web Page Example: Tom Jute’s Website Your site should have: Personal detail & contact information Format the web page using the Standard and Formatting Toolbar or using the Format Menu Tips: Use table to control your layout Save your work. Title Pictures or images Hyperlink Hands On Exercise - Creating Your Own Website (plan before beginning)
  • 34. Inserting Pictures or Images There are four sources of pictures for a web: Clip art from any number of sources including the Internet, FrontPage and PhotoDraw. It gives ready made images that can be placed into your work. Scan the existing photographs with a scanner. Capture pictures with a digital camera. Programs like MS PhotoDraw, CorelDraw, Windows Paint or Adobe Photoshop allow you to create your own pictures.
  • 35. Formatting Pictures or Images Resizing Moving Copying Cropping Adding a Border Aligning an Image with Text Adding a Background Image Creating a Thumbnail Image Adding a Hyperlink to an Image
  • 36. Changing the Title of a Web Page A Web page’s title is an important part of the page and it introduce the web. It appears at the top of the Browser window (Browser title bar) when the page is open. To change the page Title: File  Properties  Type the title in the Title box OR Right-click on the page and select Page Properties and enter the new title
  • 37. Inserting Hyperlinks A hyperlink is a link to another Web page on your site or another Web site on World Wide Web. It is a main tool for navigating the WWW. Hyperlinks can take the form of text or graphics, when clicked, gives the browser an address called a URL. The browser then opens the page at that address. Hands on Exercise: Create two other web pages named My_Hobbies and My_Photo_Gallery Create links to the above web pages + a link to another Web site on WWW.
  • 38. Creating Text Hyperlinks: Type the text that will serve as the hyperlink  select the text  select Insert  select Hyperlink  type the address of the site in the URL box . Creating Graphic Hyperlinks: Insert the picture of clip art to use as the hyperlink  select the graphic  select Insert  select Hyperlink  type the address of the site in the URL box . Inserting Hyperlinks
  • 39. Your Website Make sure to test your new link! hyperlinks
  • 40. Understanding How Web Pages are Saved Word saves different pages and pictures in the same, single file. FrontPage saves different pages and pictures in separate files. These related files are usually saved in the same folder.
  • 41. Displaying a Web Page in a Web Browser it is better to view the web pages in a Web Browser because users are going to view the pages in a browser, not in FrontPage.
  • 42. To view your web page using the Hyperlink View, make sure to open your web folder with Open Web menu (for the first time). On the File menu, click Open Web , and then do one of the following: To open a disk-based web on your local computer, in the Folder Name box, type the path to the folder containing the web, and then click Open . Or, use the Look In box to navigate to the My Webs folder (or any other folder containing webs). Using the Hyperlinks View
  • 43. Using the Hyperlinks View To view links of the individual page: click Hyperlinks button and click the page in the Folder List on the standard toolbar. Pages to which the selected page links. A + (plus sign) indicates that the page has additional links.
  • 44. Using the Navigation View Navigation view is important because it requires you to organize your Web site, and the navigation bar properties depend on the Web site’s navigational structure. Explore the Navigation View: 1. On the Views toolbar, click Navigation. 2. Click Your Home Page page ( index.htm ). 3. Click and hold the my_hobbies page, and then drag it under the index.htm page. Any changes you make in this view effect the pages in Page view. 4. From the Navigation view, you can also double-click a page to see it in Page view.
  • 46. Publishing Your Web Site After completed the web site, ready to publish the Web so that your web site can be accessed by many people. Publishing the Web means place all the folders and files in the Web onto a Web server. The Web server then serves up your site to visitors on the WWW. A user cannot simply copy his or her files to a server. Two different ways/routes to get your Web onto the server: HTTP (to upload your Web files to the server) FTP (to move the files to the server).
  • 47. Additional Features Inserting Line Break Inserting Table Inserting Bulleted and Numbered Lists Theme Frame Form