CS 200 – Web Tech I Web Site Organization Links. Recall the Web Page Layout sidebar footer content masthead.

Slides:



Advertisements
Similar presentations
KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
Advertisements

Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Creating and Editing a Web Page Using Inline Styles
FORMATTING IN CONTEXT. FOLLOW UPS ANCHOR POINTS MUST BE UNIQUE  If you have more than one, how does it know where to go?  They can be repeated across.
CSS Menus and Rollovers. Agenda foil Separating style from content 3 pages in one file Rollovers in CSS Horizontal drop-downs Vertical drop-downs.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
SM5312 week 11: CSS Menus & Navigation Bars1 An Introduction to Cascading Style Sheets CSS Menus and Navigation Bars Nick Foxall.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Unit 20 - Client Side Customisation of Web Pages
Ch. 5 Web Page Design – Templates and Style Sheets Mr. Ursone.
Chapter 9. Links  When styling a link, you must tell CSS both what you want to style, and when you want the style to happen  Web browsers keep track.
Cascading Style Sheets Scripting with Style. CSS versus HTML  Ways to format in HTML –HTML Tag extensions –Converting Text to images –Page Layout with.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
CSSMR.Mostafa badr1. Lesson 3 Creating an Style Sheet Lesson 2 Structure of the Style Lesson 1: What Cascading Style Sheets are?
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Link and Table in HTML. Statistics HTML review The two faces of a HTML file In a notepad program. In a internet browser program. The function of HTML.
Page Layout & Mobile Web Using columns, grid systems, etc… to layout sites for desktops and mobile.
Website design Feng Zhao College of Educatioin California State University, Northridge.
HTML Links and Anchors.
CA Professional Web Site Development Class 23 - CSS Positioning, Image Replacement & Print Styles.
Creating an Expression Web Site
WDV 101 Intro to Website Development
Unit 4 – Creating A Web Site Instructor: Brent Presley.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Doman’s Sections Information in this presentation includes text and images from
Today’s objectives  Review  CSS | Rules | Declarations  HTML Structure document  Class asignment.
 A style sheet is a single page of formatting instructions that can control the appearance of many HTML pages at once.  If style sheets accomplished.
Tutorial #4 Formatting Text and Links. Tutorial #3 Review - CSS CSS format Selector { property1: value1; /* Comments */ } Embedded, In-Line, and External.
MySQL and PHP Review CSS. Cascading Style Sheet (CSS) Style sheets are files or forms that describe the layout and appearance of a document. Cascading.
Cascading Style Sheets Part 1. CSS vs HTML HTML: Originally intended to markup structure of a document (,...,,,,,...) CSS Developing technology, CSS1,
CSS Class 2 -Add margins to elements on a page. -Set width and height of elements. - CSS shorthand properties for box model. -Style links. -Style tables.
The Web Wizard’s Guide To DHTML and CSS Chapter 1 A Review of CSS1.
Week 8 – Part 2 Page Layout Basics Key Concepts 1.
Principles of Web Design 6 th Edition Chapter 9 – Site Navigation.
Cascading Style Sheets (CSS). A style sheet is a document which describes the presentation semantics of a document written in a mark-up language such.
Web Development & Design Foundations with HTML5 7th Edition
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Links HTML uses a hyperlink to another document on the Web.
Images. Intro What is it? Getting your image Inserting Moving Resizing Cropping.
IS1825 Multimedia Development for Internet Applications Lecture 12: IDs, Classes and Internal CSS Rob Gleasure
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.
Web Design (15) CSS Opacity, Link Colours & Background Images.
Quick Review Several important items from Lesson Five.
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Creating Web Pages with Links, Images, and Embedded Style Sheets
 Add one element at a time  If it doesn’t do what you want, › Delete it › DON’T just keep piling on more items.
ECA 228 Internet/Intranet Design I Cascading Style Sheets.
Links All CSS properties can be applied on links (i.e. change colors, fonts, underline, etc). The new thing is that CSS allows you to define these properties.
CS 200 – Web Tech I Web Site Organization – (con't)
NAVIGATION USING HTML TO SET UP THE BASIC STRUCTURE OF A NAV BAR.
Creating Your Book Review Web Site
Lecture 3 Sarsenova Zhibek.
Links. Links Links Need to define two things: The destination Something to click on to get there Tag is click here Can be text, special.
Web Development & Design Foundations with HTML5 7th Edition
Chapter 7 Page Layout Basics Key Concepts
Web Development & Design Foundations with HTML5
COMP 101 Review.
Basics of Web Design Chapter 7 Page Layout Basics Key Concepts
Links.
>> Dynamic CSS Selectors
Web Development & Design Foundations with HTML5
Links.
Web Development & Design Foundations with HTML5
HTML LINKS
Presentation transcript:

CS 200 – Web Tech I Web Site Organization Links

Recall the Web Page Layout sidebar footer content masthead

Where do you see links? sidebar footer content masthead

Links are everywhere hilo.hawaii.edu

Create links with "Anchor" tag: 1. Code to link to a page on the internet UH Hilo Athletics

Aside: Hover to check phishing messages Notice the real address if you hover over the link

Making an image into a link Just enclose the between and

Link to another page on your site 2. Code to link to a file on the same computer Kona Coffee Assumes original and linked page are in the same folder.

Link within a web page 3. Example of links within a web page Result: That section moves to the top

How links within a page are done: First -- Create places to "jump to" "Named anchors" or "bookmarks" Kompozer can write it for you.

Linking to Named Anchors Within the current web page History History of Kona Coffee On a different web page – add # at end of address

target attribute <a href=" target="_blank"> UH Hilo Athletics

But … Opening a new window is often discouraged Pop-up blockers may stop it from opening Accessibility issues Let the reader decide. A right-click provides options:

Kompozer can help write links Link icon

Where are links in the lab? Lots of links!

CSS Styles for Links "Good-looking links"

Helpful Styles for Links – Part #1 Style to turn off underlining: #sidebar a {text-decoration: none; } #footer a {text-decoration: none; } Other Styles for Links: (page 47 – pseudo-classes) #sidebar a:link { color: red; } #sidebar a:visited {color: maroon; } #sidebar a:hover {background: yellow; } #sidebar a:active { color: black; }

Helpful Styles for Links – Part #2 HTML Code for Both Sidebar and Footer (General Format): Akaka Falls NELHA Kalua Pig Kona Coffee Useful CSS Styles for the list elements: #sidebar ul { list-style-type: none; } turn off bullets #footer ul { list-style-type: none; } turn off bullets #footer ul li { display: inline; padding-right: 20px; } make list horizontal Some links are in lists

You may be feeling confused... Review between classes. One hour outside class is expected for each hour in class for the "average" student. This is a language. It has many parts & pieces. Don't be surprised that you need to learn where things belong. Doing it once is rarely enough.

HTML + CSS is a system Your goal: Master the system If the details are overwhelming, it's because you don't have a place to "file" the details. Study the system, not just the details!

Tips  Re-read the CSS chapter, review slides  Write a little code every day until you know what goes where  Look at your finished code. Print it if that helps you and highlight it.  So many students just hand in the lab (after trial-and-error) and stop. Handing it in is not the last step. Study what worked! HTMLCSS