CS 200 – Web Tech I Web Site Organization – (con't)

Slides:



Advertisements
Similar presentations
Cascading Style Sheets
Advertisements

1 Cascading Style Sheets™ (CSS) Outline 5.1 Introduction 5.2 Inline Styles 5.3 Embedded Style Sheets 5.4 Conflicting Styles 5.5 Linking External Style.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Very quick intro HTML and CSS. Sample html A Web Title.
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.
Session 4: CSS Positioning Fall 2006 LIS Web Team.
SM5312 week 11: CSS Menus & Navigation Bars1 An Introduction to Cascading Style Sheets CSS Menus and Navigation Bars Nick Foxall.
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
Navigation Bars Level 2 Extended Certificate Unit B12 Doing Business Online.
กระบวนวิชา 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.
Unit 20 - Client Side Customisation of Web Pages
Technologies for web publishing Ing. Václav Freylich Lecture 6.
MSc. Publishing on WWW Tables and Style Sheets. Tables Tables are used to: Organize and display tabular data To create a layout for web pages.
Web Workshop: CSS Objectives: - “What is CSS?” - Structure of CSS - How to use CSS in your webpage.
4.01 Cascading Style Sheets
CSSMR.Mostafa badr1. Lesson 3 Creating an Style Sheet Lesson 2 Structure of the Style Lesson 1: What Cascading Style Sheets are?
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
Cascading Style Sheets CS3505. What are CSS? Method for adding style attributes consistently to HML tags Cascading because styles are applied in order.
Tutorial #3 Cascading Style Sheets. Review: Last Class Image sizing Pathnames Project Default Path Relative Path Absolute Path Blackboard Homework Submission.
18 People Surveyed HTML (HyperText Markup Language) HTML “tags” Describes structure Building blocks Headings, paragraphs, lists, links, images, quotes,
 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
Website Development & Management Working with Style Rules Instructor: John Seydel, Ph.D. CIT Fall
CSS My favourite ICT lesson By Federico Boschi Cascading Style Sheets.
Tutorial #4 Formatting Text and Links. Tutorial #3 Review - CSS CSS format Selector { property1: value1; /* Comments */ } Embedded, In-Line, and External.
CSS CSS is short for C ascading S tyle S heets. It is a new web page layout method that has been added to HTML to give web developers more control over.
 Word doc for you to download › Link at the beginning of class › 10 Questions › Answers to be added inline  Post to Sakai when completed › No resubmits.
End User Computing More on HTML and CSS Sujana Jyothi Department of Computer Science
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.
 Remember that HTML is just text  Need to point to pictures  Use the img tag  alt: › screen reader › REQUIRED for this class and to validate.
CS 3870/CS 5870 Web Protocols, Technologies and Applications.
CSS October 19. Review of CSS CSS was designed to separate the content of HTML pages from their appearance We are primarily dealing with external style.
Bell Work- ◦ Get a piece of paper that you can put in your binder. Draw the directory you see on the right and label it. Essential Question- ◦ What is.
Week 8 – Part 2 Page Layout Basics Key Concepts 1.
Principles of Web Design 6 th Edition Chapter 9 – Site Navigation.
DIV, Span, CSS.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
Cascading Style Sheets
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
Style and Lists HTML - Chapters 5 and 6. Objectives  Use and distinguish between various style sheets and properties  Create and distinguish between.
AGENDA Introduction Syntax How to use style specifications. Styles CSS Tutorial Miftahul Huda Speech Signal Processing Research Group Digital Signal Processing.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
Lecture 2: Cascading Style Sheets (CSS) Instructor: Dr. M. Anwar Hossain.
5 th ed: Chapter 4 4 th ed: Chapter 5 SY306 Web and Databases for Cyber Operations Slide Set #4: CSS.
CSS Hadas Kahsay. Overview  What is CSS  Basic syntax of CSS Rules  How to link CSS style to html documents  Browsers and CSS  Advantages of CSS.
Designing Web Pages The case for CSS. The Power of CSS css Zen Garden
How to… Cascading Style Sheets. How to Insert a Style Sheet When a browser reads a style sheet, it will format the document according to it. There are.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
Web Design (15) CSS Opacity, Link Colours & Background Images.
CS 200 – Web Tech I Web Site Organization Links. Recall the Web Page Layout sidebar footer content masthead.
Selective Formatting. Auto Grader Multiple selectors  May use the same formatting for two elements h1, h2 { font-family: cursive; }  Maintains consistency.
 Add one element at a time  If it doesn’t do what you want, › Delete it › DON’T just keep piling on more items.
Tutorial #5 Working with the Box Model. Tutorial #4 Review - CSS Create a homework page Final Project Discussion Exam on Blackboard Styling Lists (List-style-type,
HTML & CSS Contents: the different ways we can use to apply CSS to The HTML documents CSS Colors and Background CSS Fonts CSS Text CSS box model: padding,
Html: structure & content CSS: presentation & style A CSS Primer chapter 4.
CSS (Cascading Style Sheets). CSS CSS – Cascading Style Sheets – Cascade because of the way CSS rules can stack on top of each other. Allows you to add.
WebD Introduction to CSS By Manik Rastogi.
Web Protocols, Technologies and Applications
External Style Sheets.
CSS Cascading Style Sheets
Madam Hazwani binti Rahmat
CASCADING STYLE SHEET CSS.
The Web Wizard’s Guide To DHTML and CSS
Fixed Positioning.
Web Protocols, Technologies and Applications
The Internet 10/6/11 Cascading Style Sheets
One Set of Styles Connected to As Many Pages as You Want!!!
Presentation transcript:

CS 200 – Web Tech I Web Site Organization – (con't)

Distinguish between and Link to other web pages Washington Monument Link to an external style sheet (in a folder called css) <link href="css/labfivennn.css" type="text/css" rel="stylesheet" />

Review – Putting the pieces together

Ask Yourself #1 … In the HTML file  How do you get sections (masthead, sidebar, content, and footer) on the page?  What goes in the sidebar?  What goes in the footer?

Ask Yourself… In the HTML file  How do you get sections on the page? 's, like …  What goes in the sidebar? A list of links …  What goes in the footer? A list of links …

Ask Yourself (#2)... In the CSS file  How do you make h1 a blue color with yellow background?  How do you make the sidebar links have no bullets and no underlining?  How do you make the footer links horizontal with no bullets and no underlining?

Ask Yourself (#2)... In the CSS file  How to make h1 a blue color with yellow background? h1 { color: blue; background-color: yellow; }  How to make the sidebar links have no bullets and no underlining? #sidebar a { text-decoration: none; } #sidebar ul { list-style-type: none; }  How to make the footer links horizontal with no bullets and no underlining? #footer a { text-decoration: none; } #footer ul { list-style-type: none; } #footer ul li { display: inline; }

Ask Yourself #3  How do you connect the.css file to an html page?  Where does that line belong?

Ask Yourself #3  How do you connect the.css file to an html page?  Where does that line belong? in the section of the html page

Ask Yourself #4 How can the masthead appear on all pages?  What part goes in the CSS file?  What part goes in the HTML file?

Ask Yourself #4 How can the masthead appear on all pages?  What part goes in the CSS file? #mastheadregion { width: 100%; background-color: blue; … } #masthead { background-image: url(“../images/mastheadNNN.jpg"); }  What part goes in the HTML file?

Ask Yourself #5 Where do each of these go?  h1 { color: blue; background-color: yellow; } 

Ask Yourself #5 Where do each of these go?  h1 { color: blue; background-color: yellow; } In the CSS file  In an html file – specifically, the home page of this lab  In each.html file, near the bottom  In each.html file, within

Schedule Today & Tuesday. Finish Lab 05 Homework 05 Thursday Test #2 Suggestion: Review Homework 3, 4, and 5 (in Laulima) to prepare for Test #2