HTML Lesson 5 Hyper Text Markup Language. Assignment 4  Create a new HTML page called index.htm and save it in your HTML_Folder  Use the same format.

Slides:



Advertisements
Similar presentations
Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Advertisements

HTML popo.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
HTML Lesson 4 Hyper Text Markup Language. Assignment Part 3  Save your last html file as “FirstName3.htm”  Set the title as “FirstName LastName Third.
Learning HTML Internet and Web Application Development SWE 444 Dr. Ahmed Youssef.
How Tags are used to form your Web Page
Images, Tables, lists, blocks, layout, forms, iframes
Overview  Recap  HTML. Recap  What is cloud computing?  What are application service providers (ASPs)?  Describe major functions of operating systems.
HTML & XHTML Web Publishing. What is HTML? HTML- Hypertext Markup Language ▫Start with text on your page & add special tags ▫These specific tags produce.
LIST- HYPERLINK- IMAGES
Adding HTML to Blackboard
Web Page Development Identify elements of a Web Page Start Notepad
Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014.
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.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
CS105 Introduction to Computer Concepts HTML
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Create Lists  Horizontal rule (line)  Create a page for.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
HTML basics exercises.
HTML (HyperText Markup Language)
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
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.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
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.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Introduction to HTML Vincci Kwong Reference/Instruction Librarian.
IS1824: Introduction to Internet Multimedia Lecture 5: Layout in HTML Rob Gleasure
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.
IDK0040 Võrgurakendused I harjutus 03: Lists, tables and frames Deniss Kumlander.
Organization Components (Lists, Table & Frame) Wah Yan College (Hong Kong) Mr. Li. C.P.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
HTML 58.51A LINKING & LISTS Linking to local files name of destination.... anchor tag HREF attribute. This attribute identifies the location of the link.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
HTML.
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.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
This shows CIS17 and the first day introduction..
IPUB 100 Lesson 3 Instructor Mark Lamontagne Review Create html5 page on blackboard. Write a relative link from the index page, for an image called car.jpg.
HTML Review * is used as a reference for most of the notes in this powerpoint.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
2 Apr 04 1 Application Software Practical 13/14 HTML / Website Creation.
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
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.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
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.
LISTS AND LINKS Explained By: Sarbjit Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands.
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.
Basic Webpage Design Formatting output using Unordered List and Ordered List tag.
Web Basics: HTML/CSS/JavaScript What are they?
LAB Work 01 MBA 61062: E-Commerce
Formatted Lists Unordered Lists Usage of Unordered List Ordered Lists
Chapter 6 Lists.
Formatted Lists Unordered Lists Usage of Unordered List Ordered Lists
Web Design and Development
Formatted Lists Unordered Lists Usage of Unordered List Ordered Lists
Presentation transcript:

HTML Lesson 5 Hyper Text Markup Language

Assignment 4  Create a new HTML page called index.htm and save it in your HTML_Folder  Use the same format which we have used on the last three assignments.  Use this page to introduce yourself as this will be the first page viewers will see. It is referred to as your home page.  Continued…

Assignment 4 Continued…  Add links to each of the other three assignments which we have done  At the end of each of those assignments, add links back to your home page.  On your home page, add three links. District web page Newport High School page Mr. Thompson’s SharePoint Site  Assignment 4 Continued…

Assignment 4 Continued…  For grading purposes, do not print anything out for this assignment until your instructor has check all of your links.  You will only print your home page (index.htm) from your browser after it has been OK’d.

HTML Lists  HTML supports ordered, unordered and definition lists.

Unordered Lists  An unordered list is a list of items. The list items are marked with bullets (typically small black circles).  An unordered list starts with the tag. Each list item starts with the tag. Coffee Milk

 Here is how it looks in a browser: Coffee Milk  Inside a list item you can put paragraphs, line breaks, images, links, other lists, etc.

Disc bullets list: Apples Bananas Lemons Oranges Circle bullets list: Apples Bananas Lemons Oranges Square bullets list: Apples Bananas Lemons Oranges

Disc bullets list: Apples Bananas Lemons Oranges Circle bullets list: oApples oBananas oLemons oOranges Square bullets list:  Apples  Bananas  Lemons  Oranges

Ordered Lists  An ordered list is also a list of items. The list items are marked with numbers.  An ordered list starts with the tag. Each list item starts with the tag. Coffee Milk

 Here is how it looks in a browser: 1.Coffee 2.Milk  Inside a list item you can put paragraphs, line breaks, images, links, other lists, etc.

Numbered list: Apples Bananas Lemons Oranges Letters list: Apples Bananas Lemons Oranges Lowercase letters list: Apples Bananas Lemons Oranges Roman numbers list: Apples Bananas Lemons Oranges Lowercase Roman numbers list: Apples Bananas Lemons Oranges

Numbered list: 1.Apples 2.Bananas 3.Lemons 4.Oranges Letters list: A.Apples B.Bananas C.Lemons D.Oranges Lowercase letters list: a.Apples b.Bananas c.Lemons d.Oranges Roman numbers list: I.Apples II.Bananas III.Lemons IV.Oranges Lowercase Roman numbers list: i.Apples ii.Bananas iii.Lemons iv.Oranges

Definition Lists  A definition list is not a list of items. This is a list of terms and explanation of the terms.  A definition list starts with the tag. Each definition-list term starts with the tag. Each definition-list definition starts with the tag. Coffee Black hot drink Milk White cold drink

 Here is how it looks in a browser: Coffee Black hot drink Milk White cold drink  Inside a definition-list definition (the tag) you can put paragraphs, line breaks, images, links, other lists, etc.

Assignment 5  Using your index.htm file from Assignment 4, convert your three assignments into an unordered list using square bullets.  Convert the three external links to an ordered list using Roman numbers.