UNIT 2 UNIT 2 Module 3: HTML Lists Overview. List There are two common types of HTML lists Ordered list numbered Unordered list bullet points.

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

How To Create A Web Page By: Mikeon Briddy & Darrius Jacobs April 10,2006 Mr. Barnett.
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
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.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
Information Technologies Anselm Spoerri PhD (MIT)
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Digital Media Webspace Publishing Quick Start. 1. Login to Webspace using your UT-EID and password at:
Chapter 14 Introduction to HTML
Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014.
The Internet & The World Wide Web Notes
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
The Internet & Web Browsers Business Webpage Design Kelly Seale.
Getting Started with Dreamweaver
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
Pre-Coding Web Design – Sec 3-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
WEB DESIGN UNIT 2 Unit 2 Module 2-5. WHAT HAVE YOU LEARNED?  What is the title tag do? Where does it show?  What are the tags that need to be on every.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Adding Links Learning Web Design: Chapter 6. Lesson Overview Using the anchor tag Linking to other pages with relative or absolute pathnames Linking to.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
INP 150: Basic HTML Term: Winter 2002 Section: H1 Time: Mon/Wed 5:30- 7:25 pm Place: TI237 Instructor: Paul J. Millis.
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Computational Boot Camp HTML Mike Schaffer. 8/23/2002 (MES) HTML What is HTML? HTML stands for HyperText Markup Language HTML is the language for publishing.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Week 2: Building a Simple Website IMC 320 Web Publishing Spring 2011.
Web programming Part 1: HTML 由 NordriDesign 提供
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
Introduction to HTML C151 Multi-User Operating Systems.
Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Open the index.html Open this PowerPoint from the S Drive IDT folder Chapman Images.ppt.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Before We Begin Please download the files from as we will be using them in our walkthroughs.
Basic Webpage Design Formatting output using Unordered List and Ordered List tag.
4.01 How Web Pages Work.
HTML Links CS 1150 Spring 2017.
Basic concepts of web design
Getting Started with Dreamweaver
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Objective % Select and utilize tools to design and develop websites.
HTM: Section 2 Hypertext Links Different section of same page
Internal and External Links
Pre-Coding Web Design – Sec 3-1
Internal and External Links
بسم الله الرحمن الرحيم.
Objective % Select and utilize tools to design and develop websites.
Getting Started with Dreamweaver
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Document Structure & HTML
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Website File Management
Presentation transcript:

UNIT 2 UNIT 2 Module 3: HTML Lists Overview

List There are two common types of HTML lists Ordered list numbered Unordered list bullet points

List tag Starts the list closes the list

Unordered List: Apples Bananas Lemons Oranges ____________________________________________ Apples Bananas Lemons Oranges

Ordered list Ordered List Apples Bananas Lemons Oranges Ordered List Apples Bananas Lemons Oranges

Find the code that has the with your name. Change this to an unordered list Gail Chapman Gail Chapman

Find the code that looks like this: Change this to an unordered list Intro to Digital Technology Luella High School Intro to Digital Technology Luella High School 4th Period School year

URL Address This URL consists of four parts, separated by forward slash (/): - This is the Internet protocol, and tells the browser how to connect with the server hosting the URL. Most documents on the web begin with but they might also begin with ftp://, telnet://, or others. - Domain name where the file is located. /accessit/webd2/student/ - folder or directory where the file is located (in this example, the file index.html is stored in a subdirectory three levels deep) index.html - the filename

UNIT 2UNIT 2 > MODULE 3 Lesson 2: Creating a Navigation MenuMODULE 3 Creating a navagation menu with links to internal documents: Home Accessibility Usability Graphics Javascript Tools Video Type this after the div containing your information and before the main with the paragraph headings Save and view in browser If you copy paste you will need to retype the “ “ marks. They do not copy over correctly.

Saving your document Now save the index.html as each of the following names you created. Use lowercase and do not have spaces in the word. You should see an html icon for each of the saved pages when you finish.

Linking to a url – absolute link This is a link to nothing An absolute link is a link to an existing URL on the internet. Find the name of the school and change it to this. Luella High School “

Find the tag change it to the following tag. At the very top of your web page, just inside the tag, add a new div element that contains a same-page link, like this: Type this code right after the comment. Skip to main content

Link to an address Substitute this code for you . You may need to retype the “ “ marks once you copy it over.