Coding links on Web Pages

Slides:



Advertisements
Similar presentations
New Features in Release 11.1 (March 27, 2011). Release 11.1 New Features –Page Specific Training Content –Improved Address Selection Functionality 2.
Advertisements

XP 1 Developing a Basic Web Site Tutorial 2: Web Site Structures & Links.
Dreamweaver Cheat Sheet CSCI 100 – JW Ryder. CSCI 1002JW Ryder - Dreamweaver Notes Initial Site Set Up Goto W:\ drive – This is your web root directory.
Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
Links and Comments.
CIS101 Introduction to Computing HTML Project Two.
1 Secondary Fields Web Portal The following slides displays the revised Secondary Fields web portal, version
Announcement #1 1 Lecture 9. Announcement #2  Midterm exam will be on Oct. 12 (Tuesday)  pm – 1.45 pm  Exam will cover all materials till Oct.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
Explanation of Web 6, Web 7 and Web 9 at my site Please be sure to bring up the speaker notes for the explanation Intro - Web 6, Web 7 and Web 9.
Slide 1 Consider the page layouts for: Layout design – does it look balanced and even Size of box relative to its importance – the Heading (or title) of.
The SAU Website Workshop. Using the site Website Management The Campus Directory Form Manager Other available resources.
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,
Review: How do you change the border color of an image?
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.
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.
Please Note that prior to using XLS upload for content creation; if the content types contains file/image fields, then you need to place these files in.
Bare bones notes. Suggested organization for main folder. REQUIRED organization for the 115 folder.
Hyperlinks. Linking pages…Hyperlinks 2 Lecture 8  Hyperlink “A clickable HTML element that will direct the web browser to display a different Web page.
Linking Images to Other Areas within a Blackboard Course Darek Sady.
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.
 The tag to create a link is called, which stands for anchor.  You put the address of the page to link to in quotes after href=, like the following:
Tutorial 4: Working with Hyperlinks. Objectives Session 4.1 – Place bookmarks on a Web page – Create a link to a bookmark – Create a link to another Web.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
Linear Algebra Data Analysis Project Directions. You must have the following ready: Survey question 1 written. Survey question 2 written. Log into Google.
How to upload files to Altervista Overview:
Planning your site/organization on the Web Please use speaker notes for additional information!
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.
Go to your school’s web locker site Your user name is the first letter of your first name, the first four letters of.
7029 Webform Marilyn McBain, DVC-UI IS Officer Support Division.
Tutorial to use a course link for the schedule and module pages.
ET710 HTML Paths: Dot Dot Slash Notation. Directory (folder) Hierarchy. We can think of a computer’s file structure as a tree with branches. The trunk.
Setting up google Adsense Account Please follow the instructions given in the slides to set up the google adsense account Please follow the instructions.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
Maybe your name and class?. An overview of what your presentation contains     etc.
Web programming Part 1: HTML 由 NordriDesign 提供
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.
Hit125 application concepts Types of links File paths & directory structures.
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.
GOOGLE SITES HOW TO USE GOOGLE SITES TO CREATE A WEBSITE FOR CORNERS, STUDENT GROUPS, YOUTH CLUBS, YALI STEPHEN PERRY, IRO, GHANA OCTOBER 2014.
This shows CIS17 and the first day introduction..
Hyperlink ● Anchor tag and its attributes ● Four Types of URL ─ ─ Absolute addressing ─ Relative addressing ─ Intrapage ● Attributes -- link, vlink,
HTML Links and navigation Basharat Mahmood, Department of Computer Science,CIIT,Islamabad, Pakistan. 1.
How to build a Web Page or “The things geeks never told you!”
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.
Lecture 8 Introduction to Web Programming. Announcement  First In-class exam will be on Oct. 10 (Wednesday)  2.50pm – 4.05pm  Exam will cover all materials.
To move from slide to slide, simply press enter on your computer To hear the audio included with each slide, move your pointer to the speaker pictured.
Hyperlinks Links for Other Pages. Hyperlink (aka Link) Text (or image) user can click Takes user to different location In general, location can be: On.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
HTML5 and CSS3 Illustrated Unit E: Inserting and Working with Links.
HTML Links CS 1150 Spring 2017.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
BB LEARN ORIENTATION ENGLISH 101 College Composition
Internal and External Links
Sec (4.3) The World Wide Web.
CS7026: Authoring for Digital Media HTML Authoring
HOW TO ATTACH HYPERLINKS TO A POWERPOINT DOCUMENT POWERPOINT MASTER-CLASS TOOL FOR A WOW PRESENTATION #TeacherTeachTech CHIMA EZUO S.
My web site..
Creating a Web Site using a free site and a file manager
How files are organized
HTTP and Abstraction on the Internet / The Need for DNS
HTML Links.
Home page for CIS44..
Dreamweaver.
4.01 How Web Pages Work.
HTML Links CS 1150 Fall 2016.
Linking to files from your myASU course site
Website File Management
Presentation transcript:

