McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.

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

Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
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.
Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
HTML popo.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML. The World Wide Web Protocols Addresses HTML.
1 تقنيات الانترنت عال457 HTML. 2 HTML  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML is a text formatting.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling 9.7Linking 9.8Images 9.9Formatting Text With 9.10Special.
 2001 Deitel & Associates, Inc. All rights reserved. 1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling.
Introduction to HTML 2006 INT197B. 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.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
1 Creating a Web Page An introduction to Hypertext Markup Language (HTML) ~~~~~ ~~~~ ~~~~~
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
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.
Understanding HTML Code
F-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
Unit 1 Changing the Appearance of Text. TITLE CORNELL NOTES TOPIC: NOTES: Summary: HTML Hypertext Markup Language 1 st and last tag on a page Tags Tags.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Explorers Guild April 27, What is HTML? Hypertext Markup Language (HTML) is the basic building block of the World Wide Web page. HTML files are.
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.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
Just Enough HTML How to Create Basic HTML Documents.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
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.
HTML BASIC IST 210: Organization of Data IST210 1.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
REEM ALMOTIRI Information Technology Department Majmaah University.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
HTML – The Basics Rebecca Shillingburg
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
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.
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.
Revised June 2008 Online PD Basic HTML1 Let’s Try It!  Open Notepad oStart > All Programs > Accessories > Notepad oDon’t get WordPad by mistake – won’t.
Basic Web Publishing M. Scott Gartner 7/15/98.
HTML Basics.
Extended Learning Module F
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
HTML GUIDE Press F5 and then
HTML.
Computers and Scientific Thinking David Reed, Creighton University
Presentation transcript:

McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML

Mod F-2 HYPERTEXT MARKUP LANGUAGE (HTML)  HTML – the language you use to create a Web site  HTML allows you to  Specify the content  Specify the formatting for content

Mod F-3 HYPERTEXT MARKUP LANGUAGE (HTML)  To create a Web site, you must create an HTML document  HTML document – file that contains your Web site content and the HTML formatting instructions  Web page is a view of an HTML document from within a Web browser

Mod F-4 Creating an HTML Document  Use any text editor  Our choice is Notepad  Click on Start  Point at All Programs  Point at Accessories  Click on Notepad  Create HTML document and save with htm or html extension

Mod F-5 HTML Document Sections  HTML tag – specifies the formatting and presentation of information in a Web site  Structure tags – HTML tags that set up the necessary sections  Two major sections in an HTML document  Head section  Body section

Mod F-6 HTML Document Sections Body section Structure tags

Mod F-7 HTML Tags  Usually are and  Entire HTML document

Mod F-8 HTML Document

Mod F-9 Resulting Web Page Image Lists

Mod F-10 Working Locally  For all to see, Web site must be in Web space  Web space – storage area where you keep your Web site  While building…  Keep local on your computer  Use browser to view

Mod F-11 Working Locally  To view a local Web site in Internet Explorer  Click on File and Open  Click on Browser  Choose folder and HTML document name  Click on Open and OK

Mod F-12 BASIC TEXT FORMATTING  Basic formatting tags – HTML tags that allow you specify formatting for text  Strong (bold) - and  Underline - and  Emphasis (italics) - and  Line break -  Horizontal rule -

Mod F-13 BASIC TEXT FORMATTING Many different basic formatting tags

Mod F-14 BASIC TEXT FORMATTING

Mod F-15 CREATING HEADINGS  Heading tags – make certain information, such as titles, stand out  and, where number is from 1 to 6  and - largest  and - smallest

Mod F-16 CREATING HEADINGS Heading tags

Mod F-17 CREATING HEADINGS

Mod F-18 ADJUSTING TEXT COLOR  Default text color is black, can be changed  and  Example  I like the color blue.  Reads as… I like the color blue.

Mod F-19 ADJUSTING TEXT COLOR Font colors

Mod F-20 ADJUSTING TEXT COLOR

Mod F-21 ADJUSTING TEXT SIZE  Default is usually 3; can be changed  and  Example  A stronomy is fun  Reads as… A stronomy is fun.

Mod F-22 ADJUSTING TEXT SIZE Font sizes

Mod F-23 ADJUSTING TEXT SIZE

Mod F-24 CHANGING BACKGROUND COLOR  Default is white; can be changed  with no ending tag  Example   Changes background color to green

Mod F-25 CHANGING BACKGROUND COLOR Change background to green

Mod F-26 ADDING LINKS TO A WEB SITE  Link (hyperlink) – clickable text or image that takes you to another site or page  Three types 1. Links to other Web pages or sites 2. Links to downloadable files 3. Links to

Mod F-27 ADDING LINKS TO A WEB SITE  Format of a link tag is…  scree n text  Example  To provide a link to MTV’s Web site  Visit MTV  Displays as Visit MTV

Mod F-28 ADDING LINKS TO A WEB SITE Link to another site or page

Mod F-29 ADDING LINKS TO A WEB SITE Links usually appear blue and underlined

Mod F-30 ADDING LINKS TO A WEB SITE  For a downloadable file  Replace Web site address with file name  Example  My Excel Workbook  Displays as My Excel Workbook  Lets someone download your Excel workbook

Mod F-31 ADDING LINKS TO A WEB SITE  For a link to  Replace address/filename with mailto: and your address  Example  E- mail me  Displays as me

Mod F-32 ADDING LINKS TO A WEB SITE Link to downloadable file Link to e- mail

Mod F-33 ADDING LINKS TO A WEB SITE

Mod F-34 ADDING IMAGES  Images can be useful or worthless  To insert an image   Image file must be in Web space  Is usually jpg or gif format  Cannot use bmp file formats

Mod F-35 ADDING IMAGES

Mod F-36 ADDING IMAGES

Mod F-37 Adjusting Image Sizes  Can adjust image size with height and width parameters  Provide sizing in pixel count  Example   Size would be approximately 1.5 inches square

Mod F-38 Adjusting Image Position  Can adjust location; default is left; use align parameter  align=“right” is right justified  is centered

Mod F-39 ADDING IMAGES

Mod F-40 ADDING IMAGES

Mod F-41 USING A TEXTURED BACKGROUND  Can use an image as background  Browser will “tile” image to fill page   File must be in Web space

Mod F-42 USING A TEXTURED BACKGROUND Textured background

Mod F-43 CREATING AND USING LISTS  Lists can be  Numbered  Unnumbered (bulleted)  Format is (for numbered) list content

Mod F-44 CREATING AND USING LISTS  For unnumbered or bulleted list, replace “o” with “u”  Format is (for unnumbered) list content

Mod F-45 CREATING AND USING LISTS List tags

Mod F-46 CREATING AND USING LISTS Lists