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.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
HTML. The World Wide Web Protocols Addresses HTML.
How To Create A Web Page By: Mikeon Briddy & Darrius Jacobs April 10,2006 Mr. Barnett.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CIS101 Introduction to Computing
CIS101 Introduction to Computing HTML Project Two.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
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
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Developing a Basic Web Page with HTML
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.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
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.
Adding Images & Working with Images Unit 2. TITLE CORNELL NOTES TOPIC: NOTES: Name: Date:08/10/2009 Period : Summary: To display Art To display Photographs.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
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.
Web Technologies Website Development Trade & Industrial Education
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
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 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.
XP Modifying the Slide Master Click the View tab on the Ribbon, and then, in the Master Views group, click the Slide Master button Click the Slide Master.
HTML H yper T ext M arkup L anguage. HTML HTML is NOT case sensitive However, proper coding etiquette if for all to be in ALL CAPS and for text to be.
Understanding HTML Code
Website Development with Dreamweaver
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
F-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
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.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
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.
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.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
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.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
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.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
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. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
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.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
XP 2 HTML Tutorial 1: Developing a Basic 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.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Chapter 1 Introduction to HTML.
With Microsoft FrontPage 2000
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Presentation transcript:

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 Text (91) Lesson 4.3Lesson 4.3 Insert Images and Backgrounds (100) Lesson 4.4Lesson 4.4 Text and Graphic Alignment (104) Lesson 4.5Lesson 4.5 Bulleted and Numbered Lists (109) Lesson 4.6Lesson 4.6 Link to Other Pages and Web Sites (113) 4 4 Pages Copyright © by The McGraw-Hill Companies, Inc. All rights reserved.

Glencoe Digital Communication Tools Create a Web Page with HTML You Will Learn To 4 4  Read basic HTML code  Create a simple Web page using HTML code  Add background color and graphics to a Web page  Change font sizes, colors, and styles on a Web page  Add paragraphs and line breaks  Add images to a Web page  Align text, graphics, and clip art on a Web page  Create a bulleted or numbered list on a Web page  Add external and internal hyperlinks to a Web page  Insert a link to an address

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Get Started with HTML Understanding HTML Tags You can create and publish your own Web page using Hypertext Markup Language (HTML) and common text formatting tags such as:  bold  italics You can also use an attribute like BGCOLOR= to change your Web page’s background color or add other details. Hypertext Markup Language (HTML) A set of codes used to create documents for the Web. tag A piece of HTML code that tells a Web browser how to display a particular section of text, a graphic, or other Web page element. attribute A specific instruction that tells the browser how to display the text or graphics enclosed by the HTML tags.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Get Started with HTML Creating an HTML Document Attention to detail is very important when using HTML code in a word processing program. If a single character is missing or wrong, a tag will not work. Web Editors Some of the more advanced software programs that enter HTML codes for you as you design a Web page are:  Macromedia Dreamweaver®  Microsoft FrontPage® Web pages can also be created in Microsoft Word, Excel, and PowerPoint applications.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Format Text Applying Font Changes Fonts affect a Web page’s appearance, helping to:  Improve the way a page looks  Emphasize text  Catch the attention of people viewing your page font A combination of specific visual characteristics of text, including size, typeface style, bold, and italics. Microsoft Word, Excel, and PowerPoint documents can easily be saved as HTML for use as Web pages.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Format Text Creating Paragraphs and New Lines You can control the layout of text on a Web page by using some of the following tags:  The paragraph tag,, adds two blank lines between paragraphs  The break tag,, inserts a single space after a line of text  The horizontal rule tag,, creates a line that runs across the width of a page Viewing Source Code To look at any Web site’s HTML code, in the browser application click the View menu and click Source. horizontal rule A line that runs across the width of a page.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Insert Images and Backgrounds Adding Images to Web Pages Some graphics that can help your Web page’s design are:  Clip art  Digital pictures  Backgrounds Clip Art Clip art can usually be identified by the file extensions: .png .gif .jpg clip art Electronic illustrations that can be inserted into a document. The background and clip art files you are viewing on the Microsoft Web site can also be added to Word, Excel, Access, and PowerPoint documents.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Insert Images and Backgrounds Animated Clip Art Including some animated clip art on your Web pages can make them come alive. Digital Pictures Personalize your Web page by downloading your digital camera’s pictures to your computer. Backgrounds When using clip art as your Web page’s background image, make sure the text is still easy to read by:  Changing the color  Adjusting the text’s formatting

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Text and Graphic Alignment Page Layout Improve your Web page’s design by:  Paying attention to the position of text or graphics  Centering big headlines in the middle of the page  Setting a photograph off to the side of a page  Aligning captions underneath photographs The Importance of Closing Tags Always use a closing tag when using HTML to align images and text.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Bulleted and Numbered Lists Organizing Information HTML allows you to create lists on your Web pages to:  Organize information about related items  Draw attention to the information in a visual way  Make items more distinct from one another and easier to remember Ordered and unordered lists on Web pages are similar to lists you can create in Microsoft Word and PowerPoint.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Bulleted and Numbered Lists The following tags are used for lists:  tag to start an unordered list  tag to start an ordered list  tag for an individual item within a list ordered list A list that has numbers before each item, and the items are usually in priority order. unordered list A list that has bullet points before each item and is used when the items can be in any order.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Link to Other Pages and Web Sites Planning a Web Site When building a Web site, make sure you:  Create a storyboard or diagram to help lay out pages and organize information  Include links to make it easy for users to navigate from one page to another within the site Hyperlinks can be created in Microsoft Word, Excel, Access, and PowerPoint documents by simply entering the URL.

Glencoe Digital Communication Tools Create a Web Page with HTML 4 4 Pages Link to Other Pages and Web Sites Creating Hyperlinks You need an anchor tag and hypertext reference,, to link text or graphics to the URL (uniform resource locator) of another Web page. Using these hyperlinks:  Gives a Web site the ability to connect to any other public Web site on the Internet  Connects millions of pages all across the World Wide Web  Allows people to easily surf from one page to another