Coding links on Web Pages Please use speaker notes for additional information! This slide show will deal with setting up links on your web page.

Root www.pgrocer.net Information in the root directory. This includes index.html file which is my home page and the pages for each course. From a page in my root directory, I can access other pages in my root directory simply by using their name in the HREF. I probably keep too much in my root directory - the result of planning for a small page and ending up with one that is out of control! <A HREF="PFGCIS12.html">CIS12 Course Notes and Assignments</A><BR> <A HREF="PFGCIS44.html">CIS44 Course Notes and Assignments</A><BR> <A HREF="PFGCIS50.html">CIS50 Course Notes and Assignments</A><BR> <A HREF="PFGCIS51.html">CIS51 Course Notes and Assignments</A><BR> <A HREF="PFGCIS61.html">CIS61 Course Notes and Assignments</A><BR>

Root directory. This is part of my root directory on www.pgrocer.net. As you can see I store directories for each course under the root and also things like the weekly schedule. This shows part of my root directory. Note the / in the address box at the top - this denotes the root directory. On the next slide, I will look at the contents of Cis44.

Directory Cis44 I have now moved into the directory Cis44 which is under the root. Note that it contains a directory HTML under it and various pages. From PFGCIS44.html which is a page on the root, I have this link to a page in the Cis44 directory. Note that I refer to the directory and then to the page. This works because the reference is from a page on the root. You can refer to something in a directory under the directory where you are located by directory name and then the page within the directory. <A HREF="Cis44/introcis44F00.html">Introduction to CIS44 - methods, expectations etc.</A><BR>

/Cis44/HTML This shows the directory HTML which is under the directory Cis44 which is under the root. This path can be from the root or from Cis44. In fact the Cis44 would not be needed if you are sitting in Cis44 (I sometimes include it as documentation for clarity in my path). This shows the setup of a directory within a directory as part of your HREF. <A HREF="Cis44/HTML/web2.html">Intro formatting - web2.html</A><BR> <A HREF="Cis44/HTML/web3.html">Color etc. - web3.html</A><BR> <A HREF="Cis44/HTML/web4.html">Branching in page - web4.html</A><BR>

<A HREF="web7a.html">Link to web7a</A> /Cis44/HTML The reference to web7a.html that is shown below is given from web7.html. That means the link to web7a.html is within the same directory so I do not have to use the directory names in the link. I could use a complete address, but it is not necessary the link is from page web7.html. <A HREF="web7a.html">Link to web7a</A>

http These references could be from any page on my site, because they reference another site and therefore use the entire http address. I can also reference anything in my site using a complete address like this. <A HREF="http://www.hwg.org">www.hwg.org</A> - HTML Writer's Guild information and tutorial<BR> <A HREF="http://www.cwru.edu/help/introHTML/toc.html">www.cwru.edu/help/introHTML/toc.html</A> - Case Western HTML tutorial<BR> <A HREF="http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html">www.ncsa.uiuc.edu/ General/Internet/WWW/HTMLPrimer.html</A> - NCSA(at UIUC) Beginner's Guide to HTML<BR> <A HREF="http://www.werbach.com/barebones/">www.werback.com/barebones/</A> - The bare bones guide to HTML<BR> <A HREF="http://www.davesite.com/webstation/html">www.davesite.com/webstation.html</A> - another tutorial<BR> If I am in one part of my site and I want to reference something in a totally different part I use the entire address starting with: http://www.pgrocer.net and then include directories and the name of the page.

Location in page # http://www.pgrocer.net/PFGCIS44.html#notes This is the address or URL after I click on the link to go to Notes and handouts for CIS44 shown below. <A HREF="#notes">Notes and handouts for CIS44</A><BR> This code appears in PFGCIS44.html.