Computer Science 103 Chapter 2 HyperText Markup Language (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

Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
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 1450 Technology Seminar Copyright 2003, Matthew Hottell.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Basic HTML Trystan Upstill Comp3400 Lecture 06/03/2001.
HTML: HyperText Markup Language Hello World Welcome to the world!
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
Introduction to HTML CPS470 Software Engineering Fall 1998.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Chapter 14 Introduction to HTML
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Computer Science 101 Introduction to Web Pages. Origins of the Web Vannevar Bush (Memex, 1945) Ted Nelson (Xanadu, 1968) Doug Englebart and Alan Kay (
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.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
Understanding HTML Code
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 4: Creating Hyperlinks Kelly L.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
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.
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.
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Just Enough HTML How to Create Basic HTML Documents.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
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.
XHTML Hyperlinks. Creating Links to Other Web Pages A link, or hyperlink, is a specially formatted Web page object that the user can click to open a different.
Chapter 2 Designing Web Pages With HTML JavaMethods An Introduction to Object-Oriented Programming Maria Litvin Gary Litvin Copyright © 2003 by Maria Litvin,
Chapter 4 Applets Cop Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
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 (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
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”
Web programming Part 1: HTML 由 NordriDesign 提供
HTML – The Basics COE 201- Computer Proficiency. The Internet The World Wide Web ▫Also known as the Web ▫Created in 1989  European Laboratory for Particle.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
1 Creating the Home Page. 2 Creating a Table Table attributes  Two rows and two columns  No border  Left-aligned Change the vertical alignment of the.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
1999, COMPUTER SCIENCE, BUU Introduction to HTML Seree Chinodom
Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
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 Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
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.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
Introduction to HTML.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Introduction to HTML Section A – Programming, HTML
INSTRUCTIONS This presentation was designed to first be viewed in class with the instructor. Students may then view it on their workstations while trying.
Introduction to XHTML.
Introduction to HTML.
Presentation transcript:

Computer Science 103 Chapter 2 HyperText Markup Language (HTML)

Introduction HyperText Markup Language, or HTML, is the building block for Web pages found throughout the Internet. A Web page is basically a HTML document which contains formatting instructions known as tags that are translated by browsers to a visual representation of the HTML Code.

Basic Tags There are four basic tags that are needed to create a HTML document. – ….

… Tags These tags tell the browser to assemble all of the other tags, text and instructions in between the … tags into a HTML document These tags start and end a HTML document Everything that is visible on a Web page falls between the and tags

… Tags These tags contain the header for the page and other information that is used by the browser Normally located after the opening tag Other tags can be placed within the … tags to manage the page content

… The tag just places the Web page ’ s title in the browsers title bar. These tags must be placed within the tags

… Tags tag consists of the body of text and information that a web page contains Everything that is placed within the tags will be visible to Web surfers

Sample HTML Skeleton

Links Allow easy navigation of the Internet and Web pages Based on the URL (Uniform Resource Locator) of a Web page, commonly known as the web address The first part of a URL is the protocol (e.g. http) and the second part is the domain (e.g.

Basic Tags for Links …, The anchor tags are used to create the link The tag has its own attributes as well: – - – mailto: – TARGET

Absolute vs. Relative Links Absolute links tell the browser the protocol, domain name, and the file to find. Absolute links are necessary when linking to pages with a different domain than your own. Relative Links are used to link to pages within your own domain.

Other Tags, Attributes & Comments The Font Tag - …. The Underline Tag - … The Boldface Tag - … The Line Break Tag - The Header Tag - … through …

Tags, Attributes & Comment Cont ’ d The Horizontal Rule Tag - The Comment Tag -

Images and Image Maps To understand images we must understand two terms first: pixels and resolution Computer monitor screens are made up of small visible squares called pixels. The resolution is how many pixels a computer monitor can hold, the default size is normally 800 x 600

Images and Image Maps Cont ’ d To place images on a web page we need to use some tags. The Image Tag – SRC – NAME – BORDER

Images and Image Maps Cont ’ d An image map can place an image on a web page and manipulate it to do certain actions when the mouse clicks on or runs over a certain part of the image There are specific tags needed to create an image map.

Images and Image Maps Cont ’ d The Map Tag - … – NAME The Area Tag - … – SHAPE – COORDS – HREF – ALT – TARGET

Tables Tables are very useful for displaying tabular data or formatting the space dimensions of images and texts on a web page. Like any other topic we have discussed in HTML, there are special tags that are used to form tables

Tables Cont ’ d The Table Tag - … – BORDER The Table Row Tag - … The Table Data Tag - … The Table Header Tag - … The Caption Tag - …