Lesson 3: Organizing your material  Create a numbered or unordered (bulleted) list  Unordered list tag is to begin and to indicate the beginning and.

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

HTML Basics Customizing your site using the basics of HTML.
Lists in HTML PowerPoint How to create lists in HTML
HTML / CSS – Basics Why the heck are we doing this?
Anne McGrath 16 th February  Review of what we have learned so far.  Angled brackets surround HTML tags.  The words between the angled brackets.
Basic HTML Tags.
How Tags are used to form your Web Page
Chapter 2 Horizontal Rules & Lists Dreamweaver for College & Business.
Beginning Web Site Creation: Dreamweaver CS4 Noreen Brown XHTML CODING -- TAGS.
Web Page Development Identify elements of a Web Page Start Notepad
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
Tags & Formatting Internet Basics & Beyond. Stand Alone Tags  Remember how I told you in lesson two that most HTML tags work in pairs, but that there.
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.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
The Early Republic WARM UP: Do you know the first five presidents? Try to write their names. Look it up if you want to. NO TALKING. This should.
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.
Class 3 – Creating Lists In this lesson, you will learn to use HTML to organize your text into lists.
HTML Structure Building a basic web page using notepad.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
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.
HTML Tags Basic Tags Doctype or HTML Head Title Body Use the website to find the definitions
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
Hypertext Mark-Up Language Web Page Creation HTML.
HTML Codes Miss B.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as.
HTML: Hyptertext Markup Language Doman’s Sections.
Chapter 7 Web Design.. HTML  Hypertext Markup Language  Using HTML, text is formatted by wrapping it in a tag.  The tags provide instructions to the.
HTML Basics Let’s Make a Web Page. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
HTML/XHTML Structure Building a basic web page using notepad.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
HTML and JavaScript Basics Unit One Lesson One Quick HTML Know-How Introducing basic HTML structure and building your first basic web page.
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.
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.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
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.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
This shows CIS17 and the first day introduction..
The Web Wizard’s Guide to HTML Chapter Two Basic Text Formatting.
HTML NOTES October 6, Starting a document and saving  Always use notepad  Use _ for spaces otherwise it won’t work  When saving make sure you.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
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.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
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.
Introduction to HTML (Web Design) IT Fundamentals.
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.
HTML Basics.
Introduction to basic HTML
Elements of HTML Web Design – Sec 3-2
Elements of HTML Web Design – Sec 3-2
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Elements of HTML Web Design – Sec 3-2
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
HyperText Markup Language
Lesson 2: HTML5 Coding.
Lesson 3: Organizing your material
Presentation transcript:

Lesson 3: Organizing your material  Create a numbered or unordered (bulleted) list  Unordered list tag is to begin and to indicate the beginning and ending of your list  A numbered or ordered list needs the tags and to indicate the beginning and ending of your

Items in the List  Each item in the list needs a tag and an ending tag at the end of each item  Line tags are nested within the ordered or unordered tags.

Example of code for unordered list This is item 1. This is item 2. This is item 3. This is item, etc.  This will create a bulleted list.

Creating a numbered list  Also called an ordered list  Code is  The code for each item in the list is still  Example of ordered list code This is item 1. This is item 2. This is item 3. This is item, etc. This list will be numbered (1, 2, 3)

Student action: Let’s try creating both  Begin a new html page entitled Lists.  Add the codes for creating a numbered list and a bulleted list between the body tags. This is item 1. This is item 2. This is item 3. This is item 1. This is item 2. This is item 3.

Practice – myfirstwebpage.html  Pull up myfirstwebpage.html in notepad  Place your cursor right before the ending body tag.  Add a

Practice – Add to myfirstwebpage.html  Add a paragraph before the ending body code that says: I can also create lists using numbers and bullets. Here is an example of a list with bullets:  Then add a bulleted list that says: This is my first item on the list. This is my second item on the list. This is my third item on the list. This is my fourth item on the list.

Practice  Let’s add an ordered list to your Gettysburg address page.  Create an ordered list of the first five presidents. Here is the information you should include: The first five Presidents of the United States, in order, were George Washington ( ) John Adams ( ) Thomas Jefferson ( ) James Madison ( ) James Monroe ( )

Let’s Review  You will need to take a short quiz to assess your understanding.  You will need to prepare an “HTML Cheat Sheet” for the code we know so far. The best way to do this is in a table in Microsoft Word.  As you use these codes, they get easier and easier to remember.

Example of study sheet/quiz  It’s time to review what we have learned so far.  Angled brackets surround HTML tags. The words between the angle brackets are called elements.  There are two kinds of tags:  container tags come in sets with a beginning and an end  empty tags stand alone  All HTML documents should have the primary tags:  … HTML file tag  … General information tag  … Title tag  … Body tag  Headlines come in six sizes: being the largest and being the smallest.  To create space between paragraphs use the container paragraph tag:  …  To create a line break use the empty break tag:   To make a line use the empty horizontal rule tag:   Lists are usually numbered or bulleted. HTML lists are nested with the listed item tag nested within the ordered or unordered container tag:  … Ordered list tag  … Unordered list tag  … Listed items tag