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.

Slides:



Advertisements
Similar presentations
3.02D HTML Overview 3.02 Develop webpages.
Advertisements

© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Chapter 2 HTML Basics Key Concepts
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.
Links and Comments.
. Website and file organization. How websites work.
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.
Images By Tara Frieszell By Tara Frieszell. Adding images to your website will make it more interesting and add to the design. However, some viewers aren’t.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
What Is A Web Page? An Introduction to the Internet.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
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.
XP 1 Tutorial 5 Using Frames in a Web Site. XP 2 Tutorial Objectives  Describe the uses of frames in a Web site  Lay out frames within a browser window.
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 Essentials HyperText. Why HyperText ? Hypertext is text or pictures which reference other pages which the reader can immediately access Hypertext.
Mohammed Mohsen Links Links are what make the World Wide Web web-like one document on the Web can link to several other documents, and those.
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.
Bare bones notes. Suggested organization for main folder. REQUIRED organization for the 115 folder.
Informatics Computer School CS114 Web Publishing HTML Lesson 2.
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.
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.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 4: Creating Hyperlinks Kelly L.
CHAPTER 3 USING HYPERLINKS TO CONNECT CONTENT. LEARNING OBJECTIVES How to use the and anchor tag pair to create a text-based hyperlink. How to use the.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Doing L I N K S Links 1: Internal Links Links to anchors on the current page (Internal).
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Creating Web Pages with Links, Images, and Formatted Text
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
Creating Links – Lesson 31 Creating Links Lesson 3.
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.
1 After completing this lesson, you will be able to: Transfer your files to the Internet. Choose a method for posting your Web pages. Use Microsoft’s My.
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.
 Network  A _____ of computers that can _________ w/ each other  Examples of hardware  ______________ & communication lines  Internet  Hardware.
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.
Images. Intro What is it? Getting your image Inserting Moving Resizing Cropping.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
1 Creating the Home Page. 2 Creating a Table Table attributes  Two rows and two columns  No border  Left-aligned Change the vertical alignment of the.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
REEM ALMOTIRI Information Technology Department Majmaah University.
Links and Images. Links HTML uses a hyperlink to link to another document on the Web A hyperlink can be either text or a picture Links are created with.
Hyperlink ● Anchor tag and its attributes ● Four Types of URL ─ ─ Absolute addressing ─ Relative addressing ─ Intrapage ● Attributes -- link, vlink,
HTML Lab4 Ins.Samia alblwi. O UTLINE : 1-Links 2-Frame.
Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.
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.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
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.
HTML Links CS 1150 Spring 2017.
Objective % Select and utilize tools to design and develop websites.
Links and Comments in HTML5
HTML Coding A new language.
Creating Links – Lesson 3
Objective % Select and utilize tools to design and develop websites.
Getting Started with Dreamweaver
Images & Hyperlinks.
Enhancing Your Web Site—Adding Links Web Page
HTML LINKS
IDT Links in HTML What you need to know….
HTML Links CS 1150 Fall 2016.
Presentation transcript:

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 is a special tag called the 'link' tag, and it looks like this in its most basic form: E.g, a href=" ">) ( ).

The files (pages, images etc.) that make up your web site are organized in folders just like any other files that you store on your home computer. Your host will give you a space/directory on their server for you to place all your websites' files. This space/folder assigned to you will be the 'root' of your web site. This means that as far as the Internet is concerned, anything (html files, images other folders etc) in this folder is directly accessible by your domain name plus the name of the item.

Building a Web site Define the purpose of web site Diagram the structure of the website. Write out the text for the web site Choose a basic layout, color scheme and fonts that will be used on all pages Build out the website Choose a domain name (pizzaden.com, 'discountHardware.com' ) Register your domain name Find a hosting company Upload your website to the hosting companies servers

Registering a domain name com,.net,.org,.tv,.biz, etc.ca (Canada),.us (USA),.co.uk. Mopipi.bw

Find a hosting company A web host provides you with the space, tools and support to create your web pages and accounts Things that can affect selecting a web host Cost. Cost Top quality customer service accounts Around-the-clock phone and support Ability to update your site 24 hrs/day, 7 days/week No obligation to stay

Network Service Providers: Owns and maintain routings at (Network Access Point),NAP a point on the Internet where several connections converge. Own high speed and high capacity networks to provide global access and interconnectivity Sell wholesale internet connectivity services to ISP’s e.g. AT&T, BT. Internet Service Providers: Provide individuals, busiss, organization access to the internet) Re-Sell or add value to and sell new services to customers e.g AOL, UUNET, Mega, Botsnet, BBi (Broadband Botswana), Infotec Botswana End Users: Include Residential, Business, Orgs

9 Hyperlinks Hyperlinks are the most fundamental part of the World Wide Web. They tie pages together: Links should be text descriptive. phrases such as 'click here' should be avoided –Alternatives to online forms should be provided. –Pages should be tested using different viewers.

10 There are three different kinds of links you can have on your website: Links to anchors on the current page (Internal). Links to other pages within the current site (Local) Links to pages outside the current site (Global). Hyperlinks

11 The tags used to produce links are the and. The tells where the link should start and the indicates where the link ends. The target of the link is added to the tag as an attribute setting : (href= Hyperlinks

12 Hyperlink Example My First Home Page Brian’s HTML Page Hi World, welcome to my HTML page! Enjoy!

13 Hyperlink Example My Second Home Page Brian’s HTML Page Hi World, this is my second HTML page! Go Back To Page 1

14 The general color of text links is specified in the tag: Hyperlink

15 link - standard link - to a page the visitor hasn't been to yet. (standard color is blue - #0000FF). vlink - visited link - to a page the visitor has been to before. (standard color is purple - #800080). alink - active link - the color of the link when the mouse is on it. (standard color is red - #FF0000). Hyperlink

16 You might want one or more links to have different colors than the rest of the page. There are two methods for doing this: Placing font tags between the and the tag. Using a style setting in the tag. Hyperlink

17 Click here to go to Yahoo. Hyperlink Example

18 Link Targets By default, links will open in the current window or frame. To open in another window or frame: To do this you simply add a target="" to the.

19 Predefined targets are: _blank loads the page into a new browser window. _self loads the page into the current window. _parent loads the page into the frame that is superior to the frame the hyperlink is in. _top cancels all frames, and loads in full browser window Link Targets

20 Image Links To make an image a link: To turn off a border, add border="0" to the tag:

Every graphic image should have text associated with it. This is achieved using ALT, for example, If a browser is not capable of displaying images, the text in the ALT statement is displayed instead. Always provide text alternatives to image maps.

22 Links in a Page Normal links always point to the top of a page. Anchors point to a place within a page. An anchor is created using the tag. If you want to create an anchor called chapter4, you simply add this line where you want the anchor to be:

23 After doing this, you can make a link pointing to the anchor using the normal tag, like this: Click here to read chapter 4. Note: When linking to an anchor on a page you need to put a # in front of the anchor. Links in a Page

24 When you link to anchors on external pages use this syntax: CS36L Project-Directory of Students Links in a Page