(1) HTML5, CSS, Twitter Bootstrap. (2) HTML5 Will be the new standard New features Drag and Drop and Support for local storage,,,, New input types Removed.

Slides:



Advertisements
Similar presentations
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 Style.
Advertisements

Programming Club IIT Kanpur. Work environment Before you begin coding,always set up your work environment to your needs IDE Notepad++ Sublime Text 2.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
More CSS - Page layout + HTML5 new features Boriana Koleva Room: C54
Philly.NET Hands-On MVC Razor, HTML5, CSS3 Rob Keiser, Bill Wolff.
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.
4.01 Cascading Style Sheets
Working with Cascading Style Sheets. 2 Objectives Introducing Cascading Style Sheets Using Inline Styles Using Embedded Styles Using an External Style.
Chapter 15 HTML 5 Video and Audio Intro to HTML5 1.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
CS 415 N-Tier Application Development By Umair Ashraf July 16,2013 National University of Computer and Emerging Sciences Lecture # 12 HTML/ XHTML/ HTML5.
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.
Review HTML  What is HTML?  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
HTML5. What is HTML5? HTML5 will be the new standard for HTML. HTML5 is the next generation of HTML. HTML5 is still a work in progress. However, the major.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
HTML 5 New Standardization of HTML. I NTRODUCTION HTML5 is The New HTML Standard, New Elements New Attributes Full CSS3 Support Video and Audio 2D/3D.
Director of Computer Center, DaYeh University Ku-Yaw Chang.
Multimedia and Web Technology Prepared by: Asst. Prof. Maryam Eskandari.
@ 翁玉礼 HTML5 Discuss. Compare to html4 Canvas Video and audio Local offline store New form control.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Cascading Style Sheets (CSS) Instructor: Mr. Ahmed Al Astal ITGD4104 Department Requirement for senior student University of Palestine Faculty of IT.
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 Creating Web Pages with HTML, XHTML, and XML 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks.
CHAPTER 2 HTML & HTML5 II อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
Title, meta, link, script.  The title looks like:  The tag defines the title of the document in the browser toolbar.  It also: ◦ Provides a title for.
HTML Advanced: HTML 5. Introduction to HTML 5 These slides are based on source material found at the w3schools.com website.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Css. Definition Cascading style sheet (CSS) Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
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.
CSS Basic (cascading style sheets)
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.
Cascade Style Sheet Introduction. What is CSS?  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  Styles were added.
Css. Definition Cascading style sheet (CSS)  It is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
Introduction to HTML. What is HTML?  Hyper Text Markup Language  Not a programming language but a markup language  Used for presentation and layout.
HTML5&CSS3. Webpage Editors Notepad++ TextWrangler (Mac Users) Dreamweaver Editplus plus.sourceforge.net/uk/site.htm
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
DIV, Span, CSS.
Wednesday 5 December 2012 Part II. Wednesday 5 December Make an Element Draggable What to Drag - ondragstart and setData() Where to Drop - ondragover.
CHAPTER 15 HTML 5 VIDEO AND AUDIO Intro to HTML5 1.
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
Cascading Style Sheets CSS. Source W3Schools
Introduction to CSS. Why CSS? CSS Provides Efficiency in Design and Updates CSS relatively easy to use Can give you more flexibility and control Faster.
TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali.
CNIT 132 – Week 4 Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of.
Cascading Style Sheets
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
INTRODUCTION TO HTML5 New HTML5 User Interface and Attributes.
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.
Let’s look what flash can do: OK, that wasn’t flash! That was HTML5.
TNPW1 Ing. Jiří Štěpánek.  In current version (XHTML 1.0 strict)  No multimedia elements  No semantics elements  Only few input types  Only few document.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
XP Tutorial 7New Perspectives on HTML and XHTML, Comprehensive 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
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.
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.
XHTML. What Is XHTML? XHTML stands for EXtensible HyperText Markup Language XHTML is almost identical to HTML XHTML is stricter than HTML XHTML is HTML.
The HTML5 logo was introduced by W3C in 2010
Working with Cascading Style Sheets
HTML CS 4640 Programming Languages for Web Applications
Cascading Style Sheets
>> CSS Rules Selection
CASCADING STYLE SHEET CSS.
Website Design 3
HTML5 - 2 Forms, Frames, Graphics.
HTML CS 4640 Programming Languages for Web Applications
Presentation transcript:

(1) HTML5, CSS, Twitter Bootstrap

(2) HTML5 Will be the new standard New features Drag and Drop and Support for local storage,,,, New input types Removed tags,

(3) Canvas is a container for drawing graphics All the drawing is done with scripts usually JavaScript var c=document.getElementById(“drawing”); var ctx=c.getContext(“2d”); ctx.fillStyle=“#FF0000”; ctx.fillRect(0,0,150,75);

(4) Inline Scalable Vector Graphics Contains XML to describe the graphics SVG graphics are a part of the document, Canvas’ are not

(5) Drag and Drop Drag and Drop is part of the HTML5 standard Requires JavaScript drag(event) is JavaScript function that set the contents of the dragging object drop(event) is JavaScript function that handles the drop, sets the child element

(6) Video and Audio Embed video into your page with element Most browsers support it, but support different formats (MP4, WebM, Ogg) Embed audio into your page with element Most browsers support it, but again the formats differ (MP3, Wave, Ogg) Use multiple elements Browser will use first it recognizes

(7) Local Storage Secure quick replacement for cookies Data is stored locally in the Browser Key, value pairs only accessible by page that stored the data Used by JavaScript Two types localStorage – no expiration date sessionStorage – deleted when when browser window is closed

(8) Semantic Elements and are not semantic elements Used widely in most web pages New semantic elements Have to style them to get them to layout correctly

(9) Input Types Added several new input types color date datetime month number range search url

(10) Cascading Style Sheets Styles define how to display HTML elements Were added to HTML 4.0 to solve a fundamental problem with HTML HTML wasn’t designed to have format tags HTML describes the structure and content of the document HTML 3.2 added some format tags like Styles separate the display from the structure

(11) CSS Structure CSS files are a collection of CSS Rules CSS Rules have two parts Selector - elementtable - #id#cam -.class.fancy - *selects all One or more Declarations - property:value; CSS Comments /* this is a comment */

(12) CSS Selectors SelectorExampleDescription elementpselects all elements element, elementdiv, pselects all and elements element div pselects all in elements element > elementdiv > pselects all whose parent is a element + elementdiv + pselects all immediately after [attribute][target]selects all elements with target attribute [attribute=value][target=foo]selects all elements with target=“foo” [attribute~=value][title~=bar]selects all elements with title containing the word “bar” [attribute|=value][title|=baz]selects all elements with a title starting with “baz”

(13) Inserting CSS External Style Sheet Internal Style Sheet hr {color:red;} p {margin-left:15px;} Inline Styles

(14) Multiple Style Sheets Multiple styles cascade into one style Ordering* 1. Inline 2. In element 3. In external CSS file * If the to external CSS file is after the internal style then it will override the internal style

(15) Twitter Bootstrap Sleek, intuitive, and powerful mobile first front- end framework for faster and easier web development