Tutorial 1: Developing a Basic Web site

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

Intro to HTML Basics HTML = Hypertext Mark-up Language HTML = Hypertext Mark-up Language HTML is a plain-text file that can be created using a text editor.
HTML Basics Customizing your site using the basics of HTML.
HTML Lesson 4 Hyper Text Markup Language. Assignment Part 3  Save your last html file as “FirstName3.htm”  Set the title as “FirstName LastName Third.
2.744 Dreamweaver Tutorial Sangmok Han Feb 24, 2010.
Chapter 2 HTML Basics Key Concepts
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
XP 1 Developing a Basic Web Site Tutorial 2: Web Site Structures & Links.
Developing a Web Site: Links Using a link is a quicker way to access information at the bottom of a Web page than scrolling down A user can select a link.
External Site Links by Awnya Boam. Links are found… …almost everywhere on the internet. They allow users to travel from one site to another.
CIS101 Introduction to Computing HTML Project Two.
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.
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.
Chapter 14 Introduction to HTML
Basics of HTML.
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.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Website Design CLA – Transportation. Defining a Site Select: Site – New - Site Click Next.
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.
Web Technologies Website Development Trade & Industrial Education
Hyperlinks. Linking pages…Hyperlinks 2 Lecture 8  Hyperlink “A clickable HTML element that will direct the web browser to display a different Web page.
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.
Website Development with Dreamweaver
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Linking web pages Wah Yan College (Hong Kong) Mr. Li C.P.
CHAPTER 4 LINKS Creating links between pages Linking to other sites links.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 6: Links.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
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.
audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.
Tutorial 2 Developing a Web Site. XP Objectives Learn how to storyboard various Web site structures Create links among documents in a Web site Understand.
WRT235: Writing in Electronic Environments Session 2 Basic XHTML.
Using Frames in a Web Site Project 6. Project Objectives Project 6: Using Frames in a Web Site 2 Define terms related to frames Describe the steps used.
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.
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 Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Links HTML uses a hyperlink to another document on the Web.
The Basics of Managing Your Department Website March 8, 2012.
Links Building a Website Lesson 5. Links There are various ways to use links on a website: Link to other sites Link to other pages on the same site .
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
For the World Wide Web.  Gary Hayward is an amateur photographer and digital camera enthusiast. He has decided to create a website named CAMshots, where.
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.
Session: 4. © Aptech Ltd. 2Creating Hyperlinks and Anchors / Session 4  Describe hyperlinks  Explain absolute and relative paths  Explain how to hyperlink.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Before We Begin Please download the files from as we will be using them in our walkthroughs.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
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.
 Open the course to add an online class  Click on Add a Page (left side)  Type in a name  Click on Create  Click on the Content Tab  Click on Add.
HTML Links CS 1150 Spring 2017.
How to make and publish a web page
Creating a Web Site for Amateur Photographers
Creating Links.
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Objectives Overview Discuss tools for creating a website, such as text editors, code editors, and content management systems, and when to use each Explain.
Presenter Mindy Pistol Ext
Creating Links.
HTML Links CS 1150 Fall 2016.
Creating Links.
Presentation transcript:

Tutorial 1: Developing a Basic Web site Session 2.1

Objectives Learn about Web Design principles Draw a storyboard Create external links Create email links Create internal links

Web Design Principles What is a good website from a design standpoint? C.R.A.P. principles http://www.youtube.com/watch?v=mF_mWi6r-9I

Organizing the content Importance of business strategy for your website Understand the client Tool: Client interview Organizing the content of the website Website functionalities Storyboard

Example of Storyboard

Working with Hypertext Links Use of the <a> tag Syntax: <a href= “reference”>content</a> Attributes of the a element (See page HTML 84).

External Links <a href=“http://www.cnn.com” >CNN</a> Use of complete URL With title attribute: <a href= “http://www.cnn.com” title=“Link to the CNN Web site” >CNN</a> With blank target: <a href=“http://www.cnn.com” target= “_blank”>CNN</a>

Review Practice – External Links Create a folder and name it camshots. Download all the files from the practice folder in tutorial.02 and save them in the camshots folder. Open contesttxt.htm and save it as contest.html. In contest.html, mark the text BetterPhoto.com as an hypertext link pointing to the URL http://www.betterphoto.com. Set the attribute of the link so that it opens in a new browser window or tab.

Email Links What is an email link? Syntax: <a href=“mailto:address”>text</a> Example: <a href=“mailto:caroline.collier@gcsu.edu”>Collier</a> Adding the email subject to email link: <a href=“mailto:address?subject=your subject”>text</a> <a href=“mailto:caroline.collier@gcsu.edu?subject=Project%20Two”>Collier</a>

Review Practice – Email Link In the aside element, mark the text Gerry Hayward as a hypertext link to an email address with ghayward@camshots.com as the email address. Add Photo Contest as the subject line within the email link.

Internal Links Link to another Web page within the same Web site “Independent” internal link Internal links (part of the navigational bar) Internal links to a local file

Internal Links – Independent Links <a href =“photos.htm”>our photo gallery</a> Absolute path: Specifies a precise location within the entire structure of a computer. Example Relative path: Specifies a file’s location in relation to the location of the current document.

Review Practice – Internal Links Scroll down to the second article. Link the text Child Photos to the child.html file. Link Flower Photos to the flower.html file. Link Scenic Photos to the scenic.html file.

Internal Links – Navigation Bar Use of CSS to format the navigation bar Common use of internal links for the navigation bar: The links are part of an unordered list inside the nav structural element. Example: <nav> <ul> <li><a href=“index.htm”>HOME</a></li> <li><a href=“about_us.htm>ABOUT US</a></li> </ul> </nav>

Review Practice – Navigation Bar Directly below the header element, create a navigation list containing an unordered list with the following list items as hyperlinks: Home linked to the index.html file Tips linked to the tipweek.html file Contest linked to the contest.html file Glossary linked to the photogloss.html file Copy the navigation bar and paste it on index.html, tipweek.html, and photogloss.html. On

Internal Links – Links to local files Links to non-HTML documents: Word documents, PDF documents, etc. Examples on some existing Web sites. Example: <a href=“docs/bylaws.pdf”>Company’s By-Laws</a>

Summary <a> tag Possible attributes: href title target