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.

Slides:



Advertisements
Similar presentations
HTML Basic Lecture What is HTML? HTML (Hyper Text Markup Language) is a a standard markup language used for creating and publishing documents on.
Advertisements

Topic Heading = Order of Operations. What is the Order of Operations? What are the steps you take to make a PB and J sandwich? –Slather jelly on one slice.
Making a “P and J” sandwich
Lesson Planning & The Peanut Butter Sandwich Take a plate, knife, a glob of peanut butter, and two pieces of bread DO NOT EAT YET! Think about the following.
How to make a peanut butter and jelly sandwich
Peanut Butter and Jelly Sandwich Ingredients Peanut butterTwo slices of bread Jelly or jamKnifePlate.
Do Now )Take out your homework to be checked. 2)Study your notes from both sections. 1)PUT YOUR NAME ON THE PACKET THAT IS BEING PASSED OUT BUT.
Unordered, Ordered, and Definition List By: Jaxson Hunter Feburary,
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
HTML & XHTML Web Publishing. What is HTML? HTML- Hypertext Markup Language ▫Start with text on your page & add special tags ▫These specific tags produce.
Beginning Web Site Creation: Dreamweaver CS4 Noreen Brown XHTML CODING -- TAGS.
Lecture 13. A Very Brief Introduction to HTML and XHTML, part II Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell.
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.
Tutorial 1: Getting Started with HTML5
By: Rachel Kenney. First Step Get a plate and bread out.
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.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Create Lists  Horizontal rule (line)  Create a page for.
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
How to make a Peanut Butter and Jelly Sandwich!
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Lesson 2: Basic HTML Code Basic HTML Code. HTML is an acronym for Hypertext Markup Language. Internet browsers translate the HTML code into texts and.
Tables Module 2: HTML Basics LESSON Extension. Module 2: HTML Basics LESSON Extension Lesson Overview In this lesson, you will learn to:  Create tables.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Unit 2 Module 6: HTML Video.  Use the tag  Use the for adding closed captions or other timed text  Why learn coding skills?  From the experts 
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
IT Introduction to Website Development Welcome!
How to create Web Pages. Some relevant websites ????
HTML.
Informatics Computer School CS114 Web Publishing HTML Lesson 1.
Lesson 15: Cascading Style Sheets. Objectives Identify ways to apply Web page formatting with Cascading Style Sheets (CSS1 and CSS2) using various methods.
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.
Site Optimization Module 8: Web Publishing and Maintenance LESSON 3.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
Presented by: Mr. Pugh’s Class 2011 Ingredients Peanut Butter Jelly Two Slices of Bread.
This shows CIS17 and the first day introduction..
The Web Wizard’s Guide to HTML Chapter Two Basic Text Formatting.
HTML Review * is used as a reference for most of the notes in this powerpoint.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
Group 9: Through examples, explain how to build a css navigation bar. Presented by: Daniel Ku, Matt Iannacci & Iphia Henry.
Creating a Lesson Plan “Do” Activity by Janie and Saadia.
Unordered Lists Need to make a list of items that aren't numbered? You need.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Web Page Design XHTML Lesson 4. Adding Structure 4 A div tag –Used to divide up a web page and to add structural meaning to the page. –Will not change.
HTML 17 HTML 17. HTML 17 HTML is the language for making webpages Hypertext Markup Language You need to know the basics Questions about HTML are common.
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.
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.
Q.Nand1 HTML Creating an HTML Document Lesson 2. Q.Nand2 Overview Creating an HTML Document: –HTML syntax –Creating Basic Tags –Displaying Your HTML Files.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Mark-up Languages Compare and describe at least 3 mark-up languages and what they do.
Informational Writing (Procedural) ELACC5W2: Write informative/explanatory texts to examine a topic and convey ideas and information clearly. EQ: How can.
Task Analysis of a Ham, Cheese and Tomato Sandwich
Introduction to basic HTML
Hyper text markup Language
CS543: WEB APPLICATION PROGRAMMING
BEGINNER PROGRAMMING LESSON
The procedure.
LESSON 8 Module 2: XHTML Basics Lists.
LESSON Extension Module 2: HTML Basics Tables.
How to make a peanut butter & jelly sandwich
BEGINNER PROGRAMMING LESSON
Websites (4).
What is HTML?.
BEGINNER PROGRAMMING LESSON
LESSON 8 Module 2: XHTML Basics Lists.
Developing A Good Procedure
Presentation transcript:

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.  Improve readability of a Web page using lists.

Module 2: XHTML Basics LESSON 8 Guiding Questions for Lesson 7  Find a Web page that uses a list. How does a list impact the readability of the page?  Give 2 examples of how a list could be used in a Web page or Web site on another topic?

Module 2: XHTML Basics LESSON 8 Types of Lists  Three types of lists which will be covered in this lesson:  Unordered lists  Ordered lists  Definition lists

Module 2: XHTML Basics LESSON 8 Unordered Lists  Similar to bulleted lists in word processing  Items in the list have no special order  Changing the order would not change the meaning of the information  Example: A listing of your school subjects:  Science  Math  Reading

Module 2: XHTML Basics LESSON 8 Creating an Unordered List  … tags are used to designate the beginning and ending of an unordered list  … tags are used to identify items to be placed in the list  To create our list of school subjects, use the following XHTML code:   Science  Math  Reading 

Module 2: XHTML Basics LESSON 8 Ordered Lists  Use a numbering or ordering system to create meaning  Changing the order changes the meaning  For example: A list of the steps to make a peanut butter sandwich.  Changing the order of the steps changes the outcome of the sandwich

Module 2: XHTML Basics LESSON 8 Creating an Ordered List  … tags are used to designate the beginning and ending of an ordered list  The same tag identifies items in the list  Code for making a peanut butter sandwich: Get a slice of bread. Open a jar of peanut butter. Spread peanut butter on the slice of bread with a knife. Place another slice of bread on top. Eat the sandwich.

Module 2: XHTML Basics LESSON 8 Definition Lists  Used to define terms  Different from unordered and ordered lists  Has two parts – the term and the definition  Labeling of the parts is very important

Module 2: XHTML Basics LESSON 8 Creating a Definition List  A … tag identifies the beginning and ending of the list  A … tag identifies the terms  A … tag identifies the definitions  Example of definition list coding: format the design and layout of a page source code the HTML code that creates a Web page Web page a file written in HTML, or other Web publishing language

Module 2: XHTML Basics LESSON 8 Lesson Review  Describe the code needed to create each of the following:  Unordered list  Ordered list  Definition list

Module 2: XHTML Basics LESSON 8 Practice: Lists Create the following changes in your “Tags and Attributes” Web page:  An unordered list  An ordered list  A definition list  Challenge Activity: Add underlining as appropriate.