HTML/XML. HTML Continued Introduction to CSS

Similar documents
Reading 2.2 Cascading Style Sheets

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em>

Appendix D CSS Properties and Values

CSS: The Basics CISC 282 September 20, 2014

COSC 2206 Internet Tools. CSS Cascading Style Sheets

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations).

**Method 3** By attaching a style sheet to your web page, and then placing all your styles in that new style sheet.

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2)

Assignments (4) Assessment as per Schedule (2)

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

INFORMATICA GENERALE 2014/2015 LINGUAGGI DI MARKUP CSS

CSS. Lecture 16 COMPSCI 111/111G SS 2018

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations

Web Design and Development Tutorial 03

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

CSS Lecture 16 COMPSCI 111/111G SS 2018

CSS Cascading Style Sheets

Adding CSS to your HTML

Introduction to Cascading Style Sheets

Introduction to Web Tech and Programming

- The CSS1 specification was developed in CSSs provide the means to control and change presentation of HTML documents

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015

Tutorial 3: Working with Cascading Style Sheets

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets

CSS Tutorial Part 1: Introduction: A. Adding Style to a Web Page (3 options):

The Benefits of CSS. Less work: Change look of the whole site with one edit

Creating A Website - Part 1: Web Design principles, HTML & CSS. CSS Color Values. Hexadecimal Colors. RGB Color

CSS مفاهیم ساختار و اصول استفاده و به کارگیری

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

- HTML is primarily concerned with content, rather than style. - However, tags have presentation properties, for which browsers have default values

CSS Styles Quick Reference Guide

Controlling Appearance the Old Way

CASCADING STYLESHEETS

Cascading Style Sheets (CSS)

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

DAY 4. Coding External Style Sheets

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013

ACSC 231 Internet Technologies

1 of 7 11/12/2009 9:29 AM

CSS Selectors. element selectors. .class selectors. #id selectors

Cascade Stylesheets (CSS)

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5

ICT IGCSE Practical Revision Presentation Web Authoring

Cascading Style Sheet Quick Reference

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster.

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

CSS means Cascading Style Sheets. It is used to style HTML documents.

Admin. Midterm 1 on. Oct. 13 th (2 weeks from today) Coursework:

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

Comp-206 : Introduction to Software Systems Lecture 23. Alexandre Denault Computer Science McGill University Fall 2006

Introduction to CSS. Fijihosting.com Introduction to CSS page 1. What are style sheets? Lovely! How do I use them?

Chapter 4 CSS basics

To link to an external stylesheet, the link element is placed within the head of the html page:

Three Ways to Use CSS:

HTML TUTORIAL ONE. Understanding What XHTML is Not

CSS: Formatting Text. CSS for text processing: font-family. Robert A. Fulkerson

By Ryan Stevenson. Guidebook #3 CSS

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

ADDING CSS TO YOUR HTML DOCUMENT. A FEW CSS VALUES (colour, size and the box model)

CMPT 165: More CSS Basics

Using CSS in Web Site Design

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

LBS Polytechnic. Hey! Make With The Style Sheet Already, Bub!

CSS.

Web Site Design and Development Lecture 6

2005 WebGUI Users Conference

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations

Introduction to WEB PROGRAMMING


BIM222 Internet Programming

IMY 110 Theme 6 Cascading Style Sheets

EECS1012. Net-centric Introduction to Computing. Lecture 3: CSS for Styling

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson

Web Design and Development ACS-1809

Module 2 (VII): CSS [Part 4]

Creating and Building Websites

escuela técnica superior de ingeniería informática

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5

8a. Cascading Style Sheet

CSS: formatting webpages

Using Dreamweaver CS6

Lecture 10. CSS Properties. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

CSS worksheet. JMC 105 Drake University

CSS. Text & Font Properties. Copyright DevelopIntelligence LLC

Lab Introduction to Cascading Style Sheets

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

COMP519 Web Programming Autumn Cascading Style Sheets

ID1354 Internet Applications

CSS: Cascading Style Sheets

CSCB20 Week 7. Introduction to Database and Web Application Programming. Anna Bretscher Winter 2017

Cascading Style Sheets. Overview and Basic use of CSS

Transcription:

HTML/XML HTML Continued Introduction to CSS

