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.

Slides:



Advertisements
Similar presentations
Web Development & Design Foundations with HTML5
Advertisements

HTML popo.
Web Development & Design Foundations with XHTML
HTML. The World Wide Web Protocols Addresses HTML.
HTML: HyperText Markup Language Hello World Welcome to the world!
Chapter 2 HTML Basics Key Concepts
XHTML Basics Web pages used to be written exclusively in html
CS134 Web Design & Development Attributes, Lists, Tables, Links, and Images Mehmud Abliz.
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.
Web Page Development Identify elements of a Web Page Start Notepad
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 Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
CNIT 133 Interactive Web Pags – JavaScript and AJAX Review HTML5.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Web page - A Web page is a simple text file that contains HTML tags (code) that describe what should be displayed on the browser. -The Web browser interprets.
Chapter 4 Cascading Style Sheets Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
HTML Essentials Markup ( Part I ). Why Markup ? Markup gives meaning and structure to your web page Creates a relationship between the elements.
Week 1.  Phillip Chee   Ext.1214 
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
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.
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.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
1 Introduction to HTML Joshua S. Simon Collective Technologies.
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 (continued). Assignment 3 Creating a web page with:  Images  Hyperlinks to some websites  Hyperlinks to your  Information about a company,
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
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,
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
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.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
Suzanne Sultan1 Line Breaks, Paragraphs, lists Lab3.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
HTML.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Tags Lesson 2. What are HTML Tags?  Markup tags  Coded instructions that accompany the plain text of an HTML document  Syntax –Left wicket< –Tag.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
Introducing HTML 5 Creating Web Pages with HTML 5 1.
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.
12/24/2015XHTML Basics 21 Spring, 2008 Modified by Linda Kenney 2/18/08.
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.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Elements and Attributes. XHTML Elements The element contains special information that does not necessarily show up on the web page. The element determines.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CS134 Web Design & Development Attributes, Lists, Tables, Links, and Images Mehmud Abliz.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
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.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
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.
Tutorial 1 – Creating Web Pages With HTML
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 7th Edition
Coding, Testing and Valdating a Web Page
Web Development & Design Foundations with H T M L 5
Basics of Web Design Chapter 2 HTML Basics Key Concepts
Basics of Web Design Chapter 2 HTML Basics Key Concepts
Presentation transcript:

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  Configure the text on a web page with inline elements  Configure text with phrase elements  Configure special entity characters, line breaks, and horizontal rules  Test a web page for valid HTML syntax

an opening tag.... page info goes here … a closing tag

 Head Section Contains information that describes the web page document …head section info goes here  Body Section Contains text and elements that display in the web page document …body section info goes here

My First Web Page.... Body info goes here …

Heading Level 1 Heading Level 2 Heading Level 3 Heading Level 4 Heading Level 5 Heading Level 6

 Paragraph element …paragraph goes here… › Groups sentences and sections of text together. › Configures a blank line above and below the paragraph › Align attribute  deprecated in XHTML  obsolete in HTML5

 Line Break element › Stand-alone tag › Called a void element in HTML5 …text goes here This starts on a new line…. › Causes the next element or text to display on a new line Read Reviews

 Horizontal Rule element › Stand-alone tag › Configures a horizontal line on the page › In HTML5, it should be used to indicate a thematic break at the paragraph level Read Reviews

 Blockquote element › Indents a block of text for special emphasis …text goes here…

Indicate the context and meaning of the text Display inline with the text Common Logical Style Tags ◦  To cause text to "stand out" from surrounding text. Usually bold. This is important ◦  To cause text to be emphasized in relation to other text on the page. Usually italics. Please note

 Unordered List  Description List (XHTML Definition List)  Ordered List

 Displays information with bullet points  Unordered List Element Contains the unordered list  List Item Element Contains an item in the list

TCP IP HTTP FTP

 Conveys information in an ordered fashion  Ordered List Element Contains the ordered list › type attribute determines numbering scheme of list › default is numerals  List Item Element Contains an item in the list

Apply to school Register for course Pay tuition Attend course

New name for HTML5 This element was called a Definition List in previous versions of HTML and XHTML. Uses: Display a list of terms and descriptions Display a list of FAQ and answers ◦ The Description List element tag Contains the definition list ◦ The dtElement tag Contains a term or name Configures a line break above and below the text ◦ The dd Element tag Contains a definition or description Indents the text

IP Internet Protocol TCP Transmission Control Protocol

Display special characters such as quotes, copyright symbol, etc. Character Code © © < < > > & &

 Purpose: › Configure a specially formatted division or area of a web page  There is a line break before and after the division.  Can contain other block display and inline display elements 20

 Check your code for syntax errors › Benefit:  Valid code  more consistent browser display  W3C XHTML Validation Tool ›  Additional HTML5 Validation Tool ›

 This chapter provided an introduction to HTML.  HTML elements used for inline and block-level formatting were introduced.  You will use these skills over and over again as you create web pages.