Tutorial #4 Formatting Text and Links. Tutorial #3 Review - CSS CSS format Selector { property1: value1; /* Comments */ } Embedded, In-Line, and External.

Slides:



Advertisements
Similar presentations
CSS CSS Precise Aesthetic Control. Cascading Style Sheets Though they can be put in HTML header, usually a separate page that the HTML links to Contains.
Advertisements

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 BASICS. CSS Rules Components of a CSS Rule  Selector: Part of the rule that targets an element to be styled  Declaration: Two or more parts: a.
Building a Website: Cascading Style Sheets (CSS) Fall 2013.
Part 3 Introduction to CSS. CSS Text Text Styles h1 {color: green} // rgb(0,255,0), #00ff00 h2{letter-spacing: 0.5cm} // 2px h3 {text-align: right} //
XP Introducing Cascading Style Sheets With Cascading Style Sheets (CSS), you can create one or more documents that control the appearance of some or all.
Tutorial 4 Formatting Text. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Create a spread heading Indent text Change the line spacing.
Cascading Style Sheets Cyndi Hageman. Applying a Style Sheet  In-line style – used within the HTML tag  Embedded Style Sheet – located in the HTML document.
Cascading Style Sheets Scripting with Style. CSS versus HTML  Ways to format in HTML –HTML Tag extensions –Converting Text to images –Page Layout with.
SM5312 week 6: basic CSS syntax1 An Introduction to Cascading Style Sheets Basic CSS Syntax Nick Foxall.
CSS: Cascading Style Sheets. What are Style Sheets A style sheet is a mechanism that allows to specify how HTML (/XHTML/XML) pages should look The style.
Lecture CSS: Cascading Style Sheets. What are Styles? Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics.
© 2007 D. J. Foreman CSS-1 Cascading Style Sheets Styles.
Selectors thru Borders. CSS – Cascading Style Sheets – is a way to style HTML HTML is the content base of a web page CSS provides the presentation qualities.
CSS: Cascading Style Sheets. 2 History HTML tags were originally designed to define the content of a document. The layout of the document was supposed.
Cascading Style Sheets Example
Cascading Style Sheets CS3505. What are CSS? Method for adding style attributes consistently to HML tags Cascading because styles are applied in order.
Cascading Style Sheets Billy Toy Cascading Style Sheets Syntax review How to Implement style sheets Background properties Text properties.
CSS Dvijesh Bhatt.
Dreamweaver -- CSS. Dreamweaver -- MX New icons are added in MX Most of the features commonly used in web design, and are same as FrontPage. New feature.
Cascading Style Sheet (CSS)
1Computer Sciences Department. And use
Tutorial #3 Cascading Style Sheets. Review: Last Class Image sizing Pathnames Project Default Path Relative Path Absolute Path Blackboard Homework Submission.
Cascading Style Sheets, pt 2 ECA 225 Applied Online Programming.
WORKING WITH CASCADING
New Perspectives on XML, 2nd Edition Tutorial 5 1 TUTORIAL 5 WORKING WITH CASCADING STYLE SHEETS.
XP New Perspectives on XML Tutorial 5 1 TUTORIAL 5 CSS Tutorial – Carey ISBN
Cascading Style Sheets Part 1 Presentation by Audrey Altman Exercises from CSS: The Missing Manual.
WDV 101 Intro to Website Development
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
INTRODUCTION TO HTML5 Styling Text. Change the Font Size  You can use the font-size property to change the font size for a document’s text.  Instead.
Doman’s Sections Information in this presentation includes text and images from
CSS: Cascading Style Sheets. 2 What are Style Sheets A style sheet is a mechanism that allows to specify how HTML (/XHTML/XML) pages should look The style.
Today’s objectives  Review  CSS | Rules | Declarations  HTML Structure document  Class asignment.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit E Formatting with Cascading Style Sheets.
Website Development & Management Working with Style Rules Instructor: John Seydel, Ph.D. CIT Fall
 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.
