Introduction to HTML Lists Why Use Lists? Lists are one way to organize information for easy access. People are familiar with using lists to organize.

Slides:



Advertisements
Similar presentations
Project 1 ACSM PowerPoint.
Advertisements

Chapter 1: Introduction. Contents Whats New in Dreamweaver CS4? The Dreamweaver CS4 Interface Setting Up a Site Creating a Web Page Adding Text to Your.
Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Web Development & Design Foundations with XHTML
Teppo Räisänen LIIKE/OAMK 2010
XHTML Basics. What is XHTML? XHTML is newer than the old HTML XHTML has stricter rules and does not allow some elements formerly used in HTML One benefit.
Chapter 2 HTML Basics Key Concepts
1. Content – Collective term for all text, images, videos, etc. that you want to deliver to your audience. 2. Structure – How the content is placed on.
Creating and Editing a Web Page Using Inline Styles
Lists, Lists, & Lists Unordered List Ordered List Definition List.
Tutorial 2: Formatting Text. Objectives Session 2.1 – Learn the functions of the Common toolbar – Change the size of text – Discern which fonts to use.
Chapter 4 – Intermediate HTML 4 Outline 4.1 Unordered Lists 4.2 Nested and Ordered Lists 4.3 Basic HTML Tables 4.4 Intermediate HTML Tables and Formatting.
Chapter 3 Working with Text and Cascading Style Sheets.
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.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
1 Lists: Bringing Order Out of Chaous Plain Text Lists List Making Tags Ordered and Unordered Lists Key Terms Review Questions.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Lab 2 Revising and Refining a Document.
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.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
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.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
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.
Internet Skills An Introduction to HTML Alan Noble Room 504 Tel: (44562 internal)
Chapter 3 Working with Text and Cascading Style Sheets.
Class 3 – Creating Lists In this lesson, you will learn to use HTML to organize your text into lists.
CO1552 – Web Application Development Lists, Special Characters, and Tables.
HTML BASICS Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
Kevin Murphy Lists, Links and Anchors Masters Project CS 490.
Intro to Dreamweaver Web Design Section 7-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course.
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.
1 Mastering the Internet and HTML Lists and List Tags.
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.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
HTML Boot Camp: Formatted Lists
Essentials of HTML Class 4 Instructor: Jeanne Hart
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Creating XHTML Documents Essentials for.
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.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
HTML.
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.
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.
Agenda Lists Purpose Types of Lists: Unordered Ordered Definition.
XHTML Lists. There are three types of lists available in XHTML  Unordered or bulleted lists  Ordered or numbered lists  Definition or directory lists.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
This shows CIS17 and the first day introduction..
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
The Complete Reference OMT II Mam Saima Gul. * Modern HTML has three basic forms of lists: ordered lists ( ), unordered lists ( ), and definition lists.
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.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Lists Module 2: XHTML Basics LESSON 8. Module 2: XHTML Basics LESSON 8 Lesson Overview In this lesson, you will learn to:  Create lists using XHTML code.
Chapter 4 and 5. Objectives Introduce markup: elements and attributes How browsers interpret HTML documents Basic structure of HTML document What do style.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
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.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
HTML Basics.
HTML5 – Heading, Paragraph
Unit Objectives Create a new page Import text Set text properties
Ordered & Unordered Lists in HTML
HTML Lists CS 1150 Fall 2016.
CS7026: Authoring for Digital Media HTML Authoring
Working with Text and Cascading Style Sheets
Using Cascading Style Sheets (CSS)
HTML Lists CS 1150 Spring 2017.
Presentation transcript:

Introduction to HTML Lists

Why Use Lists? Lists are one way to organize information for easy access. People are familiar with using lists to organize information in their day-to-day lives.

Type of Lists Plain-Text Lists Ordered Lists Unordered Lists Lists of Lists (Nesting) Definition Lists Menu List (Considered Obsolete) Directory Lists (Considered Obsolete)

Plain-Text Lists The tag can be used to “force” lists. Lists 1 The following shows a forced way to build a Christmas list: 1. Partridge in a pear tree 2. French Hens 3. Calling Birds

