Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
HTML Basics Customizing your site using the basics of HTML.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
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,
Marking Up With Html: A Hypertext Markup Language Primer
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.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
HYPERTEXT MARKUP LANGUAGE (HTML) Vijaya K Pandey.
The HTLM History HMTL Basics.  World Wide Web  World Wide Web (Web):The part of the Internet that supports multimedia and consists of a collection of.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
CS105 Introduction to Computer Concepts HTML
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
Creating and Editing a Web Page
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
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.
Web Design ITM 2010 Tutorial 1 Prepared by Wang Shiyu.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
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.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (pg. 85) Lesson 4.2Lesson 4.2.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
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.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
Just Enough HTML How to Create Basic HTML Documents.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
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.
Introduction to web development and HTML MGMT 230 LAB.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
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.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
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.
1 Lecture 12 Lecture 12 Basic HTML ITEC 1000 “Introduction to Information Technology”
Exploring Microsoft Microsoft FrontPage Chapter 21 Exploring Microsoft FrontPage 2002 Chapter 1 Creating a Home Page: Introduction to MS FrontPage.
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
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 Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
CE1353 APLIKASI kOMPUTER Web Site Development.
With Microsoft FrontPage 2000
COMPUTING FUNDAMENTALS
Introduction to HTML- Basics
Introduction to HTML.
Presentation transcript:

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools

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.

World Wide Web Provides multimedia communication over the Internet HTML drives the web HyperText Markup Language The language of browsers

HTML: HyperText Markup Language 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

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

Programming in HTML Type tags into a text file (Notepad) HTML editor HTML code must be saved with.html extension

Authoring Software WYSIWYG What You See Is What You Get Create web page visually HTML code is generated automatically

Preparing a Web Page: Process Use writing vehicle to create web site pages 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

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

HTML: Document Tags … Beginning and end of every HTML document … Contains information about the document including the title that is to appear in the title bar … All content for the page is placed between these tags

HTML: Basic Tags If you view this from the browser, you will see a blank page

HTML: Basic Tags … Causes the page title to be displayed in the title bar Place in the heading section between …

HTML: Basic Tags Add content between … Text Structure Tags Headings Paragraphs Lists Images

HTML: Creating and Testing Open text editor Enter basic document tags … … >/BODY> Save as.html (as.htm for older M$ systems) Do not close text editor

Open Browser Open your browser Type file path/name as the URL or use File Open and select the file The file name should appear in the URL textbox The main window should be blank Do not close the browser

Adding a title to the title bar Return to the open file in the text editor Add a tag inside Save Return to the browser Click refresh or reload button Check the title bar (aka welcome banner)

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

HTML Text Tags: Heading Tags … Largest heading … … Smallest heading Theatre Schedule

HTML Text Tags: Paragraph Tag … 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 Learning HTML is a lot of fun!

HTML Text Tags: Line Break Tag Forces a new line Learning HTML is a lot of fun!

Lists … Unordered list (bulleted list) … Ordered list (numbered list) Every item in a list is preceded with at end of each item is optional List contents are indented HTML List Tags

HTML Formatting Tags Make page more attractive Make page more functional Style Tags Logical Physical

HTML Formatting Tags: Logical Style Tags Browser dependent Emphasis Tag … Usually displays italics Strong emphasis Tag … Usually displays boldface

Physical Style Tags Tell browser how to display the text Italics … Boldface … Center …

Images Use images that are appropriate and attractive Use sparingly since they effect download time If possible reduce actual size of image to fit page

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

Image File Formats Acceptable image formats vary by browser Generally acceptable formats are GIF Graphics Interchange Format Use for graphics JPG (aka JPEG) Joint Photographic Experts Group Use for photographs PNG Portable Network Graphics Expected to replace GIF

HTML Image Tag Inline image Loaded with HTML code Attributes : SRC ALT HEIGHT WIDTH ALIGN HSPACE VSPACE

HTML Link Tag Link to Other sites Between your own pages To hypertext Kodak Johns Page Johns mail

HTML Tags: Background Color / Graphics Attributes of BGCOLOR=code Specify color for background of the screen BACKGROUND=path/file Tiles the graphic in the file to fit the screen

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

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

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

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

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

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

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

Examples of Themes

Page Templates Columns Table of contents Searches Guest book Bibliography FAQ Forms for visitors Forms for customers Predesigned pages that can contain page settings, formatting, and page elements

Page Templates Examples

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

Process of building with frames Develop each page individually Create frameset page Establish links