CE1353 APLIKASI kOMPUTER Web Site Development.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
HTML popo.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
HTML Introduction HTML
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2 Identify color scheme guidelines.
CS105 Introduction to Computer Concepts HTML
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Creating and Editing a Web Page
1 Outline 3.1 Introduction 3.2 Editing HTML 3.3 First HTML Example 3.4 W3C HTML Validation Service 3.5 Headers 3.6 Linking 3.7 Images 3.8 Special Characters.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
HTML (HyperText Markup Language)
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
Understanding HTML Code
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Just Enough HTML How to Create Basic HTML Documents.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Exploring Microsoft Microsoft FrontPage Chapter 21 Exploring Microsoft FrontPage 2002 Chapter 1 Creating a Home Page: Introduction to MS FrontPage.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
1999, COMPUTER SCIENCE, BUU Introduction to HTML Seree Chinodom
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 Foundation of HTML Web Page Design. 2 Safe Web Fonts: Used by most computers regardless of environment or platform  Times New Roman  Arial  Courier.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
HTML Basics.
Extended Learning Module F
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Marking Up with XHTML Tags describe how a web page should look
With Microsoft FrontPage 2000
Section 7.1 Section 7.2 Identify presentation design principles
Elements of HTML Web Design – Sec 3-2
Creating a Home Page in HTML
Chapter 1: Introduction to XHTML (part 1)
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Elements of HTML Web Design – Sec 3-2
Chapter 4 - Introduction to XHTML: Part 1
COMPUTING FUNDAMENTALS
Computers and Scientific Thinking David Reed, Creighton University
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Introduction to HTML- Basics
Chapter 16 The World Wide Web.
Introduction to HTML.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

CE1353 APLIKASI kOMPUTER Web Site Development

CE1353 :: Aplikasi Komputer Objectives Identify the hardware and software required to write, test, and execute a web page Describe how HTML tags are used to format Web pages Discuss the benefits of using Web page authoring software Describe how FrontPage can be used to write a web page. CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Contents World Wide Web Preparing a Web Page HTML Authoring Software – FrontPage Frames CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer World Wide Web Provides multimedia communication over the Internet Terminology: ISP Link Home Page URL Server Web Site HyperText CE1353 :: Aplikasi Komputer