What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External.
CIS 1315 – Web Development for Educators CIS 1315 HTML Tutorials 3 & 4: Working With CSS.
Introduction to Programming the WWW I CMSC Summer 2004 Lecture 7.
Tutorial #3 Cascading Style Sheets. Tutorial #2 Review - Anchors Links to Site DMACC Internal Links Go to Top Mail To me Local.
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.
Lesson 03 // Cascading Style Sheets. CSS Stands for Cascading Style Sheets. We’ll be using a combination of Html and CSS to create websites. CSS is a.
More CSS.
CSS Tutorial 1 Introduction Syntax How to use style specifications. Styles.
Cascading Style Sheets Robin Burke ECT 270. Outline Midterm The Layout Debate CSS properties Fonts Alignment Color CSS selection selectors pseudo-classes.
ECA225 Applied Interactive Programming Cascading Style Sheets, pt 1 ECA 225 Applied Online Programming.
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.
Week 8 – Part 2 Page Layout Basics Key Concepts 1.
Cascading Style Sheets CSS.  Standard defined by the W3C  CSS1 (released 1996) 50 properties  CSS2 (released 1998) 150 properties (positioning)  CSS3.
1 Web Development CSS (Cascading Style Sheet). 2 1.Setting rules for multiple elements To decrease the amount of typing for setting rules for multiple.
CS 174: Web Programming September 9 Class Meeting Department of Computer Science San Jose State University Fall 2015 Instructor: Ron Mak
Copyright © 2006, Jumail, FSKSM, UTM Slide 1 Cascading Style Sheets (CSS)
CSS – Cascading Style Sheets
IS1825 Multimedia Development for Internet Applications Lecture 12: IDs, Classes and Internal CSS Rob Gleasure
CSS: Cascading Style Sheets Part II. Style Syntax.
1 CSS: Cascading Style Sheets W3Schools CSS tutorialCSS tutorial.
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,
Tutorial 3 Designing a Web Page with CSS
ECA 228 Internet/Intranet Design I Cascading Style Sheets.
Chapter 11 & 12 CSS Style Sheets: Intro. Why CSS? Separate presentation from content – more accessible Less work – can change appearance of whole site.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 3 Introducing Cascading Style Sheets.
Welcome To Website Design, Hosting And Management Prepared By Webdev Solution ip ,223,96.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 4 Formatting Text and Links.
NAVIGATION USING HTML TO SET UP THE BASIC STRUCTURE OF A NAV BAR.
Cascading Style Sheets Robin Burke ECT 270. Outline CSS properties Fonts Alignment Color CSS selection selectors.
1 Cascading Style Sheets
CONFIGURING COLOR AND TEXT WITH CSS Chapter 3. Cascading Style Sheets (CSS) Used to configure text, color, and page layout. Launched in 1996 Developed.
WebD Introduction to CSS By Manik Rastogi.
Presentation transcript:

Tutorial #4 Formatting Text and Links

Tutorial #3 Review - CSS CSS format Selector { property1: value1; /* Comments */ } Embedded, In-Line, and External CSS Styles - color, background-color, font-family, font- size, text-transform, letter-spacing, word-spacing, text-indent, line-height, text-align, font-style, font- weight CSS Validation (

Homework Page Create an index.html page for your homework Upload to your server account Have an H1 tag at the top with “Homework of your name” Each Tutorial section should be separated with an H2 Each homework should be linked in an unordered list Eventually you will have a main page that links to homework, final, etc.

Homework Page Example setup on cwebdev.org/CIS2 04%20Summer% /Matt_Hall /homework/ cwebdev.org/CIS2 04%20Summer% /Matt_Hall /homework/

Final Project The final project has 300 points available, plus some extra credit. Failure to complete a final project will result in a grade of 0 for the project and a failing grade in the course. Requirements: Purpose and Organization: (70 points) Required Technical Features: (200 points) Project Presentation: (30 points) Extra Credit Features: (20 points maximum) /CLASS_INFO/Class_Final.html /CLASS_INFO/Class_Final.html

Vertical-Align Property Used to position images and other elements with text Most common positions Top Middle Bottom All positions listed on Page 192 img { vertical-align: middle; }

Styling Lists Lists can be styled with multiple properties List-style-type List-style-position List-style-image ul{ list-style-property: value; }

List-Style-Type Property UL Used to change the default circle of unordered lists Four values can be used Disc – A filled circle (Default) Circle – A hollow circle Square – A filled square None – No bullet is shown ul { list-style-type: square; }