Ordered Lists - Two HTML tags are involved with the ordered list: Order-list container... List-item container (Browser will automatically close it when it finds another. By default the lists will use Arabic numerals starting with 1.

Ordered List Example: Lists 2 The following shows a efficient way to build a Christmas list: Partridge in a pear tree French Hens Calling Birds

Ordered List - Attributes - Used to have a list start at some number other than one. Lists 3 The following shows a efficient way to build a Christmas list: Partridge in a pear tree French Hens Calling Birds I forgot the next three items. Rings

TYPE Attribute Changes the style of the numbers or letters of the list elements.

TYPE Attribute Example Lists 4 The following shows a efficient way to build a Christmas list: Partridge in a pear tree French Hens Calling Birds I forgot the next three items. Rings

List-Item Tag - Can contain almost anything if it defines an element of an ordered or unordered list. Universal container - used for all of the different types of lists except definition lists.

List-Item Tag (Continued) What it generates depends on the type of list. Ordered list - list element is preceded by a number or letter. Unordered list - list element is preceded by one of the different bullet types.

List-Item - TYPE Attribute Much like the TYPE attribute of the container. TYPE attribute used with... - specifies style of the number for the whole list. specifies style for a single list item.

- TYPE Attribute Example List 5 The following list shows each type of list item, and describes what it is. This element is of type A This element is of type a This element is of type I And element is of type i

List-Item - VALUE Attribute Example: VALUE=1 Specifies a starting value (also style) that will serve as the new base number for the rest of the item in the list. Used only within a list only. (Use START at the start of a list).

Unordered List - Also called a bulleted list. Similar to the ordered list - except bullets are used rather than numbers. Possible to change the shape of the bullets by using the TYPE option. (Netscape only) COMPACT compresses line spacing between the list items. (Most browsers ignore)

Unordered List - Example Unordered Lists The following books usually appear on the bookshelf of Web Weavers: How to Explain Obtuse Ideas to Anyone Excellent Paper Airplanes Vol.4 Excellent HTML In addition, the heard core will also have a book about knots available.

Nesting (List of Lists) Builds structures that convey complex relationships. Netscape will indent the list within a list to increase readability. Three types of nesting: Combined Ordered and Unordered Lists Nested Unordered Lists Nested Ordered Lists

Nesting (Combined Lists) Nesting When packing a briefcase, be sure to: Pack the Lap Top. Get the power cord. Find the box of disks. Check the Day Timer. Check for the right month. Check for the right year. Example

Nesting (Unordered Lists) Nesting Unordered When packing a briefcase, be sure to: Pack the Lap Top. Get the power cord. Find the box of disks. Get homework disk. Get sample disk. Check the PCMCIA cards Check the Day Timer. Check for the right month. Check for the right year.

Nesting (Ordered Lists) Nesting Ordered When packing a briefcase, be sure to: Pack the Lap Top. Get the power cord. Find the box of disks. Get homework disk. Get sample disk. Check the PCMCIA cards Check the Day Timer. Check for the right month. Check for the right year.

Nesting (Ordered Lists) Nesting Ordered 2 When packing a briefcase, be sure to: Pack the Lap Top. Get the power cord. Find the box of disks. Get homework disk. Get sample disk. Check the PCMCIA cards Check the Day Timer. Check for the right month. Check for the right year.

Readability Long files of HTML code are hard to read. Ways to make the file easier to read: A couple of blank line around structural parts (lists, etc.) A tab or two in front of subordinate items to show relationships. Place logical part of HTML code on separate lines.

Readability Nesting Ordered 2 When packing a briefcase, be sure to: Pack the Lap Top. Get the power cord. Find the box of disks. Get homework disk. Get sample disk. Check the PCMCIA cards Check the Day Timer. Check for the right month. Check for the right year. Nesting Ordered 2 When packing a briefcase, be sure to: Pack the Lap Top. Get the power cord. Find the box of disks. Get homework disk. Get sample disk. Check the PCMCIA cards Check the Day Timer. Check for the right month. Check for the right year. Both will produce the same nested lists.

Definition Lists Presents data formatted like a glossary or dictionary. Ideal format to present lists of words or concepts and their meaning. Common tags... Definition list Define term Define definition

The End