XHTML Lists. There are three types of lists available in XHTML  Unordered or bulleted lists  Ordered or numbered lists  Definition or directory lists.

Slides:



Advertisements
Similar presentations
Web Development & Design Foundations with HTML5
Advertisements

Elder L. Lionel Kendrick Of the First Quorum of the Seventy It has been from the beginning and it will be till the end that the natural man will have a.
HTML: HyperText Markup Language Hello World Welcome to the world!
Chapter 2 Horizontal Rules & Lists Dreamweaver for College & Business.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 3: XHTML Coding © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
Lists, Lists, & Lists Unordered List Ordered List Definition List.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
HTML & XHTML Web Publishing. What is HTML? HTML- Hypertext Markup Language ▫Start with text on your page & add special tags ▫These specific tags produce.
Introduction to HTML CPS470 Software Engineering Fall 1998.
1 Lists: Bringing Order Out of Chaous Plain Text Lists List Making Tags Ordered and Unordered Lists Key Terms Review Questions.
1 Lists: Bringing Order Out of Chaous Plain Text Lists List Making Tags Ordered and Unordered Lists Nesting List List of Definition Review Questions Exercise.
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.
Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014.
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.
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
Session: 3. © Aptech Ltd. 2Formatting Text using Tags / Session 3  Explain the Heading tag  Explain the different tags related to formatting  Explain.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Basic XHTML Module 2: XHTML Basics LESSON 1. Module 2: XHTML Basics LESSON 1 Lesson Overview In this lesson, you will learn to:  Write XHTML code using.
Chapter 3 Working with Text and Cascading Style Sheets.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
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.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
Deprecated Elements. Extensions to HTML Browser specific. Proposed revisions to standard. +Powerful presentation tools. −Limited support (or) −Subject.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
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.
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
1 Web Development Lecture # 11 Introduction to XHTML (Chapter # 4) It.GulGasht.Com.
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,
XHTML TAGS I Basic Tags. North Lake College 2 by Sean Griffin Sample XHTML Code.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Committed to Shaping the Next Generation of IT Experts. 1 Essentials For Design Dreamweaver Level One Julian Rickards Project 3 Applying Structure To.
HTML.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
Agenda Lists Purpose Types of Lists: Unordered Ordered Definition.
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.
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
1 2/21/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Lists, Fonts, Links, and Preformatted Text.
The Complete Reference OMT II Mam Saima Gul. * Modern HTML has three basic forms of lists: ordered lists ( ), unordered lists ( ), and definition lists.
Elements and Attributes. XHTML Elements The element contains special information that does not necessarily show up on the web page. The element determines.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 15: Lists.
INT222 – Internet Fundamentals
Chapter 5 pp HTML Elements & Attributes Format Content Or Examples This Text Is A Hyperlink.
Chapter 4 and 5. Objectives Introduce markup: elements and attributes How browsers interpret HTML documents Basic structure of HTML document What do style.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
Text Elements. We've already learned about the,,,, and elements. Now let's learn some elements that we'll use to present actual text content on our web.
© UNT in partnership with TEA1 Web Technologies Introduction to HTML Scripting.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
Introduction to basic HTML
Elements of HTML Web Design – Sec 3-2
Ordered & Unordered Lists in HTML
HTML Lists CS 1150 Fall 2016.
CS543: WEB APPLICATION PROGRAMMING
Elements of HTML Web Design – Sec 3-2
HTML Lists CS 1150 Spring 2017.
Document Structure & HTML
Lesson 2: HTML5 Coding.
LISTS.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
Presentation transcript:

XHTML Lists

There are three types of lists available in XHTML  Unordered or bulleted lists  Ordered or numbered lists  Definition or directory lists

Lists Unordered Ordered Definition

Creating Lists Unordered and Ordered Lists use two tags or to begin the list to begin each list item Note: Remember there must be a closing tag for each opening tag.

Unordered Lists Used to list any series of items that have no particular order.

Unordered Lists Things to do today: Pick up dry cleaning Grocery shopping Pay bills

Unordered Lists Things to do today: Pick up dry cleaning Grocery shopping Pay bills Notice the title of the list goes before the tag and is enclosed in the paragraph block element.

Unordered Lists Things to do today: Pick up dry cleaning Grocery shopping Pay bills

Ordered Lists Perfect for explaining step-by- step instructions for how to complete a particular task or for creating an outline of a larger document.

Ordered Lists Logon to the computer Open your journal Write your Glossary word Wait for instructions

Ordered Lists 1. Logon to the computer 2. Open your journal 3. Write your Glossary word 4. Wait for instructions

Definition Lists Particularly suited to glossaries, but works well with any list that pairs a word or phrase with a longer description.

Definition Lists Consist of a term, followed by an indented definition. Use three tags: - begin the list - definition term - definition

Definition Lists A apples artists B bugs balloons

Definition Lists A apples artists B bugs balloons

Nesting Lists You can nest lists within lists. item a item b item c item one item two

Nesting Lists 1. item a 2. item b 3. item c item one item two

list-style-type By default, unordered lists use a disc for each item and ordered lists use numbers. You can change the appearance of either by including the list-style-type property in a style attribute

Style attribute - unordered Item one Item two Item one Item two Item one Item two

Style attribute - ordered Item one Item two Item one Item two Item one Item two

Style attribute - ordered Item one Item two Item one Item two

Comments – Why? To remind you (or future editors) what you were trying to achieve with your HTML tags. Great way to add reminders to your text.

Comments – Why? A comment will be ignored by the browser. You can use them to keep track of revisions.

Comments – How? Comments start with <!-- Comments end with --> Example

Assignment Exercise 6: Creating lists Independent Practice: List Assignment