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.

Slides:



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

Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
Hypertext markup language.  Client asks for an html file  Server returns the html file  Client parses and displays it  This display is what most people.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Unit 3 Day 5 FOCS – Web Design. Unit #3 Entry #3 What is the difference between an inline tag and a block tag? Give an example of both.
HTML5 and CSS3 Illustrated Unit E: Inserting and Working with Links
Introduction to HTML Lists, Images, and Links. Before We Begin Save another file in Notepad Save another file in Notepad Open your HTML, then do File>Save.
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
Intro to HTML Workshop. Welcome This slideshow presentation is designed to introduce you to the basics of HTML. It is the first of three HTML workshops.
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.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
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 Links and Anchors.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
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.
Review: How do you change the border color of an image?
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.
Web Technologies Website Development Trade & Industrial Education
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
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.
Informatics Computer School CS114 Web Publishing HTML Lesson 2.
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.
Images in HTML PowerPoint How images are used in HTML.
Website Development with Dreamweaver
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
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 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
Adding Links Learning Web Design: Chapter 6. Lesson Overview Using the anchor tag Linking to other pages with relative or absolute pathnames Linking to.
HTML: Hyptertext Markup Language Doman’s Sections.
Definition CSS “Short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site developers and users more control over how.
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.
Unit 3 Day 3 FOCS – Web Design. Journal Unit #3 Entry #2 What are (all of) the required tags in a html document? (hint: it’s everything that is in sample.html)
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.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
HTML Hyper Text Markup Language 1BFCET BATHINDA. Definitions Web server: a system on the internet containing one or more web site Web site: a collection.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
2.1 XHTML. Motto High thoughts must have high language. –Aristophanes.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
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.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
REEM ALMOTIRI Information Technology Department Majmaah University.
Session: 4. © Aptech Ltd. 2Creating Hyperlinks and Anchors / Session 4  Describe hyperlinks  Explain absolute and relative paths  Explain how to hyperlink.
Creating and Editing a Web Page Using Inline Styles
HTML HTML stands for Hyper Text Markup Language. HTML is used in making the base of a Website You can just use an online website maker like weebly.com.
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
HTML Overview.  Students will learn: How HTML tagging works How browsers display tagged documents How an HTML document is structured.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
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.
Revised June 2008 Online PD Basic HTML1 Let’s Try It!  Open Notepad oStart > All Programs > Accessories > Notepad oDon’t get WordPad by mistake – won’t.
Lecture 6, MAT 279, Fall HTML Introduction (cont.) 9/17/2009.
HTML Basics.
Images in HTML PowerPoint How images are used in HTML
Inserting and Working with Links
Enhancing Your Web Site—Adding Links Web Page
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

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 Milk Eggs Bread Cereal To Do List 1. Go Shopping 2. Do Homework 3. Eat Dinner

Shopping List Milk Eggs Bread To Do List Go Shopping Do Homework Eat Dinner

Creating Hyperlinks Hyperlinks allow you to get from one place to another with a simple click of the mouse or tap on a touch screen. You can create links to other peoples' pages. If your site contains multiple pages, you can put in links to other pages within your own site. You can create links to other documents, such as PDF files, for people to download.

Hyperlinks (cont.) To create a link, you need to provide two pieces of information: The link text: The text that shows on the page for the user to click. The target: The address of the page that opens when the user clicks the link.

link text The link text is the word or words that appear on the screen for a person to click (or tap). Link text appears between and tags. The a stands for anchor point. It's an anchor point because once the user clicks the link, they're sent to some other page. But they can always click the Back button in their browser to return to the page that contains your original link.

target text The … tags alone aren't enough though. For example, suppose I put something like this on a page: More Recipes There's some link text between … tags. But there's nothing there that says what should happen when the user clicks the link text. We do that by adding an href attribute to the tag. Attributes are part of the HTML language and are used by some (but not all) tags to store additional information about an element.

Attributes An attribute is additional code that appears inside some tags. There are several attributes and several tags that use them attributes have rules of syntax, like all other code. For attributes, the syntax is this: attributename="value"

Name and value Whenever you see italic text in a syntax description, the italic text is just a placeholder—not text that you type literally. In other words, the proper syntax for an attribute is for you to first correctly type an attribute name, followed by an equal sign, followed by some value enclosed in quotation marks. The attribute name and value will vary depending on what you're doing at the moment

href The attribute we use to specify where a link should take the user is href, short for hypertext reference. The value is the address of the page that the user should be taken to. And that address can be either an absolute reference or a relative reference

Absolute Reference An absolute reference is a URL (Uniform Resource Locator) or FQDN (Fully Qualified Domain Name). These are technical terms for a complete Web address that starts with Every page on the Web has such an address. You can link to any page once you know that address.

Relative Reference A relative reference is a reference to a resource within your own website. You can use a relative reference to make links to other pages within your site. a relative reference doesn't need to be a URL or FQDN It just has to be a path to the resource, relative to the page that contains the link. If the page that contains the link, and the page that you're linking to, are in the same folder on your site, then the relative path is just the filename of the file that you're linking to.

Creating an Absolute Reference We'll add an absolute reference, linking to the popular AllRecipes website from our recipe.htm page. The URL for that page is so that'll be our absolute reference. We'll put the new link in its own separate paragraph ( … tags), so there's some space between it and the last paragraph that's currently on the page. Follow these steps to create the tag: 1. Open recipe.htm for editing (or if it's still open for editing, just switch to that window). 2. Click just after the last tag but just above the tag, and press ENTER. 3. Type to insert a new paragraph. (Type the closing tag in now so you don't forget to type it later!) 4. Put the cursor between the and tags, and press ENTER. 5. Type the link tag shown below: 6. More Great Recipes

Test the link To test the link, click it. To return to your own page from AllRecipes, click the Back button near the upper left corner of your browser's program window. If your link doesn't work, make sure you clicked on the link (not just near the link), and make sure you typed your code correctly, exactly as shown in the instructions above. Anatomy of a link

The link starts with an tag. The tag uses an href attribute whose value defines the target of the link (where the link takes the user). There must be a space before the href, an = sign after it, and the value must be enclosed in quotation marks. After the tag comes the link text, the text that's visible on the page that the user will click. The tag comes after the link text and marks the end of the link.

Adding a relative reference Open index.htm (in notepad) Move the cursor to the end of the last paragraph in the page, so the cursor is somewhere between the last and the tag. Press ENTER, and then type the tags for a new, empty paragraph ( and ). You can press ENTER to put those tags on two separate lines. Between the new and tags you just typed, add the following link: See My Hot Dog Recipe

Open recipe.htm Move the cursor down to between the last tag and tag, and press the SPACEBAR to insert a blank space. This will serve as a blank space between the link that's in the page already and the new link you're about to add. Type the link shown here: Home The image below shows the new code in place within the last paragraph. NOTE: It's not absolutely necessary to put the new link on a new line like that, or to have the … tags on their own lines.