Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.

Slides:



Advertisements
Similar presentations
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Advertisements

HTML: HyperText Markup Language Hello World Welcome to the world!
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.
HTML resources page exercise An HTML resource page is created for later use. The web editor Composer is used to create tables, named anchors, horizontal.
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.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Chapter 14 Introduction to HTML
Web Page Creation Part II ST: Introduction to Web Interface Design Prof. Angela Guercio.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Link and Table in HTML. Statistics HTML review The two faces of a HTML file In a notepad program. In a internet browser program. The function of HTML.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
CSI315CSI315 Building Web Sites. What is a website A website is just a bunch of web pages connected together with something called a link. In HTML there.
Shows the entire path to the file, including the scheme, server name, the complete path, and the file name itself. Same idea of stating your full name,
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.
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.
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.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
Adding Hyperlinks To a Web Page. Hyperlink and Its Add-Ons Main way to connect web pages and move throughout a web site. Uses the Anchor Tag which is.
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
Understanding HTML Code
Web Design (5) Navigation (1). Creating a new website called ‘Navigation’ In Windows Explorer, open the folder “CU3A Web Design Group”; and then the sub-folder.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Unit 1 — HTML BASICS Lesson 2 — HTML Organization Techniques.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
Mozilla Suite 1.7 Web Browser and newsgroup client, IRC chat client, and HTML editing Download:
Creating Web Pages with Links, Images, and Formatted Text Information Presented by S. Cox.
Creating Links – Lesson 31 Creating Links Lesson 3.
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
Enhancing Your Web Site—Adding Links Web Page **YOU MUST HAVE COMPLETED THE 1ST 3 WEB PAGES BEFORE YOU CAN DO THIS ONE. **YOU SHOULD HAVE COMPLETED THE.
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.
Chapter 4 BIE1313/BPROG1203 | Web design Prepared by Mohamed Abdulkarim / Mike Ng Ah Ngan.
Adding Links Learning Web Design: Chapter 6. Lesson Overview Using the anchor tag Linking to other pages with relative or absolute pathnames Linking to.
CO1552 – Web Application Development Linking Pages - The Basis of the Web.
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.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
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.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
LINKING WEBPAGES USING HTML HYPERLINKS. Hyperlinks are text strings or images on a webpage which when clicked on, links to another section in the same.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags 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.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Creating Links – Lesson 3
Lecture 3 Sarsenova Zhibek.
Computers and Scientific Thinking David Reed, Creighton University
Enhancing Your Web Site—Adding Links Web Page
HTML LINKS
Lesson 2 — HTML Organization Techniques
Hyperlinks, Images, Comments, and More…
IDT Links in HTML What you need to know….
Presentation transcript:

Chapter 5 BIE2313 | Web design

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Objectives To be able to add Hypertext Link and multimedia files to HTML document. To understand how to add border to images. Identify the graphic formats for the World Wide Web. Discuss key points to consider when including graphics in WWW documents. Download a graphic file to your computer. Use the correct HTML format for Changing the links default color

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Creating Links To create a link in HTML, you need two things: –The name of the file you want to link to –The text that will serve as the ‘hot spot’ (the text that will be highlighted in the browser, which your readers can then select to follow the link. To create a link, you use the HTML link tag.

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Creating Links (cont.) The tag is often called an anchor tag, as it can also be used to create anchors for links. The HREF (Hypertext REFerence) attribute is used to specify the name or URL of the file where this link points. All of the text between tag will become the actual link on the screen and be highlighted or underlined. That’s the text that will be clicked on to jump to the document specified by the HREF attribute.

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Linking Local Documents Using Relative Path Names When you specify the path name of a linked file within quotes, the browser looks for it in the same directory as the current file. Relative path names can also include directories. Eg:- – Click here  ”file.html” is located in the current directory. – Click here –  ”file.html” is located in the directory or folder and it is located in the current directory. Specifying relative path names allows you to move you documents around on your system and to other systems with less or no file modifications to fix the links.

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Linking Local Documents Using Absolute Path Names Absolute path names always begin with a slash, which is the way they are differentiated from relative path names. Following the slash are all directories in the path from the top level to the file you are linking. Eg:- – Click here  ”file.html” is located in another directory or folder. – Click here –  ”file.html” is located in another drive i.e. D: If you specify your links as absolute path names and you move your file elsewhere on the disk, or rename a directory, then all your links will break and you’ll have to laboriously edit all your HTML files and fix them all.

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Remote Links Links to other document on the Web is called remote links. It is still using the tag with an attribute, includes some text to serve as the link on your webpage. But instead of a file name or a path in the HREF, we use the URL (Uniform Resource Locator). I.e:- – Click here

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Try this… Adding Hypertext Links Paragraph | Character | List | Yahoo!

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Targeting Links to Specific Windows The target attribute specifies where to open the linked document. Attribute Values : _blank: Open the linked document in a new window _self: Open the linked document in the same frame as it was clicked (this is default) _top: Open the linked document in the full body of the window Frame name: Open the linked document in a named frame

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Text and Link Colours To change the text and link color, you will need your color values in the form of hexadecimal numbers (as explained before). You can then add any of the following attributes to the body tag: –text – controls the color of all the document’s body text that is not a link, including heading, body text, text inside tables, and so on (black by default). –link – controls the color of normal, un-followed links in the document (blue by default). –vlink – controls the color of links you have visited (purple by default). –alink – controls the color of a link that has had the mouse button pressed on it, but not released (red by default)

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Try this… Colored Text and Link This is a normal text Click here 1st Click here 2nd

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Images and Links If you include an tag inside the opening and closing parts of a link tag ( ), that image serves as a clickable hot spot for the link itself. i.e. i.e. PUSH ME

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Image Borders The BORDER attribute creates a border around an image. Normally, inline images do not have border unless they are also links. By specifying a value for BORDER, you can draw a border around an inline image or modify the width of the link border. i.e.:-

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Multimedia on the Web External media are any files that are not directly viewable by a web browser on a web page. You can create a link in an HTML file to an external media file in exactly the same way that you link to another document by using the tag and the HREF attribute. In order for a browser to recognise your media file, it must have the appropriate extension for its file type. – music You can set up a link between a small image (icon) and an external media file. –

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design Common Format for Image, Audio and Movie Clip

ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of Creative Technology Worldwide Faculty of Business Management & Globalisation BIE2313 | Web Design End of Lecture