Chap 7 Abs/rel hyperlinks Frag id Sprites (Student presentation)

Slides:



Advertisements
Similar presentations
Frames. What are frames? The ability to divide the browser window into sections that can function independently of one another. Navigation within the.
Advertisements

Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 3 – Web Design Tables & Page Layout
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
External Site Links by Awnya Boam. Links are found… …almost everywhere on the internet. They allow users to travel from one site to another.
DIVISIONS FOR ALL WEB PAGES Web Page Elements.  All Web Pages should have the following 4 elements (Also called divisions).  header  navigation  content.
Neil Sayers - Student Number: URL
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
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.
Creating A Site Using A Template In Dreamweaver CS6 Cakes R Us!
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.
Week 8 – Part 3 More on Links, Layout, and Mobile Key Concepts 1.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
Chapter 2 XHTML: Part II The Web Warrior Guide to Web Design Technologies.
Web Design I Spring 2009 Kevin Cole Gallaudet University
Web Design (8) Images (2). My Holiday Photos An exercise in adding and linking images. Create a new website folder calling it ‘My Holiday Photos’. In.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Ch 13 HTML and CSS Web Standards Solutions A Web Standardistas’ Approach.
1 After completing this lesson, you will be able to: Understand the basics of HTML coding. Use HTML tags. Plan an HTML site. Create a table with HTML.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
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
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
HTML5 and CSS3 Illustrated Unit E: Inserting and Working with Links.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Web Development & Design Foundations with HTML5
School of Business Administration
HTML Basics.
4.01 How Web Pages Work.
Web Development & Design Foundations with HTML5 7th Edition
The Internet and Multimedia
Chapter 7 Absolute/relative hyperlinks Frag id 3-column site
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 8th Edition
Concepts for fluid layout
Chapter A - Getting Started with Dreamweaver MX 2004
Dreamweaver – Project #1
Web Development & Design Foundations with HTML5
Chapter 5 - Introduction to XHTML: Part 2
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5 7th Edition
Cascading Style Sheets
What Designers Need to Know about Accessibility (A11y)
Fixed Positioning.
Chapter 2 Adding Web Pages, Links, and Images
Inserting and Working with Links
Chapter 13 - Dynamic HTML: Object Model and Collections
Chap 7 Abs/rel hyperlinks Frag id Sprites (Student presentation)
Dreamweaver Basics.
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with H T M L 5
Chapter 7 Absolute/relative hyperlinks Frag id 3-column site
Web Development & Design Foundations with HTML5
Layout and Design with Tables and Frames
Advance Web Sites.
Basics of Web Design Chapter 2 HTML Basics Key Concepts
Concepts for fluid layout
4.01 How Web Pages Work.
Basics of Web Design Chapter 2 HTML Basics Key Concepts
4.01 How Web Pages Work.
© 2017, Mike Murach & Associates, Inc.
Presentation transcript:

Chap 7 Abs/rel hyperlinks Frag id Sprites (Student presentation) 3-col site CSS printing (Nov. 2) Mobile display (Nov. 6) Responsive design (Nov. 6) ARIA – Accessible Rich Internet Applications Also from previous Chapters: Thumbnails (Oct. 21) Images as bullets Gradients (Oct. 21)

More on Relative Linking Relative links from the Home page: index.html <a href="contact.html">Contact</a> <a href="rooms/canyon.html">Canyon</a> <a href="../index.html">Home</a> <a href="../events/weekend.html">Weekend</a> Relative links from the Canyon page: rooms/canyon.html

The Target Attribute The target attribute on the anchor element opens a link in a new browser window or new browser tab. <a href="http://yahoo.com" target="_blank">Yahoo!</a>

Landmark Roles with ARIA Accessible Rich Internet Applications (ARIA) Landmark Roles banner (a header/logo area) navigation (a collection of navigation elements) main (the main content of a document) complementary (a supporting part of the web page document, designed to be complementary to the main content ) contentinfo (an area that contains information about the content such as copyright ) form (an area that contains a form) search (an area of a web page that provides search functionality) Example: <header role=“banner”>

Thumbnails Rules Crop images so that they are equal height and/or width. Must have both large and small image for sake of bandwidth.

Visual Inspiration Sidebar or other designs…

Visual Inspiration Check out: www.DARPA.mil http://www.charlestoncvb.com (from student) http://sailing.cofc.edu (from Student)

In Defense of Vertical Navigation http://designwebkit.com/inspiration/vertical-navigation-bar-design-examples http://petershamnurseries.com http://www.wix.com/blog/2015/07/vertical-navigation-menus-should-you-use-them Includes pros & cons