Creating Web Pages with Links, Images, and Formatted Text Information Presented by S. Cox.

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

HTML Basics 1450 Technology Seminar Copyright 2003, Matthew Hottell.
HTML popo.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
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.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Chapter 8 Creating Style Sheets.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
CIS101 Introduction to Computing HTML Project Two.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Marking Up With Html: A Hypertext Markup Language Primer
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
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.
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.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
HTML PROJECT #3 Project 3 Creating Web Pages with Links, Images, and Formatted Text.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Unit 1 — HTML BASICS Lesson 2 — HTML Organization Techniques.
1 Introduction to HTML Joshua S. Simon Collective Technologies.
9 April 2008 Creating Web Pages with Links, Images, and Formatted Text WEB 101 – HTML Prof: Mariana Mendoza-Botero Escuela de Administración de Empresas.
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
9 April 2008 Creating Web Pages with Links, Images, and Formatted Text WEB 101 – HTML Prof: Mariana Mendoza-Botero Escuela de Administración de Empresas.
Creating Web Pages with Links, Images, and Formatted Text
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML: Hyptertext Markup Language Doman’s Sections.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
CSS Tutorial 1 Introduction Syntax How to use style specifications. Styles.
1 Creating Links within a Web Page  These links are especially useful on long Web pages  Links at the top of the page point to areas further down the.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
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.
L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.
Tutorial 3 Adding and Formatting Text with CSS Styles.
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.
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.
1 Start TextEdit. 2 Creating a Home Page  A home page is the main page of a Web site –Visitors usually view the home page first –Identify the purpose.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Text Building a Website Lesson 3. Headings,,,,, Headings,,,,, HTML has 6 levels of headings,,,,,,,,,, is used for main headings is used for main headings.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
REEM ALMOTIRI Information Technology Department Majmaah University.
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.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Part 4 Text & Fonts © UNT in partnership with TEA1IT: Web Technologies - HTML Scripting.
HTML Basics.
Creating a Web Site with Links
Computers and Scientific Thinking David Reed, Creighton University
Introduction to HTML.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
HTML LINKS
Presentation transcript:

Creating Web Pages with Links, Images, and Formatted Text Information Presented by S. Cox

Linking To another web page within the same web site To a web page in another web site Within the same web page To an address 2

Link Attributes If you want to change the colors of text links or image link borders to override the browser defaults…. 3

Link Attributes AttributeFunction link Normal link Controls the color of a normal unvisited link and/or link without mouse pointer pointing to it Default color usually is blue vlink Visited link Controls the color of a link that has been clicked or visited Default color is usually purple or green alink Active link Controls the color of a link immediately after the mouse clicks the hyperlink Default color is usually green or red 4

Linking The and tags are used to create links on a web page…also called the anchor tag because it is used to create anchors for links Example of a link to a web page: linktext Example of an link: linktext – mailto – used to indicate it is an link Target – or name location in the same file 5

Linking Adding links within a Web page – goes around the text that you want to be the link – goes in the location you want the link to “jump” to within the same page 6

Tag Attributes and Functions AttributeFunction hrefSpecifies the URL of the linked page or file nameDefines a name for the current anchor so it may be the target or destination of another link. Each anchor on a web page must use a unique name. relIndicates a forward relationship from the current document to the linked document. The value of the rel attribute is a link type such as prev, next, index, or copyright. revIndicates a reverse relationship from the current document to the linked document. The value of the rev attribute is a link type such as prev, next, index, or copyright. typespecifies the content type of the linked page or file to help a browser determine if it can handle the resource type. 7

Using Absolute and Relative Paths Path – describes the location (folder or external web site) where the files can be found Absolute path – specifies the exact address for the file to which you are linking or displaying a graphic Relative paths – specify the location of a file, relative to the location of the file that is currently in use…utilizes the double period (..) 8

Font Attributes and Values Attribute and ValueFunction color=“#xxsxxx” Changes the font color Value inside quotation marks is a six-digit color code or color name Face=“fontname” Changes the font face or type Value inside quotation marks is the name of a font, such as Veranda, or Arial Size=“x” Changes the font size Value inside quotation marks is a number that represents size Values can be an actual font size of 1 (smallest) to 7 (largest) or a relative font size, such as +2 or -1 9

Text Formatting Logical style tags allow a browser to interpret the tag based on browser settings, relative to other text on a web page Physical style tags specify a particular font change that is interpreted strictly by all browsers 10

Text Formatting Tags HTML TagFunction Physical style tag that displays text as bold Increases the font size in comparison to the surrounding text </blockquote Designates a long quotation; indents margins on sections of text Logical style tag that displays text with emphasis (italicized) Physical style tag that displays text as italicized Sets enclosed text as preformatted material, meaning it preserves spaces and line breaks, often used for text in column format Decreases the font size in comparison to the surrounding text Logical style tag that displays text with stong emphasis (bold) Displays text as subscript (below normal text) Displays text as superscript (above normal text) Displays text as teletype or monospace text Displays text as underlined 11

Adding Images with Wrapped Text Using the align=“left” or align=“right” attribute in an image tag will allow the text to wrap around the image To control space around the image, use the hspace=“x” (horizontal space) or vspace=“x” (vertical space) attribute in the image tag…the x indicates the number in pixels 12

Using Thumbnail Images A thumbnail image is a smaller version of the image itself The thumbnail is used as a link that, when clicked, will load the full-sized image The HTML code to add a thumbnail image: 13