List-Style-Type Property OL Used to change the default number of ordered lists Decimal Leading 0 or not Roman Numeral Upper or Lowercase Alpha (A, B, C, etc) Upper or Lowercase None Page 194 has the properties

List-Style-Image Gives options for custom bullets Uses images ul{ list-style-image: url(imagename); }

List-Style-Position Used to change the position of the marker or bullet Defaults to outside. Text indents Other options is inside. Text

Lab 1. Get the starter file Tutorial4.html from the Class Info/Labs/ folder 2. View Source, Copy, and paste into a new file (Save as tutorial4.html) 3. Format text around the image to be in the middle 4. Change the Unordered List bullets to a hallow circle 5. Change the ordered list to Uppercase Roman Numerals 6. Change the list position to inside for unordered lists

Grouping Selectors Selectors can be grouped together in a comma separated list. This will apply the styling all of the selectors in the list. Example: h1, h2, h4{ color: red; } The three elements above will be styled with the color red.

Descendant Selectors A selector nested within another selector Treated as a combined element for formatting Space separated selectors (commas would group) p strong { background-color: lightblue; } The above would only modify the text within a paragraph tag that has a strong tag nested in it

Descendant Selectors h3 { color: purple; } h3 em{ color: orange; } Decedant Selectors EM Decendant S electors

The nav Element Used to contain a block of navigation links (navigation menu) No functional purpose, just identifies a block of navigation links Prior to HTML5 this would be done with a div tag. Home About me

The nav Element Using Nav tag and CSS can easily style a consistent menu. Use Descendant Selector with nav and li for formatting the list. Use nav a to format the links Using display property with inline as the value will stack the list horizontal. The value of block will stack it up (this is default)

The nav Element nav{ background-color: lightgreen; display: block; } nav li{ background-color: blue; display: inline; padding-right: 2em; } nav a { color: white; font-weight: bold; }

Lab 1. Modify your file. Add a green background color and white text color for h1, h2, and h4 tags using the Group Selector 2. Modify the h3 tag to have a text color of purple 3. Create a Descendant Selector for h3 and em to have a color of orange. 4. Create a Navigation section in the HTML around the top links (Already Done in starter file) 5. Use CSS to style the Navigation. Nav background should be lightgreen, lists background as Blue, link color as white. 6. The list in the nav should display inline.

Inheritance In CSS child elements inherit styles from parent elements For example if you have the following HTML: … If the nav tag has a CSS style of red for color, both ul and li will inherit that color.

Inheritance nav {color: red; } /*  CSS */ Notice the coloring of the list items are in red even though the CSS does not specify then li with color red. The red color is inherited from the style of it's parent (in the case the style of the nav element).

Class In CSS a class is defined with a period in front.class { property: value; } In HTML use the class attribute

Class Independent – Can be applied to any tag Dependent – Specific tag specified. Can only be used with the element. Element.dependentclass{ property: value; }

Class Defining a class Can only contain Alpha or numeric characters Must be one word (no spaces) Should describe the purpose of the class Class name should NOT start with a number

Class.center{ text-align: center; } li.attention { background-color: red font-weight: bold; color: white; }

Span Element HTML element used to mark inline content.title{ color: firebrick; font-size: 2.5em; } Inheritance and Classes

Pseudo-Class Selectors pseudo-class exists in CSS but not directly defined in HTML For hyperlinks a:link – Style for links that have not been clicked a:visited – Style after the link has been clicked a:hover – Style when mouse is over the link a:active – Style when most button is pressed on the link In CSS MUST be defined in that order! Do not put spaces between the colon

Pseudo-Class Selectors a:link, a:visisted { color: white; font-weight: bold; } a:hover{ color: black; background-color: white; font-size: 1.3em; } a:active{ color:orange; }

Margins Measurement for corresponding edge of the document Margin-top Margin-right Margin-bottom Margin-left

Lab 1. Add a dependent class for color blue and apply to the h3 with Age in it. 2. Add an independent class called center with text- align set to center. Apply this to Title and Hometown 3. Add a pseudo-class for hover to have a black color on a white background 4. Set the pseudo-class for active to color orange. 5. Add a 2em margin on the right of the nav list item

Lab - Extra 1. Create a dependent class for unordered list 2. Create your own bullet or take bullet.png from images on lab/images in class_info 3. Apply your class with list image to the 1,2,3 list. Look something like: