Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.

Slides:



Advertisements
Similar presentations
Web Development & Design Foundations with HTML5
Advertisements

Web Development & Design Foundations with XHTML
HTML: HyperText Markup Language Hello World Welcome to the world!
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 2 HTML Basics Key Concepts
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
XHTML Basics Web pages used to be written exclusively in html
< REVIEW > How HTML looks like (Overview)? Page title here Main page content comes here.
 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.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
 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.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Chapter 4 Cascading Style Sheets Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
HTML Essentials Markup ( Part I ). Why Markup ? Markup gives meaning and structure to your web page Creates a relationship between the elements.
1 Outline 3.1 Introduction 3.2 Editing HTML 3.3 First HTML Example 3.4 W3C HTML Validation Service 3.5 Headers 3.6 Linking 3.7 Images 3.8 Special Characters.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
HTML PROJECT #3 Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
1 HTML intro The development of HTMLThe development of HTML The transition from HTML to XHTMLThe transition from HTML to XHTML XHTML syntax, tags, and.
1.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
1 Introduction to HTML: Part 1 Outline Introduction Elements and Attributes Editing HTML Common Elements Headers Images Unordered Lists Nested and Ordered.
HTML (continued). Assignment 3 Creating a web page with:  Images  Hyperlinks to some websites  Hyperlinks to your  Information about a company,
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
1 Web Developer & Design Foundations with XHTML Chapter 3 Key Concepts.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
1 Introduction to XHTML: Part 1 Outline Introduction Elements and Attributes Editing XHTML Common Elements W3C XHTML Validation Service Headers Linking.
WEB DESIGN AND PROGRAMMING Introduction to XHTML.
HTML 58.51A LINKING & LISTS Linking to local files name of destination.... anchor tag HREF attribute. This attribute identifies the location of the link.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
INT222 – Internet Fundamentals
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 8th Edition
HTML: HyperText Markup Language
Web Development & Design Foundations with HTML5 7th Edition
HTML5 – Heading, Paragraph
Chapter 4 - Introduction to XHTML: Part 1
Introduction to HTML- Basics
Basics of Web Design Chapter 2 HTML Basics Key Concepts
Basics of Web Design Chapter 2 HTML Basics Key Concepts
Presentation transcript:

Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris

LEARNING OUTCOMES In this part 2, you will learn how to...  Configure text with phrase elements  Configure special characters  Use the anchor element to link from page to page  Create absolute, relative, and hyperlinks  Code, save, and display a web page document  Test a web page document for valid syntax 2

Copyright © Terry Felke-Morris Indicate the context and meaning of the text PHRASE ELEMENTS ElementExampleUsage bold text Text that has no extra importance but is styled in bold font by usage and convention emphasized text Causes text to be emphasized in relation to other text; usually displayed in italics italicized text Text that has no extra importance but is styled in italics by usage and convention mark text Text that is highlighted in order to be easily referenced (HTML5 only) small text Legal disclaimers and notices (“fine print”) displayed in small font-size strong text Strong importance; causes text to stand out from surrounding text; usually displayed in bold sub text Displays a subscript as small text below the baseline sup text Displays a superscript as small text above the baseline 3

Copyright © Terry Felke-Morris HTML LISTS  Unordered List  Ordered List  Description List formerly called a definition list 4

Copyright © Terry Felke-Morris UNORDERED LIST  Displays a bullet, or list marker, before each entry in the list.  Contains the unordered list  type attribute determines the type of bullet point  default type is disc (but depends on the browser)  Contains an item in the list 5

Copyright © Terry Felke-Morris UNORDERED LIST EXAMPLE TCP IP HTTP FTP 6

Copyright © Terry Felke-Morris ORDERED LIST  Displays a numbering or lettering system to itemize the information contained in the list  Contains the ordered list  type attribute determines numbering scheme of list, default is numerals  Contains an item in the list 7

Copyright © Terry Felke-Morris ORDERED LIST EXAMPLE Apply to school Register for course Pay tuition Attend course 8

Copyright © Terry Felke-Morris DESCRIPTION LIST Useful to display a list of terms and descriptions or a list of FAQ and answers ◦ Contains the description list ◦ Contains a term/phrase/sentence Configures empty space above and below the text ◦ Contains a description of the term/phrase/sentence ◦ Indents the text ◦ Configures empty space above and below the text 9

Copyright © Terry Felke-Morris DESCRIPTION LIST EXAMPLE IP Internet Protocol TCP Transmission Control Protocol 10

Copyright © Terry Felke-Morris CHECKPOINT 1. Describe the features of a heading element and how it configures the text. 2. Describe the difference between ordered lists and unordered lists. 3. Describe the purpose of the blockquote tag. 11

Copyright © Terry Felke-Morris Display special characters such as quotes, copyright symbol, etc. Character Code © © < < > > & & SPECIAL CHARACTERS 12

Copyright © Terry Felke-Morris DIV ELEMENT  Configures a structural block area or “division” on a web page with empty space above and below.  Can contain other block display elements, including other div elements Home Services Contact 13

Copyright © Terry Felke-Morris ANCHOR ELEMENT  Specifies a hyperlink reference (href) to a file  Text between the and is displayed on the web page. Contact Us  href Attribute  Indicates the file name or URL 14

Copyright © Terry Felke-Morris ABSOLUTE & RELATIVE HYPERLINKS  Absolute link  Link to other websites Yahoo  Relative link  Link to pages on your own site Home 15

Copyright © Terry Felke-Morris HYPERLINK  Automatically launch the default mail program configured for the browser  If no browser default is configured, a message is displayed 16

HYPERLINKS 17  Hands-On Practice

Copyright © Terry Felke-Morris CHECKPOINT 1. Describe the purpose of special characters. 2. Describe when to use an absolute link. Is the http protocol used in the href value? 3. Describe when to use a relative link. Is the http protocol used in the href value? 18

Copyright © Terry Felke-Morris WRITING VALID XHTML  Check your code for syntax errors  Benefit:  Valid code  more consistent browser display  W3C XHTML Validation Tool 