Using CSS.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
Cascading Style Sheets
Cascading Style Sheets
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
Start menu -> all program -> Microsoft Visual SourceSafe-> Microsoft Visual Studio 2010 Click.
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.
Advanced Web Design Using Dreamweaver Robby Seitz 121 Powers Hall
End User Computing An Introduction to CSS Sujana Jyothi Research Lab1, Callan Building, Department of Computer Science
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
Unit 20 - Client Side Customisation of Web Pages
 To create page, Komodo Editor  To share web page, UNC SERVER, ISIS (  To transfer page to ISIS,
 CSS ids  Pages  Sites  HTML: class=“name”  Names may define format OR content › Either works  CAN apply multiple classes to the same tag  Multiple.
$1 Million $500,000 $250,000 $125,000 $64,000 $32,000 $16,000 $8,000 $4,000 $2,000 $1,000 $500 $300 $200 $100 Welcome.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
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.
Tutorial 6 Creating Tables and CSS Layouts. Objectives Session 6.1 – Create a data table to display and organize data – Modify table properties and layout.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
MIS 201 Web Design. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.
Eat Your Words! Creating webpage Layout. CONTENT The Layout of a Webpage HEADER FOOTER Each of these sections represents a ‘div’ (or divider). By linking.
 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.
Gdes2000 Graphic Design for Internet & MM Dreamweaver: Simple page construction with DIVs.
CIS234A- Lecture 7 Instructor Greg D’Andrea. Tables A table can be displayed on a Web page either in a text or graphical format. A text table: – contains.
MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.
Web Design I Spring 2009 Kevin Cole Gallaudet University
Project 6: Kayaking HTML5 Site
Creating a Web Site Review of Concepts. Templates Templates are special HTML files that are used to quickly create pages on a web site. They contain the.
Web Design Part I. Click Menu Site to create a new site root.
Internet Technology Dr Jing LU Updated Dr Violet Snell / Dr Kalin Penev 1 Internet Technology (week 6)  Recap: Validating HTML  Page Layout.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
 Look especially at › File Tips and Shortcuts › Student video.
Introduction to CSS Layout
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Introduction To Computing Lab #8 Instructor: Kavya Venkatesh IT 104, Section: 203.
Coding with HTML {. THE BASICS { What is HTML and how can you use it to make websites?
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.
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.
 Create a free account  Verify your address.
Cascading Style Sheets Using HTML. What are they? A set of style rules that tell the web browser how to present a web page or document. In earlier versions.
Creating Web Documents CSS examples (do more later) Lab/Homework: Read chapters 15 & 16. Work on Project 3, do postings.
CSS HTML and website development.
The Box Model in CSS Web Design – Sec 4-8
Formatting Text with CSS
The Box Model in CSS Web Design – Sec 4-8
CSS Layouts: Grouping Elements
Web Development & Design Foundations with HTML5 8th Edition
Bare bones notes.
Madam Hazwani binti Rahmat
Art 128 Interface Programming 1 In-class Presentation Week 2B
HTML and Website Development
The Box Model in CSS Web Design – Sec 4-8
>> CSS Layouts.
Chapter 7 Page Layout Basics Key Concepts
CSS.
Filezilla problems continuing
COMP 101 Review.
CSS.
Information in Computers
MIS 201 Web Design.
Files and Folders.
Creating a Webpage with External CSS
Putting it all together
Web Design and Development
Box Model.
CSS.
Building a website: Putting it all together
Multipage Sites.
Presentation transcript:

Using CSS

From Fiddle to Web Page

Revisit Lab 1 1. Open COMP101 folder 2. Create lab1 folder 3. Open Komodo Edit 4. Create index.html from template 5. Adjust template 6. Open fiddle 7. Copy fiddle to body 8. Format 9. Validate with file upload 10. Upload to ISIS with Filezilla 11. Open with browser 12. Validate with URI

Adding CSS to the fiddle Fork your lab1 fiddle Change the whole body characteristics Colors Font Families Centering

Centering Elements such as body, div, main, header, footer can be given widths Specific size (px): never change Percentage of window (%): change By default, they will be on the left edge But you can change margins To center, tell it to AUTOmatically compute the margin

Adding CSS to the fiddle Fork your lab1 fiddle Change the whole body characteristics Colors Font Families Centering Change the format of the list Pseudo-element

PSEUDO-ELEMENTS Relate to a piece rather than all of the element selector::pseudo-element Style the first letter, or line, of an element first-line first-letter Insert content before, or after, the content of an element before after

Post Lab 2 1. Open COMP101 folder 2. Create lab2 folder 3. Open Komodo Edit 4. Create index.html from template 5. Adjust template 6. Create CSS template 7. Create lab2.css from template 8. Open fiddle 9. Copy fiddle HTML to body of index.html 10. Format 11. Copy fiddle CSS to lab2.css 12. Validate HTML and CSS with file upload 13. Upload to ISIS with Filezilla 14. Open with browser 15. Validate HTML and CSS with URI

HOME PAGE

Creating Your Home Page Download coursepage.html Save as index.html in COMP101 Upload to ISIS If lab1 and lab2 were set up correctly, you’ll be able to reach them! And assign1…