1 Hypertext Markup Language HTML is the language of Web pages © 2004 Lawrence Snyder.

Slides:



Advertisements
Similar presentations
Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Advertisements

Iframes & Images Using HTML.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
Introducing HTML Skills: create simple Web pages
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
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.
The Internet and the WWW What’s the difference between the Internet and the World Wide Web (WWW)? Or are they the same thing? The Internet and the WWW.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
The Information School of the University of Washington Oct university of washington1 Hypertext Markup Language INFO/CSE 100, Fall 2006 Fluency.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
Marking Up With Html: A Hypertext Markup Language Primer
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
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.
Basics of HTML.
Chapter 14-Designing for the World Wide Web. Overview Introducing multimedia on the Web. Designing text for the Web. Creating images for the Web. Adding.
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.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
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.
XHTML Images. Images are important Purpose: to enhance your web site. Add only when they complement or add additional impact to your message.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
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.
Chapter 4 (through page 110) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
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 CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
HTML and XML Behind Web Authoring Tools. 2 Objectives Introduce HTML Learn HTML Step by step Introduce XML.
CSCI 1101 Intro to Computers 7.1 Learning HTML. 2 Introduction Web pages are written using HTML Two key concepts of HTML are:  Hypertext (links Web pages.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
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.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to Web Design Web publishing HTML basics Web design principles Multimedia on the Web.
Introduction to HTML. What is HTML?  Hyper Text Markup Language  A markup language designed for the creation of web pages and other information viewable.
HTML. Hypertext Markup Language Lesson Objectives 1. We will be able to understand the need for HTML and where it is used 2. We will be edit HTML to.
HTML Basics Objectives: Objectives: Understand what HTML is Understand what HTML is Know basic HTML tags Know basic HTML tags Understand how to view HTML.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
Internet Applications Development Lecture 4 L. Obead Alhadreti.
HTML. Adding Background Color The bgcolor attribute lets you change the background color of the Web page. Located in the body tag See common Web Page.
The Teacher Computing HTML HyperText Markup Language.
FILE TYPES FOR WEB DESIGN 1 HOW SHOULD I SAVE?. GRAPHICS INTERCHANGE FORMAT (GIF) Best used for flat-color, sharp-edged art or text Clip art, logos Compression.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Chapter 4 Source: CSE 190 M (Web Programming) lecture notes, es/slides/lecture02-basic_xhtml.html.
Web programming Part 1: HTML 由 NordriDesign 提供
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley What did we learn so far? 1.Computer hardware and software 2.Computer experience.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
Using HTML. Glogger Glogger is like you own personal web page, you can add… Pictures Text Videos Music, etc… Modify and adjust anything you want Glogger.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML5 and CSS3 Illustrated Unit F: Inserting and Working with Images.
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.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
1 Hypertext Markup Language HTML is the language of Web pages © 2004 Lawrence Snyder.
HTML is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Creating a Home Page in HTML
Hosted by Coach Slanina
Graphics.
Hypertext Markup Language
Hypertext Markup Language
HTML HYPERTEXT MARKUP LANGUAGE.
Intro to Web Development Links
HTML Structure.
Presentation transcript:

1 Hypertext Markup Language HTML is the language of Web pages © 2004 Lawrence Snyder

2 Web Pages in HTML

3 HTML Structure All HTML files use the same structure: Name of Page Goes Here Heading content goes here Body content goes here Web page content goes in the body

4 First HTML Web Page This HTML produces this result First Web Page Content

5 The Source The HTML code producing a page is the source...which can always be viewed Notice color coding

6 HTML Must Be Text Word processors (recall Chap. 2) insert formatting tags, confusing browsers Create source in NotePad, etc. Save in Text or txt format Save with file extension.html  Avoid Confusion

7 Illustrate the Process

8 Party Time I'm thinking... I need downhill skiing!!! Party Time I'm thinking... I need downhill skiing!!!

9 Add An Image Images are encoded two ways: GIF -- Graphics Interchange Format -- is for diagrams and simple drawings JPEG -- Joint Photographic Experts Group -- is for high resolution photos, complex art The encoding is given in the file extension Image tags for placing images tag attribute name (source) path name to file

10 Illustrate the Process

11 Illustrate the Process Party Time I'm thinking... I need downhill skiing!!! Party Time I'm thinking... I need downhill skiing!!!

12 File Structure The path must say how to reach the file When the file is in the directory as the web page, just give the file name, ski.jpg If the file is in a subdirectory, say how to navigate to it, pix/ski.jpg If the file is in a superdirectory, move up using dot-dot notation,../ski.jpg The most common reason that an image is not displayed is the path is wrong … check!

13 Illustrate

14 Illustrate The file is accessed from the same directory, from a subdirectory and from the containing directory

15 Summary Web pages are written in HTML The files must be text The file extension must be.html Tags enclose content like parentheses Control look with attributes on tags Use a change-and-test process Images have two formats and explicit paths