Administration, Coverage, Review. Exam Administration Midterm exam is in class from 5:15 – 6:30PM on Thursday Feb 20 th. The exam is open book and open.

Slides:



Advertisements
Similar presentations
Table, List, Blocks, Inline Style
Advertisements

Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
HTML: HyperText Markup Language Hello World Welcome to the world!
Cascading Style Sheets
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
1 Pengantar Teknologi Internet W03: CSS Cascading Style Sheets.
Recognizing the Benefits of Using CSS 1. The Evolution of CSS CSS was developed to standardize display information CSS was slow to be supported by browsers.
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
กระบวนวิชา 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.
Stylin’ with CSS. 2 Topics What is CSS? Why CSS? CSS Examples.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic CSS: Cascading Style Sheets.
Jackson, Web Technologies: A Computer Science Perspective, © 2007 Prentice-Hall, Inc. All rights reserved Chapter 3 Style Sheets: CSS WEB.
CSS Basics LIS Webteam April 8, Why CSS? What’s wrong with HTML? Structure vs Style Early web design used hacks to style webpages with HTML – like.
XP 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
Client, Server, HTTP, IP Address, Domain Name. Client-Server Model Client Bob Yahoo Server yahoo.com/finance.html A text file named finance.html.
Chapter 14 Introduction to HTML
Pre-Module CSS BTM 395: Internet Programming. Cascading Style Sheets (CSS) Separation of structure from presentation CSS guide and tutorial –
Principles of Web Design 6 th Edition Chapter 4 – Cascading Style Sheets.
Cascading Style Sheets (CSS) Instructor: Mr. Ahmed Al Astal ITGD4104 Department Requirement for senior student University of Palestine Faculty of IT.
Chapter 11 Cascading Style Sheets: Part I The Web Warrior Guide to Web Design Technologies.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Using Styles and Style Sheets for Design
Understanding CSS Essentials: Content Flow, Positioning, and Styling
Tutorial 4 Creating Special Effects with CSS
Cascading Style Sheets. Defines the presentation of one or more web pages Similar to a template Can control the appearance of an entire web site giving.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
I NTRO TO CSS IAT100 Spring I NTRO TO CSS Covered in this lesson: Overview What is CSS? Why to use CSS? CSS for Skinning your Website Structure.
To Proudly supported by ferrycake.com. We will be printing Cash for your Community tokens every week in the Carmarthen Journal and Llanelli Star. The.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Lab 3: Language Structures User Interface Lab: GUI Lab Sep. 9 th, 2014.
CSE 190: Internet E-Commerce Lecture 5. Exam Material Lectures 1-4 (Presentation Tier) –3-tier architecture –HTML –Style sheets –Javascript –DOM –HTTP.
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.
Form Tag How to use Form Tag Something NEW ? PARAMETER Attribute NAME Specifies the name for a form To specify which form to submit with JavaScript, this.
Cascading Style Sheets Part 1. CSS vs HTML HTML: Originally intended to markup structure of a document (,...,,,,,...) CSS Developing technology, CSS1,
Cascading Style Sheets Dreamweaver. Styles Determine how the HTML code will display Determine how the HTML code will display Gives designers much more.
XP Tutorial 7New Perspectives on HTML and XHTML, Comprehensive 1 Working with Cascading Style Sheets Tutorial 7.
Lecture 2 - HTML and CSS Review SFDV3011 – Advanced Web Development 1.
Intro To Web Design with Adobe Dreamweaver CSS Cascading Style Sheets (CSS) is the W3C standard for defining the presentation of documents written in HTML,
Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.
Cascading Style Sheets
Cascading Style Sheets CSS. Source W3Schools
CSS  Basic rules of CSS  Pseudo-class of the A tag  Apply CSS to alter an unordered list Cascading Style Sheets (CSS)
XP Review 2 New Perspectives on JavaScript, Comprehensive1 Introducing Cascading Style Sheets Formatting Web Pages with CSS.
IS-907 Java EE World Wide Web - Overview. World Wide Web - History Tim Berners-Lee, CERN, 1990 Enable researchers to share information: Remote Access.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, you will learn:  float & clear  display & visibility.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
MTA EXAM HTML5 Application Development Fundamentals.
Relative, absolute, and Floating Positioning, Cascading Style Sheet, and Inheritance.
CSS: Cascading Style Sheets Part II. Style Syntax.
1 Lecture 7 Style Sheets: CSS. 2 Motivation HTML markup can be used to represent –Semantics: h1 means that an element is a top-level heading –Presentation:
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
HTML 5 AND CSS Dr Mohd Soperi Mohd Zahid Semester /16.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
CASCADING STYLE SHEET 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.
WEB FOUNDATIONS CSS Overview. Outline  What is CSS  What does it do  Where are styles stored  Why use them  What is the cascade effect  CSS Syntax.
4.01 How Web Pages Work.
CSS: Cascading Style Sheets
IS 360 Declaring CSS Styles
Chapter 3 Style Sheets: CSS
Website Design 3
Cascading Style Sheets - Building a stylesheet
The Internet 10/6/11 Cascading Style Sheets
Administration, Coverage, Review
HTML / CSS Mai Moustafa Senior Web Designer eSpace eSpace.
Cascading Style Sheets - Building a stylesheet
The Internet 10/20/11 CSS Layout
Presentation transcript:

Administration, Coverage, Review

Exam Administration Midterm exam is in class from 5:15 – 6:30PM on Thursday Feb 20 th. The exam is open book and open notes. No electronic device is allowed during the exam, such as cellphones, laptops, etc. You can use both pencil and pen for the exam. Absolutely no collaboration with other classmates.

Coverage The topics we covered from Lecture 1 to Lecture 6. Study lecture materials, assignments, and online references. Topics include, not limited to, Client-Server architecture, HTTP, IP address, HTML5, Cascading Style Sheet (CSS). Types of Questions True or false Multiple choices (Best answer) Short answers Code-related questions.

Review Client-Server architecture A client initiates a request message to the server; the server generates a response message (HTTP document) Client Bob Yahoo Server Internet

HTTP Hypertext Transport Protocol A communication protocol which specifies how web clients and servers should communicate. HTTP request message Start Line, Header fields, Blank line, Message body. HTTP request method GET POST

HTTP HTTP Response Message Status Line Header fields Blank line Message body

HTML5 HTML5 is the new standard for HTML. It can display everything including text, images, video, and animations HTML5 is cross-platform. It will display content on smart- phones, tablets, computers or a Smart TV. HTML5 elements and attributes,,,,,,, etc. id, style, width, height, background-color, etc

CSS Block element vs Inline Element vs Why do we need separate semantics from presentation of a web page? CSS core syntax Selector Property Value Separator(;)

CSS Block element vs Inline Element vs Why do we need separate semantics from presentation of a web page? CSS core syntax Selector Property Value Separator(;)

CSS ID and CLASS selectors can be prefixed by an element type name. For example, span.special{background-color: red}. Descendant Selectors ul span{color: red} Class selector can be included in the ancestor list.special span{color: yellow}

CSS Positioning By default, a HTML document has a normal flow. Alternatives Relative position Float position Absolute position What is Inline CSS, Internal CSS, and External CSS?

Cascading of Style Sheet Rules Please review lecture 5 carefully which covers Cascading rules. When to use Cascading rules? Rule cascading: a multistage sorting process that selects a single declaration that will supply the property value For example, li.special{color: red}, *.special{color: green}.header1{font-size:50pt}, #header{font-size:30pt} FSU

Inheritance When to use inheritance? An element inherits a value for one of its properties by checking to see if its parent element has a value for that property. If so, inheriting the parent’s value.

Good Luck!