BSBEBU401A Review and Maintain a Website HTML

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

3.02D HTML Overview 3.02 Develop webpages.
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.
External Site Links by Awnya Boam. Links are found… …almost everywhere on the internet. They allow users to travel from one site to another.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
Creating & Attaching CSS An CSS Primer Tutorial. A New CSS Document Create a new CSS Document in Dreamweaver using the “New” option under the File Menu.
Web Development 311 Fall : Fall Why web pages? Most companies have intranets, extranets, and web sites Content can be changed quickly and.
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 Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
E-Commerce: Introduction to Web Development 1 Dr. Lawrence West, Management Dept., University of Central Florida Topics What is a Web.
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.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
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.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
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.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
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.
And adding hyperlinks. MyWebpage Everything that we want in our website, including other folders, documents, xhtml files, image files, css files should.
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.
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
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.
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.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
So – You want to learn how to put an article onto the state website. (Note: If you have not done so, you will need to review the web training provided.
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.
Session: 4. © Aptech Ltd. 2Creating Hyperlinks and Anchors / Session 4  Describe hyperlinks  Explain absolute and relative paths  Explain how to hyperlink.
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.
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.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
Computer Basics Introduction CIS 109 Columbia College.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Objectives At the end of this session students will: Define the following terms in two sentences or less Website Web page Browser Html URL Hyperlink Explain.
Finally getting to html and CSS… Tim Berners-Lee, the writer of the software program that makes him the inventor of the WWW, defines the Internet as a.
HTML Links CS 1150 Spring 2017.
4.01 How Web Pages Work.
Online PD Basic HTML The Magic Of Web Pages
4.01 How Web Pages Work.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Links and Comments in HTML5
XHTML/CSS Week 1.
Web Development & Design Foundations with HTML5 8th Edition
Internal and External Links
Learning the Basics – Lesson 1
Uppingham Community College
Teacher: Alison Roberts Northern Sydney Institute of TAFE
Web Design and Development
3.02D HTML Overview 3.02 Develop webpages.
HTML Introduction Lecture 8.
LO4 - Be Able to Update Websites to Meet Business Needs
Intro to Web Development Links
HTML Links.
Hyperlinks, Images and Tables
Introduction to the ISB Intranet
HTML Structure.
Dreamweaver.
CAII 4.01 Web Page Design Terms List 2.
3.02D HTML Overview 3.02 Develop webpages.
4.01 How Web Pages Work.
HTML Links CS 1150 Fall 2016.
Website File Management
Presentation transcript:

BSBEBU401A Review and Maintain a Website HTML Teacher: Alison Roberts Northern Sydney Institute of TAFE

Creating HTML Basics Create a new folder to keep your files in. Open Notepad, type in your name and then save the file as “home.html” into your folder. Drag and drop the file into the Internet Explorer browser.

What is a hyperlink? They are what users click on to go somewhere else on your website, to access a document, or to go somewhere else on the internet. Hyperlinks are the backbone of website navigation, both within the site and to external sites.

Why do hyperlinks cause problems… The files and websites hyperlinks refer to can be become broken over time. PAGE GONE - The website being referred to may no longer exist or the specific page being referred to may have been removed or re-located. FILE NAME CHANGED - File names for documents, webpages, images change and the links to these content types are not updated WRONG FILE TYPE - A common error is referring to a document that has an extension of ".html" when its extension is ".htm". This also happens with images - .gif instead of .jpg. MISSPELLING - In other cases it can be something as simple as a misspelt link.

Hyperlinks & pages A large number of change requests focus on: new content remove old content Build skills in adding, deleting and modifying both web pages and hyperlinks then you will be able to fix many of the change requests your website will receive.

What is a hyperlink? A basic hyperlink will appear as follows: <a href=”aboutus.html”>About us</a> A hyperlink is based on the ‘a’ or anchor tag. In this case the anchor is a ‘href’ or hyperlink reference to a page in the website called ‘aboutus.html’. The actual hyperlink text will appear as About us.

Absolute v’s relative links Domain - http: The ‘folder you created represents the root folder of the site. In the folder you have placed the home page (home.html)

Absolute v’s relative links In the html folder you will place the remaining high level html files as shown below.

Absolute v’s relative links You could create links in the home page that link to the other pages by using the absolute link. <a href="http://www.mysite.com.au/html/aboutus.html">About us</a>. Or you could create links in the home page that link to the other pages by using relative links. <a href=“html/aboutus.html”>About us</a>

Relative Linking SAME FOLDER: When the page being linked to is in the same folder just use the pages file name e.g. “aboutus.htm”. SUBFOLDER: If the page being linked to is within a subfolder add “foldername/” in front of the page name. From the example site on page 8, to link from ‘index.htm’ to ‘aboutus.htm’ the relative link would be “html/aboutus.htm” FOLDER ABOVE: If the page being linked to is in a folder one level above the current pages folder add “../” in front of the page name. From the example site on page 8, to link from ‘aboutus.htm’ to ‘index.htm’ the relative link would be “../index.htm”.

Basic HTML Syntax <html> <head> <title>Homepage</title> </head> <body> <p>Hello this is the Homepage</p> <p>Click here for the About Us <a href="aboutus.html">About Us</a></p> </body> </html>

Help on HTML Basic HTML Tutorial How to make a website from scratch - http://www.youtube.com/watch?v=GwQMnpUsj8I (first 7 ½ minutes only). Go to: http://www.w3schools.com/html/html_intro.asp .Read the HTML tutorial. Look at the other tutorials available.