Unordered Lists Need to make a list of items that aren't numbered? You need.

Slides:



Advertisements
Similar presentations
Information Technology Quiz Questions with Answers Part 11
Advertisements

Cascading Style Sheets Alternative to HTML tag style.
Lists in HTML PowerPoint How to create lists in HTML
Click to edit Master title style. Click to edit Master subtitle style.
THIS IS AN EXAMPLE POWERPOINT PRESENTATION. THIS IS THE FIRST SLIDE Here is some text I have added to the slide. This is a key concept As if this Finally.
Source: ojects/tabber/ ojects/tabber/
Chapter 2 Horizontal Rules & Lists Dreamweaver for College & Business.
Lists, Lists, & Lists Unordered List Ordered List Definition List.
COS 125 DAY 21. Agenda  Assignment 6 due  Assignment 7 is posted Assignment 7 Due April 2PM  Left to do 1 Assignments (8 total)  Due May 2 3.
Chapter 3 Working with Text and Cascading Style Sheets.
1 Lists: Bringing Order Out of Chaous Plain Text Lists List Making Tags Ordered and Unordered Lists Key Terms Review Questions.
Web Page Development Identify elements of a Web Page Start Notepad
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.
COS 125 DAY 23. Agenda Assignment #6 Graded 8 A’s, 4 B’s and 1 D Biggest Problem area was layout Assignment #7 Posted Due April 20 Two (one?) more to.
COS 125 DAY 20.
MORE HTML REMEMBER TO SEARCH W3 SCHOOLS FOR MORE INFO.
Class 3 – Creating Lists In this lesson, you will learn to use HTML to organize your text into lists.
INTRODUCTION TO HTML5 Styling Text. Change the Font Size  You can use the font-size property to change the font size for a document’s text.  Instead.
Creating List. Lesson Proper Pre-Test Post-Test References Credits.
HTML Tags Basic Tags Doctype or HTML Head Title Body Use the website to find the definitions
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.
HTML Boot Camp: Formatted Lists
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML 58.51A LINKING & LISTS Linking to local files name of destination.... anchor tag HREF attribute. This attribute identifies the location of the link.
Lesson 3: Organizing your material  Create a numbered or unordered (bulleted) list  Unordered list tag is to begin and to indicate the beginning and.
HTML.
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit C Formatting Page Elements with HTML.
Example 1 Writing Powers Write the product as a power and describe it in words. a. 44= to the second power, or 4 squared 9 to the third power,
This shows CIS17 and the first day introduction..
The Complete Reference OMT II Mam Saima Gul. * Modern HTML has three basic forms of lists: ordered lists ( ), unordered lists ( ), and definition lists.
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.
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
© UNT in partnership with TEA1 Web Technologies Introduction to HTML Scripting.
Basic Webpage Design Formatting output using Unordered List and Ordered List tag.
Headline sample style Intro sample style Click to edit Master text styles –Second level Third level –Fourth level o Fifth level.
UNORDERED LISTS By J.R. Basham.
LAB Work 01 MBA 61062: E-Commerce
Click to Add Title Click to Add Subtitle.
Intro to HTML Mr. Singh.
Click to Add Title Click to Add Subtitle.
Formatted Lists Unordered Lists Usage of Unordered List Ordered Lists
Lists in HTML PowerPoint How to create lists in HTML
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.
Practice: first_document.html
Laying out a website using CSS and HTML
Click to edit Master text styles
Click to Add Title Click to Add Subtitle.
Click to Add Title Click to Add Subtitle.
Author names here Author association names here
Click to edit Master text styles
COS 125 DAY 23.
HTML Lists CS 1150 Spring 2017.
Formatted Lists Unordered Lists Usage of Unordered List Ordered Lists
Click to edit Master text styles
Slide Title Edit Master text styles Second level Third level
ОПШТЕСТВО ТЕМА: МЕСТОТО ВО КОЕ ЖИВЕАМ Скопје
Author names here Author associations here
Author names here Author associations here
Click to edit Master text styles
Lorem ipsum dolores Lorem ipsum dolores.
Author names here Author associations here
Click to edit Master text styles
Title Layout SUBTITLE. Title and Content Layout with List Click to edit Master text styles Second level Third level Fourth level Fifth level.
Presentation transcript:

Unordered Lists Need to make a list of items that aren't numbered? You need

What is an Unordered List? Unordered List:Ordered List: Item 1.First Item 2.Second Item 3.Third Item 4.Fourth Item 5.Fifth Item

How To Make an Unordered List In HTML In Html the tag for unordered list is and it ends with. The items will be marked with bullets. This is what the code looks like:This is the result of the code:

Changing the Unordered Style You can change the bullet style by adding a style attribute to the unordered list. You can make the bullets a disc, circle, square or none. Circle Style Code Circle Style Results

Unordered Lists Website Example