Entities Special Characters Symbols such as +, -, %, and & are used frequently. Not all Web browsers display these symbols correctly. HTML uses a little computer shorthand to tell the browser how to interpret these symbols. www.w3.org/tr/rec-html40/sgml/entities.html#h-24.2.1 - Contains a complete list of the characters supported by HTML. 2

Entities Char Code Description & & ampersand < < less than > > greater than copyright registered trademark 2 ² superscript2 3 ³ superscript3 / acute accent/fada \ ` grave accent # # hash sign % % percent sign 3

Entities Special Characters Probably the most important of these special characters is the non-breaking space: Used to insert a space inside a HTML document. Also used to create an empty cell in a table. 4

Even More Tags Meta Tags Contained within the <head> tag. Can use as many <meta> tags as you want in your page Doesn t appear in the document. Used to Specify the charset identify the page s author, identify keywords used for searching, a brief description to appear in search results give commands to the browser 5

Even More Tags Meta Tags Improve Searching Search Engines add the content of your Web pages to their indexes When a potential visitor enters a search phrase, the search engine checks its index to find that phrase and returns any pages that include it. 6

Even More Tags Meta Tags Improve Searching You can use the <meta> tag to include product names, geographic locations, industry terms, and synonyms. There are three <meta> tags that work to help improve your chances of being found by a search engine Keywords Description Author 7

Even More Tags Meta Tags Improve Searching Keywords words that you feel people might use to search for your web page, or synonyms for words in your document. Description usually a paragraph of information about your page. Some search engines use this description to describe your page; other search engines use the first few lines of text in your document. Author This is your opportunity to shine. Just in case someone is searching for your name, they will find it if you enter that information into the <meta> tag 8

Even More Tags Meta Tags Improve Searching Meta information for search engines comes in pairs: name and contents. <html> <head><title>your HTML Page</title> <meta name= keywords contents= keywords, that people, might, use, to, search, for, your, page /> <meta name= description contents= a brief paragraph describing your document /> <meta name= author contents= your name /> </head> <body>insert your content here</body> </html> 9

Even More Tags Meta Tags Refresh and Redirect Replace one page with another Redirect a link Include a splash page (please don t) You can use meta information to force the page to change within a given time span. Can use the refresh tag to refresh the same page use if there are frequent updates <meta http-equiv= refresh content= time in seconds; URL=URL for new page /> 10

Cascading Style Sheets CS7026

Applying CSS There are three ways of applying CSS to HTML: Inline Internal External 12

Inline Styles Inline styles are put straight into the HTML tags using the style attribute. They look something like this: <p style="color: red">text</p> This will make that specific paragraph red. But remember - the ideal is that the HTML should be a stand-alone, presentation free document, and so inline styles should be avoided wherever possible. 13

Internal Styles Internal styles are used for the whole page. Inside the head tags, the style tag surrounds all of the styles for the page. <html> <head><title>css Example</title> <style type="text/css"> p { color: red; } a { color: blue; } </style>... 14

Internal Styles This will make all of the paragraphs in the page red and all of the links blue. Similarly to the inline styles, you should keep the HTML and the CSS files separate, and so we are left with... 15

External Styles External styles are used for the whole, multiple-page website. There is a separate CSS file, which will simply look something like this: p { color: red; } a { color: blue; } 16

External Styles If this file is saved as mystyle.css' (and it is in the same folder as the html file) then it can be linked to in the HTML like this: <html> <head> <title>css Example</title> <link rel="stylesheet" type="text/css" href="mystyle.css" />... 17

Syntax Whereas HTML has tags, CSS has 'selectors'. Selectors are the names given to styles in internal and external style sheets. Selectors are simply the names of HTML tags and are used to change the style of a specific tag. For each selector there are 'properties' inside curly brackets, which simply take the form of words such as color, font-weight or background-color. A value is given to the property following a colon (NOT an 'equal' sign). 18

Syntax Each property:value pair is known as a declaration. Semi-colons separate the declarations. Do not leave spaces between the property value and the units! "marginleft:20 px" (instead of "margin-left:20px") will work in IE, but not in Firefox or Opera. 19

Syntax body { font-size: 0.8em; color: navy; } This will apply the given values to the font-size and color properties to the body selector. So basically, when this is applied to an HTML document, text between the body tags (which is the content of the whole window) will be 0.8 ems in size and navy in colour. 20

Lengths and Percentages There are many property-specific units for values used in CSS, but there are some general units that are used in a number of properties and it is worth familiarising yourself with these before continuing. 'em' (such as font-size: 2em) is an element approximately equal to the height of a character. 'px' (such as font-size: 12px) is the unit for pixels. 'pt' (such as font-size: 12pt) is the unit for points. '%' (such as font-size: 80%) is the unit for percentages. See https://css-tricks.com/css-font-size/ for more details. 21

Lengths and Percentages Other units include 'pc' (picas 1/6 of an inch), 'cm' (centimetres), 'mm' (millimetres) and 'in' (inches). When a value is zero, you do not need to state a unit. For example, if you wanted to specify no border, it would be border: 0. 22

Lengths and Percentages Note: A web page is not a static, absolute medium. It is meant to be flexible and the user should be allowed to view the web page how they like, which includes the font size AND the size of the screen. Because of this, it is generally accepted that 'em' or '%' are the best units to use for font-sizes, rather than 'px', which leads to non-resizable text in most browsers, and should be used sparingly, for border sizes for example. 23

Colours or Colors CSS brings 16,777,216 colours to your disposal. They can take the form of a name, an 'rgb' (red/green/blue) value or a 'hex' code. CSS3 supports HSL values. red is the same as rgb(255,0,0) which is the same as rgb(100%,0%,0%) which is the same as #ff0000 which is the same as #f00 and hsl(0,100%,50%) 24

Colours All modern browsers support 140 color names: http://www.w3schools.com/colors/colors_names.asp The 3 values in the rbg value are from 0 to 255, 0 being the lowest level (e.g. no red), 255 being the highest level (e.g. full red). The values can also be a percentage. Hexadecimal is a base-16 number system. We are generally used to the decimal number system (base- 10, from 0 to 9), but hexadecimal has 16 digits, from 0-9 and a-f. 25

Colours The hex number is defined by a hash character (#) and can be three or six digits in length. Basically, the three-digit version is a compressed version of the six-digit (#f00 becomes #ff0000, #c96 becomes #cc9966 etc.). The three-digit version is easier to decipher (the first digit, like the first value in rgb, is red, the second green and the third blue) but the six-digit version gives you more control over the exact colour. 26

'color' and 'background-color' Colours can be applied by using color and backgroundcolor (note that this must be the American-English 'color' and not 'colour'). A blue background and yellow text could look like this: h1 { color: yellow; background-color: blue; } These colours might be a little too harsh, so you could change the code of your CSS file for slightly different shades: 27

'color' and 'background-color' body { font-size: 0.8em; color: navy; } h1 { color: #ffc; background-color: #009; } You can apply the color and background-color properties to most HTML elements, including body, which will change the colours of the page and everything in it. 28

Text You can alter the size and shape of the text on a web page with a range of properties, outlined below: font-family font-size font-weight font-style text-decoration text-transform Text Spacing 29

font-family This is the font itself, such as 'Times New Roman', 'Arial' or 'Verdana'. The font you specify this way must be on the user's computer, so there is little point in using obscure fonts. There are a select few 'safe' fonts (the most commonly used are arial, verdana and times new roman) But you can specify more than one font, separated by commas. The purpose of this is that if the user does not have the first font you specified, the browser will go through the list until it finds one it does have. This is useful because different computers sometimes have different fonts installed. 30

font-family So font-family: arial, helvetica, for example, is used so that similar fonts are used on PC (which usually has arial, but not helvetica) and Mac (which may not have arial, and so helvetica, which it does normally have, will be used). Note: if the name of a font is more than one word, it should be put in quotation marks, such as fontfamily: "Times New Roman". 31

font-size The size of the font. Be careful with this - text such as headings should not just be a paragraph in a large font; you should still use headings (h1, h2 etc.) even though, in practice, you could make the font-size of a paragraph larger than that of a heading (not recommended for sensible people). 32

font-weight This states whether the text is bold or not. The most common values are font-weight: bold or font-weight: normal. In theory it can also be bolder, lighter, 100, 200, 300, 400, 500, 600, 700, 800 or 900, but some browsers aren t so sure about this malarkey so it's safer to stick with bold and normal. 33

font-style This states whether the text is italic or not. It can be font-style: italic or font-style: normal. 34

text-decoration This states whether the text is underlined or not. This can be: text-decoration: overline, which places a line above the text. text-decoration: line-through, strike-through, which puts a line through the text. text-decoration: underline SHOULD ONLY BE USED FOR LINKS because users generally expect underlined text to be links. This property is usually used to decorate links, such as specifying no underline with text-decoration: none. 35

text-transform This will change the case of the text. text-transform: capitalize turns the first letter of every word into uppercase. text-transform: uppercase turns everything into uppercase. text-transform: lowercase turns everything into lowercase. text-transform: none I'll leave for you to work out. 36

Text body { font-family: arial, helvetica, serif; font-size: 0.8em; } h1 { font-size: 2em; } h2 { font-size: 1.5em; } a { text-decoration: none; } strong { font-style: italic; text-transform: uppercase; } 37

Text Spacing The letter-spacing and word-spacing properties are for spacing between letters or words. The value can be a length or normal. The line-height property sets the height of the lines in an element, such as a paragraph, without adjusting the size of the font. It can be a length, a percentage or normal. 38

Text Spacing The text-align property will align the text inside an element to left, right, center or justify. The text-indent property will indent the first line of a paragraph to a given length or percentage. This is a format usually used in print, and rarely in digital media such as the web. 39

Text Spacing p { } letter-spacing: 0.5em; word-spacing: 2em; line-height: 1.5em; text-align: center; 40

Margins and Padding margin and padding are the two most commonly used properties for spacing-out elements. A margin is the space outside of the element, whereas padding is the space inside the element. h2 { font-size: 1.5em; background-color: #ccc; margin: 1em; padding: 3em; } 41

Margins and Padding You will see that this leaves one-character width space around the secondary header and the header itself is fat from the three-character width padding. The four sides of an element can also be set individually. margin-top, margin-right, margin-bottom, margin-left, padding-top, padding-right, padding-bottom and padding-left are the selfexplanatory properties you can use. 42

The Box Model Margins, padding and borders (later) are all part of what's known as the Box Model. in the middle you have the element box (let's say an image), surrounding that you have the padding box, surrounding that you have the border box and surrounding that you have the margin box. It can be visually represented like this: The box model can be applied to every element on the page. 43

Borders Borders can be applied to most HTML elements within the body. To make a border around an element, all you need is border-style. The values can be solid, dotted, dashed, double, groove, ridge, inset and outset. border-width sets the width of the border, which is usually in pixels. There are also properties for bordertop-width, border-right-width, borderbottom-width and border-left-width. Finally, border-color sets the colour. 44

Borders h2 { border-style: dashed; border-width: 3px; border-left-width: 10px; border-right-width: 10px; border-color: red; } This will make a red dashed border around all HTML secondary headers (the h2 element) that is 3 pixels wide on the top and bottom and 10 pixels wide on the left and right (these having over-ridden the 3 pixel wide width of the entire border). 45

Putting It All Together You should download the HTML file cssintro.htm and add the line linking the HTML file to the CSS file. <link rel="stylesheet" type="text/css href= mystyle.css" />... The code that follows covers all of the CSS methods in this lecture. If you copy and paste this into notepad and save it as your CSS file and look at the HTML file then you should now understand what each CSS property does and how to apply them. The best way to fully understand all of this is to mess around with the HTML and the CSS files and see what happens when you change things. 46

CSS Code body { font-family: arial, helvetica, sans-serif; font-size: 80%; color: black; background-color: #ffc; margin: 1em; padding: 0; } /* By the way, this is a comment */ p { line-height: 1.5em; } 47

CSS Code (cont.) h1 { color: #ffc; background-color: #900; font-size: 2em; margin: 0; margin-bottom: 0.5em; padding: 0.25em; font-style: italic; text-align: center; letter-spacing: 0.5em; border-bottom-style: solid; border-bottom-width: 0.5em; border-bottom-color: #c00; } 48

CSS Code (cont.) h2 { color: white; background-color: #090; font-size: 1.5em; margin: 0; padding: 0.1em; padding-left: 1em; } h3 { color: #999; font-size: 1.25em; } 49

CSS Code (cont.) img { border-style: dashed; border-width: 2px; border-color: #ccc; } a { text-decoration: none; } strong { font-style: italic; text-transform: uppercase; } 50

CSS Code (cont.) li { color: #900; font-style: italic; } table { background-color: #ccc; } 51