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.

Slides:



Advertisements
Similar presentations
Lists in HTML PowerPoint How to create lists in HTML
Advertisements

Web Development & Design Foundations with HTML5
Lists, Lists, & Lists Unordered List Ordered List Definition List.
I Decline! Offer vs. Serve for Lunch and Breakfast North Carolina Department of Public Instruction Safe and Healthy Schools Support Division School Nutrition.
CS134 Web Design & Development Attributes, Lists, Tables, Links, and Images Mehmud Abliz.
HTML & XHTML Web Publishing. What is HTML? HTML- Hypertext Markup Language ▫Start with text on your page & add special tags ▫These specific tags produce.
1 Lists: Bringing Order Out of Chaous Plain Text Lists List Making Tags Ordered and Unordered Lists Key Terms Review Questions.
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.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Chapter 3 BIE1313/BPROG1203 | Web design Prepared by Mohamed Abdulkarim / Mike Ng Ah Ngan.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
Creating and Editing a Web Page
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.
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
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.
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.
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.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Formatting Text and Lists Essentials for.
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.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
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,
Ordered Lists By Brian Christian. Ordered List Tags You use this tag when you want to start an ordered list. Each list item you write need to start with.
Essentials of HTML Class 4 Instructor: Jeanne Hart
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
Committed to Shaping the Next Generation of IT Experts. 1 Essentials For Design Dreamweaver Level One Julian Rickards Project 3 Applying Structure To.
XML Basics A brief introduction to XML in general 1XML Basics.
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.
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.
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.
XHTML Lists and Tables XHTML provides for nested tags. Example:... and are nested inside.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.
ECA 228 Internet/Intranet Design I HTML Tags. ECA 228 Internet/Intranet Design I anchor tags Adds a link to the web page Anything placed between the anchor.
Assistant Professor,UCER Naini,Allahabad
The Complete Reference OMT II Mam Saima Gul. * Modern HTML has three basic forms of lists: ordered lists ( ), unordered lists ( ), and definition lists.
CS134 Web Design & Development Attributes, Lists, Tables, Links, and Images Mehmud Abliz.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 15: Lists.
Unordered Lists Need to make a list of items that aren't numbered? You need.
LISTS AND LINKS Explained By: Sarbjit Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.
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.
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.
© UNT in partnership with TEA1 Web Technologies Introduction to HTML Scripting.
Basic Webpage Design Formatting output using Unordered List and Ordered List tag.
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
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
LAB Work 01 MBA 61062: E-Commerce
Web Development & Design Foundations with HTML5 7th Edition
Formatted Lists Unordered Lists Usage of Unordered List Ordered Lists
Ordered & Unordered Lists in HTML
HTML Lists CS 1150 Fall 2016.
Chapter 6 Lists.
CS543: WEB APPLICATION PROGRAMMING
Formatted Lists Unordered Lists Usage of Unordered List Ordered Lists
TABLES, LISTS & IMAGES.  Tables are defined with tag.  Table is divided into rows and columns.  Table must have at least one row and one column  Table.
Food Vocabulary.
HTML Lists CS 1150 Spring 2017.
Formatted Lists Unordered Lists Usage of Unordered List Ordered Lists
LISTS.
Presentation transcript:

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 Assignment 3

2 Objectives Create HTML –complient ordered, unordered, and definition lists Use alternative sequencing schemes to organize ordered list items Start an ordered list’s sequencing at another value Change the default bullet used in an unordered list Reposition a list item in a line Code HTML –compliant nested lists Use spaces and blank lines to create easy-read code

3 Plain Text Lists No list making tags are used 1.South America 2. Africa 3. North America Result: 1. South America 2. Africa 3. North America

4 List Making Tags HTML has special list-making tags that provide a much better way to make a list than the plain- text method! Five different kind of lists can be created: 1. Ordered lists 2. Unordered lists 3. Definitions 4. Menus 5. Directories

5 Ordered and Unordered Lists Ordered List  instructions, chronological material, items presented in order of importance Unordered List  no particular priority or chronological order Ordered List Description: identifies a numbered list of items Type: Container Attributes: start, type, value, used to start each new list element

6 Buy computer Plug in computer Turn on computer Do computing Result: 1.Buy computer 2.Plug in computer 3.Turn on computer 4.Do computing Ordered List

7 Broccoli Carrot Bean Result: a. Broccoli b. Carrot c. Bean TYPE attribute provides a way for you to change the style of the numbers or letters of the list elements. Ordered List

8 Chicken Beef Pork Lamb Result B. Chicken C. Beef D. Pork E. Lamb Ordered List START attribute used to start at some number or letter other than “1”

9 List Item Description: Identifies a specific item in an ordered, unordered, menu, or directory list Type: Container Attributes: type, value,.... This element is of type A. This element is of type a. This element is of type I. Result: A. This element is of type A. b. This element is of type a. iii. This element is of type I.

10 Unordered Lists Unordered List Description: identifies a list of items with no specific order implied Type: Container Attributes: type, used to start each new list element South America Africa North America Values :CIRCLE, DISK, SQUARE exp: Result: South America Africa North America

11 Nested Lists Vegetables Broccoli Carrot Bean Result: A. Vegetables a. Broccoli b. Carrot c. Bean

12 List of Definitions Definition List Description: Identifies a item and its definition as part of a glossary-like list Type: Container Definition Term Description: Identifies term in a definition list Type: Container Definition Definition Description: Identifies definition in a definition list Type: Container

13 List of Definitions Unix A powerful, multi-user, multi-tasking operating system. DOS/Windows An operating System developed by Microsoft Corporation Macintosh System 8.1 An operating system developed by Apple Corporation Result: Unix A powerful, multi-user, multi-tasking operating system. DOS/Windows An operating System developed by Microsoft Corporation Macintosh System 8.1 An operating system developed by Apple Corporation

14 Menu and Directory List Menu List Description: Identifies a single column list of no implied order. Type: Container Special Note: deprecated in favor of an unordered list. Directory List Description: Identifies a multicolumn directory list of no implied order. Type: Container Special Note: deprecated in favor of an unordered list.

15 Menu and Directory List A MENU type list: Breakfast Burrito Green Eggs and Chese Toast and Fruit Juice A DIRECTORY Type List homepage.htm index.htm readme.txt

16 Key Terms Bullet Definition List Directory List Menu List Nesting List Ordered List Unordered List New Tags

17 Review Questions 1.Define each of the key terms 2.What is an advantage to creating an ordered list using the element instead of manually numbering each item? 3.What is the way you change the sequencing of an ordered list? 4.What is the way you change the style of the numbers or letters used in an ordered list? 5.What is the difference between ordered and unordered list? 6.How do you change the shape of the marker used in an unordered list? 7.What is the proper way to code a nested list? 8.When would you use a definition list? 9.What are the two parts of a definition list? 10.What HTML elements does the W3C recommend using in place of a or list?