HTML : HyperText Markup Language <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <title> </title></head> <body><h3> </h3><br> <hr><table> <tr><th> </th></tr><td> </td> </table> <form>... </body> HyperText Active text Link Clicking causes an action Markup Language Tags indicate formatting and document structure Source is processed by a program that understands the tags and formats the page CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Preparing a Web Page Writing vehicle Programming in HTML Authoring software Browser Test the code locally Test the code on the server Server Test links to other sites Store your published site CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Programming in HTML Type tags into a text file (Notepad) HTML editor HTML code must be saved with .html extension <head> <title>BusyBox</title> <style type="text/css"> body { background-color: #DEE2DE; color: #000000; } :link { color: #660000 } :visited { color: #660000 } :active { color: #660000 } td.c2 {font-family: arial, helvetica, sans-serif; font-size: 80%} td.c1 {font-family: lucida, helvetica; font-size: 248%} </style> </head> <body> <basefont face="lucida, helvetica, arial" size="3"> CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Authoring Software WYSIWYG (What You See Is What You Get) Create web page visually HTML code is generated automatically CE1353 :: Aplikasi Komputer

Preparing a Web Page Process Use writing vehicle to create web site Test locally using the browser Connect to Internet using your browser Test the links to other sites Publish the site to your server Test the site by accessing from the server CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer HTML : Basic Tags Tag – tells browser how to display the information provided Enclosed in angle brackets < > Generally used in pairs Open tag Closing tag – same tag with / in front Can nest tags Tags cannot overlap CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer HTML : Document Tags <HTML> … </HTML> Beginning and end of every HTML document <HEAD> … </HEAD> Contains information about the document including the title that is to appear in the title bar <BODY> … </BODY> All content for the page is placed between these tags CE1353 :: Aplikasi Komputer

HTML : Basic Tags If you view this from the browser, <HEAD> </HEAD> <BODY> </BODY> </HTML> If you view this from the browser, you will see a blank page CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer HTML : Basic Tags <TITLE> … </TITLE> Causes the page title to be displayed in the title bar Place in the heading section between <HEAD> … </HEAD> CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer HTML : Basic Tags Add content between <BODY> … </BODY> Text Structure Tags Headings Paragraphs Lists Images CE1353 :: Aplikasi Komputer

HTML : Creating and Testing Open text editor Enter basic document tags <HTML> <HEAD> … </HEAD> <BODY> … >/BODY> </HTML> Save as .html Do not close text editor CE1353 :: Aplikasi Komputer

HTML : Creating and Testing Open your browser Type file path/name as the URL or use File Open and select the file The file name should appear on the title bar The main window should be blank Do not close the browser CE1353 :: Aplikasi Komputer

HTML : Creating and Testing Return to the open file in the text editor Add a <TITLE> tag inside <HEAD> Save Return to the browser Click refresh or reload button Check the title bar CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Adding content Add one tag at a time to create content After each addition Save the file in the text editor Refresh/reload the file in the browser Verify that your entry is correct CE1353 :: Aplikasi Komputer

HTML : Text Tags - Heading Tags <H1> … </H1> Largest heading <H2> … </H2> <H3> … </H3> <H4> … </H4> <H5> … </H5> <H6> … </H6> Smallest heading <H1>Welcome to my first web site</H1> CE1353 :: Aplikasi Komputer

HTML : Text Tags - Paragraph Tag <P> … </P> Blank line inserted before the start of the paragraph One space between adjacent words regardless of the number of spaces in the source Extra spaces and lines are ignored <P>Learning HTML is fun!</P> CE1353 :: Aplikasi Komputer

HTML Text TagsLine Break Tag Line Break --- Forces a new line <br>Learning HTML<br>is<BR>fun!</P> CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer HTML List Tags <UL> … </UL> Unordered list (bulleted list) <OL> … </OL> Ordered list (numbered list) Every item in a list is preceded with <LI> List contents are indented <b>Senarai kursus yang di daftar untuk semester ini</b> <ol> <li>SAK3002 <li>SKR3000 <li>SMM3200 </ol> CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer HTML Formatting Tags Make page more attractive Make page more functional Style Tags Logical Physical CE1353 :: Aplikasi Komputer

HTML : Formatting Tags - Logical Style Tags Browser dependent Emphasis Tag <EM> … </EM> Usually displays italics Strong emphasis Tag <STRONG> … <STRONG> Usually displays boldface CE1353 :: Aplikasi Komputer

HTML : Formatting Tags - Logical Style Tags Tell browser how to display the text Italics <I> … </I> Boldface <B> … </B> Center <CENTER> … </CENTER> CE1353 :: Aplikasi Komputer

HTML : Putting it Together CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Images Use images that are appropriate and attractive Use sparingly since they effect download time CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Obtaining Images Download from a site that offers free images Pay to use an image Scan an image/document that you own or have permission to use Digital camera Create original graphics using software CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Image File Formats Acceptable image formats vary by browser Generally acceptable formats are GIF Graphics Interchange Format Use for graphics JPG Joint Photographic Experts Group Use for photographs PNG Portable Network Graphics Expected to replace GIF CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer HTML Image Tag Inline image Loaded with HTML code <IMG> Attributes: SRC ALT HEIGHT WIDTH ALIGN HSPACE VSPACE <IMG SRC=”myphoto.jpg”> <IMG SRC=”myphoto.jpg” ALIGN=”right” HSPACE=”10”> CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer HTML Link Tag Link to Other sites Between your own pages To e-mail <A HREF=”name”>hypertext</A> <A HREF=”http://www.upm.edu.my”>UPM</A> <A HREF=”harithpage.html”>Harith’s Page</A> <A HREF=”mailto:harith@upm.edu.my”>Harith’s email</A> CE1353 :: Aplikasi Komputer

HTML Tags : Background Color / Graphics Attributes of <BODY> BGCOLOR=”code” Specify color for background of the screen BACKGROUND=”path/file” Tiles the graphic in the file to fit the screen <BODY BGCOLOR=”green”> <BODY BGCOLOR=”#00FF00”> <BODY BACKGROUND=”flower.jpg”> CE1353 :: Aplikasi Komputer

Authoring Software : FrontPage WYSIWYG Generates HTML code Benefits Non-technical users can create their own web pages Technical users can insert HTML inside the generated HTML CE1353 :: Aplikasi Komputer

Getting Started in FrontPage Window similar to Office 2000 Windows Process to create a web page Select the type of page you wish to create Enter content Format content Add a title Add links and graphics View CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Navigation View Shows structure of web site Visual clue showing how the subpages relate to the main page CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Other Views Folders Lists the files in detail Reports Provides information of interest to site manager Hyperlinks Graphics picture of link relationships Tasks List of items that need to be completed and who is responsible Useful for collaboration CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Page Tabs Normal tab Viewing the page in WYSIWYG HTML tab The HTML code for the page Add your own HTML code to this page Preview Page as it will appear viewed by a browser Switch between HTML tab and Preview tab to see the effect of changes as you make them CE1353 :: Aplikasi Komputer

Estimated Loading Time Listed at the bottom of the page Try to keep loading time low Can be changed to show loading time using different modem speeds CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Themes Unified set of design elements and color schemes that you can apply to a page to give it a consistent and attractive appearance Background Fonts Banners Bullets Link buttons CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Themes Using a theme is a quick and easy way to make sure your Web pages are visually consistent and appealing. Microsoft FrontPage includes many complete themes that you can use right away. You can also change those themes or create new ones. CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Examples of Themes CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Examples of Themes The following example shows a plain Web page, and then shows how the same page would look with different themes applied: A plain Web page. The same page with three different themes applied. CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Page Templates A Template is a set of predesigned formats for text and graphics on which new Web pages and sites can be based. After a page or site is created using a template, you can customize it. Columns Table of contents Searches Guest book Bibliography FAQ Forms for visitors Forms for customers CE1353 :: Aplikasi Komputer

Page Templates Examples CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Frames Divides the page into sections Each section displays a different web page Each section can be updated individually Frameset – collection of frames displayed in a single page CE1353 :: Aplikasi Komputer

CE1353 :: Aplikasi Komputer Process Develop each page individually Create frameset page Establish links CE1353 :: Aplikasi Komputer