LISTS AND LINKS Explained By: Sarbjit Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

Farhan Nisar University of Peshawar
3.02D HTML Overview 3.02 Develop webpages.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Web Development & Design Foundations with XHTML
Internet Programming Practicum Credits : 4 Information System Study Program 1Internet Programming Practicum Lecturers : Kurniawan, S.Kom., M.M. Module.
HTML: HyperText Markup Language Hello World Welcome to the world!
HTML popo.
Chapter 2 HTML Basics Key Concepts
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
XP 1 Developing a Basic Web Site Tutorial 2: Web Site Structures & Links.
In this lecture, you will learn: ❑ How to link between pages of your site ❑ How to link to other sites ❑ How to structure the folders on your web site.
External Site Links by Awnya Boam. Links are found… …almost everywhere on the internet. They allow users to travel from one site to another.
Images, Tables, lists, blocks, layout, forms, iframes
Links and Comments.
HTML Introduction (cont.) 10/01/ Lecture 8, MAT 279, Fall 2009.
LIST- HYPERLINK- IMAGES
XP Adding Hypertext Links to a Web Page. XP Objectives Create hypertext links between elements within a Web page Create hypertext links between Web pages.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
CIS101 Introduction to Computing HTML Project Two.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Lecture 13. A Very Brief Introduction to HTML and XHTML, part II Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell.
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
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.
Computer Sciences Department
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
HTML Links and Anchors.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
HTML HyperText Markup Language Constantly evolving - extra facilities being added regularly Java applets and JavaScript used to increase functionality.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Informatics Computer School CS114 Web Publishing HTML Lesson 2.
Agenda Links External and Internet Links Anchor Tag Text Hyperlinks Image Hyperlinks Images Image Attributes: src, alt, width, height, align, border.
Lists, Images, Tables and Links. Lists Unordered List The first item The second item The third item The fourth item Ordered List 1.The first item 2.The.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Unit 3 Day 6 FOCS – Web Design. Journal Unit #3 Entry #4 Write the source code that would make the following display on a rendered page: Shopping List.
Web Design and Development for Business Lecture 3 Hyper Text Markup Language (HTML)
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
XHTML Hyperlinks. Creating Links to Other Web Pages A link, or hyperlink, is a specially formatted Web page object that the user can click to open a different.
Creating Links. The Anchor Element: The anchor tag can be used in three different ways: 1.External link – to link to a web page outside your own website.
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.
HTML.
Chapter 6 Links. 3 Parts of Links 1. Destination: defines what happens when a user clicks the link. 2. Label: this is the text (or possibly an image)
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
HTML Links HTML uses a hyperlink to another document on the Web.
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.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
REEM ALMOTIRI Information Technology Department Majmaah University.
Session: 4. © Aptech Ltd. 2Creating Hyperlinks and Anchors / Session 4  Describe hyperlinks  Explain absolute and relative paths  Explain how to hyperlink.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Basic Webpage Design Formatting output using Unordered List and Ordered List tag.
Web Development Part 1.
LAB Work 01 MBA 61062: E-Commerce
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
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.
HTML LINKS
Presentation transcript:

LISTS AND LINKS Explained By: Sarbjit Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh

INTRODUCTION TO LISTS Lists are the best way to provide information in a structured, easy-to-read format. They help to visitor easily spot information, and they drew attention to important information. lists are the best method of oranganizg information and presenting it in a structured fashion.

TYPES OF LISTS There are three kinds of lists: Ordered List (Numbered List) Unordered List (Bulleted List) Definition Lists

Ordered List (Numbered List) Ordered list also called as Numbered list, is used to present a numbered list of item in the order of importance or the item(paragraph) is marked with a number. An ordered list must begin with the followed by an list item tag.

Example: An HTML document orderedList.html shows the use of Ordered List An Ordered List Coffee> Milk Tea sugar

Output 1.Coffee 2.Milk 3. Tea 4. sugar

Attributes of tag COMPACT: render a list in compact form. TYPE : allows marking list items with different types. By default the list Item markers are set to numbers 1,2,3… so on.Other values of TYPE attribute are: Attribute Description Type = A Capital letter eg. A, B, C……… Type = a Small letter eg. a, b, c,……… Type = I Uppercase Roman Numbers eg. I, II, III…… Type = i Lowercase Roman Numbers eg. i, ii, iii…… Type = 1 eg. 1, 2, 3……

Attributes of tag The start attribute: The attribute is used to override default list numbering when a list is divide into multiple parts. E.g: An Ordered List Impact printers DOT MATRIX

EXAMPLE OF START ATTRIBUTE CHAIN PRINTER DRUM PRINTER NON-IMPACT PRINTER LASER PRINTER ELECTROSTATIC PRINTER

OUTPUT Impact printers 1.DOT MATRIX 2.CHAIN PRINTER 3.DRUM PRINTER NON-IMPACT PRINTER 4.LASER PRINTER 5.ELECTROSTATIC PRINTER

Nested Order List One ordered list might contain one or more ordered list that Is called as Nested Order lists. Example: An HTML document nested.html shows the use of Nested Order Lists with attributes: Use of Nested Ordered Lists Fruits Apple MANGO Orange

Example: An HTML document nested.html shows the use of Nested Order Lists with attributes VEGETABLES Brinjal Cabbage Tomato

Unordered List Unordered List also called as bulleted list, used to present list of items marked with bullets. An unordered list starts with in followed by (List Item) tag. Use of is very similar to (ordered list).

Use of Unordered List and Various Attributes Use of Unordered List FRUITS Apple Mango Orange VEGETABLE Brinjal Cabbage Tomato

OUTPUT FRUITS -- Apple -Mango -Orange VEGETABLE - Brinjal -Cabbage -Tomato

Definition Lists A definition list is a list of items, with a description of each item. The tag defines a definition list. The tag is used in conjunction with (defines the item in the list) and (describes the item in the list):E.g. Coffee - black hot drink Milk - white cold drink

OUTPUT Coffee - black hot drink Milk - white cold drink

INTRODUCTION HTML Hyperlinks (Links) A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document. When you move the cursor over a link in a Web page, the arrow will turn into a little hand. HTML provides Anchor Tag to create links. The format of using anchor tag is as follows: Make Me The Link HREF (Hyper Link Reference) is a mandatory attribute used to refer the URL of the resource. URL (Uniform Resource Locator) is an address tells the browser about the file to link to. It identifies file locations (Addresses) on the web or on the local hard drive. These addresses can be those of HTML documents or elements such as images, scripts, applets and other files. It is always enclosed in quotes.

HTML Link Syntax The HTML code for a link is simple. It looks like this: Link text The href attribute specifies the destination of a link. Example: flowers which will display like this: flowers Clicking on this hyperlink will send the user to flowers. COM' homepage

Linking a text to a web site / an external document Example: Link to Website of NIOS OR Links to Contact Us page of NIOS Opening Address of the document Link text Closing Anchor Tag Anchor Tag In the above example the link text “Links to Contact Us page of NIOS” would appear underlined and in a color different from any other text in the document to distinguish a link from normal text. Also you would find that the mouse pointer changes into a hand like symbol when taken over the hyperlink.

Linking (jumping) to a specific place within the same document. Sometimes, it is required to jump different sections in the same document. For this it needs two steps, first; identify section with a name and or second; use jumps to the location using the name used. The syntax is: link to another section of the same document This link text jumps to the section named with HREF on click.The # symbol before the section name is must.