And adding hyperlinks. MyWebpage Everything that we want in our website, including other folders, documents, xhtml files, image files, css files should.

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

HTML Basics Customizing your site using the basics of HTML.
Nvu - How to Create Your Own Website From Start to Finish!Dr. Dawn Sherry & Dr. Barry J. Monk Dr. Dawn Sherry Dr. Barry J. Monk Assistant Professor of.
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
Cascading Style Sheets
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
HTML / CSS – Basics Why the heck are we doing this?
Project 8 Creating Style Sheets.
MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5
How Tags are used to form your Web Page
Relative and Absolute Relative Absolute.  In web-page design, a hyperlink (or link) is a reference to a document that the reader can directly follow,
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Cascading Style Sheets (CSS) 1.  What is CSS?  Why CSS?  How to write a CSS? 2.
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.
Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
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.
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. 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.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
STILL CHAPTER 4 More Style. Topics How to specify “style” for beautifying your content?  Using tag and style attributes and values Separate file for.css.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 6: Links.
Designing Web Sites Using “tags” Tags are codes inserted among the text to tell the text how to behave Their format is very rigid; they always look like.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
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.
Web Design 3080 – Week 2 More Fun With Delicious.com Setting up a ‘network’. 1.Go to Delicious.com and sign up for a personal account 2.Once your account.
How to upload files to Altervista Overview:
Adding Links Learning Web Design: Chapter 6. Lesson Overview Using the anchor tag Linking to other pages with relative or absolute pathnames Linking to.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
HTML: Hyptertext Markup Language Doman’s Sections.
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.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
External Style Sheets Exploring Computer Science – Lesson 3-6.
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
Hyperlink ● Anchor tag and its attributes ● Four Types of URL ─ ─ Absolute addressing ─ Relative addressing ─ Intrapage ● Attributes -- link, vlink,
Session: 4. © Aptech Ltd. 2Creating Hyperlinks and Anchors / Session 4  Describe hyperlinks  Explain absolute and relative paths  Explain how to hyperlink.
Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
Source of website: “Text/css rel=“styles heet” This is an external style sheet link. This means that the.
Web Site Design Unit 11.3A: Web programming. Tags and Elements O h1 O p O h6 O li O Ol O Ul O Strong O Bold O Emphasis O Sub O Sup O How many standard.
Web Basics: HTML/CSS/JavaScript What are they?
BSBEBU401A Review and Maintain a Website HTML
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Introduction to XHTML.
Web Design and Development
Lesson 4 – Introduction to CSS
HTML Links.
CSS Styles Introduction.
Enhancing Your Web Site—Adding Links Web Page
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
HTML & CSS 7 Languages in 7 Days.
A02 Creating my website NAME ______________.
Hyperlinks, Images, Comments, and More…
One Set of Styles Connected to As Many Pages as You Want!!!
Presentation transcript:

And adding hyperlinks

MyWebpage Everything that we want in our website, including other folders, documents, xhtml files, image files, css files should be in one main folder That’s called the root folder or the root director Directory is just another fancy name for folder

MyWebpage index.htm aboutus.htm gallery.htm locateUs.htm logo.jpg banner.jpg mainstyle.css Notice the file names DO NOT include spaces

MyWebpage index.htm aboutus.htm gallery.htm locateUs.htm logo.jpg banner.jpg mainstyle.css To find the source of the image you just type in the name of the image The image is in the root directory along with the xhtml pages So the path to the image is just the images’ file name

MyWebpage index.htm aboutus.htm gallery.htm locateUs.htm logo.jpg banner.jpg mainstyle.css With so many files in one folder it gets hard to find them and manage them. In this example we only have 4 xhtml files, 2 images, and 1 Cascading Style Sheet! Most web sites include many more pages and many, many, many more images.

MyWebpage images stylesheets downloads index.htm aboutus.htm gallery.htm locateUs.htm Now we can place all of our images in the images folder, css files in the stylesheets folder, and other documents to download in the downloads folder

MyWebpage images index.htm aboutus.htm gallery.htm locateUs.htm stylesheets downloads logo.jpg banner.jpg mainstyle.css family.png form.doc sidebar.gif

MyWebpage images index.htm aboutus.htm gallery.htm locateUs.htm stylesheets downloads logo.jpg banner.jpg mainstyle.css family.png form.doc sidebar.gif Notice in the source we added the name of the folder that stores our image we want placed in the page.

MyWebpage images index.htm aboutus.htm gallery.htm locateUs.htm stylesheets downloads logo.jpg banner.jpg mainstyle.css family.png form.doc sidebar.gif The path from our xhtml documents is into the images folder. We add a forward slash / between the folder name and the image name.

MyWebpage images index.htm aboutus.htm gallery.htm locateUs.htm homeImages logo.jpg If we add another folder or directory into the images folder to separate the images for pages they are used, then we include the name of the sub directory in the path.

 and tags create a hyper link  Anything contained in between these tags will be the link  that can include text, images, paragraphs, list items, etc.  An anchor also needs a hyper-text reference  Link content here

MyWebpage images index.htm aboutus.htm gallery.htm locateUs.htm stylesheets downloads logo.jpg banner.jpg mainstyle.css family.png form.doc sidebar.gif Click here If this is placed in the body of index.htm will look like this on your web page: Click here And when they click on it, it will attempt to open aboutus.htm

 text ◦ Blue ◦ Underline  images ◦ Blue border Gallery Help Form

 text ◦ Purple ◦ Underline  images ◦ Purple border Gallery Help Form

 If you add an href to another webpage, the link will navigate to that page when clicked ◦ Click here  If you add an href to another file type, the link will download that file when clicked ◦ Click here

MyWebpage images index.htm aboutus.htm gallery.htm locateUs.htm stylesheets downloads logo.jpg banner.jpg mainstyle.css family.png form.doc sidebar.gif Help Form

MyWebpage images index.htm aboutus.htm gallery.htm locateUs.htm stylesheets downloads logo.jpg banner.jpg mainstyle.css family.png form.doc sidebar.gif Our gallery Help Form

 Here is some text that we want as our paragraph, but we want them to click here to go to another page. Here is some text that we want as our paragraph, but we want them to click here to go to another page.

 When a link does not work it most often because either the path to the file is not correct, or the file name is mistyped.  If you are trying to link to a file that they can download, you need to make sure the file is in the folder (directory) that you are trying to link through.