11 HTML5 sharing St Bonaventure College & High School 31 May 2012.

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

Cascading Style Sheets
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
Chapter 8 Creating Style Sheets.
CSS normally control the html elements. Three Ways to Insert CSS There are three ways of inserting a style sheet: External style sheet Internal style.
Beginning Web Site Creation: Dreamweaver CS4. XHTMLCSS  Describes the structure  Content  Collection of styles  Formatting body { background-color:
 CSS ids  Pages  Sites  HTML: class=“name”  Names may define format OR content › Either works  CAN apply multiple classes to the same tag  Multiple.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
Let me control over my pages: Tables, Frames, and CSS.
4.01 Cascading Style Sheets
Chapter 14 Introduction to HTML
Using Cascading Style Sheets (CSS) Dept. of Computer Science and Computer Information CSCI N-100.
Unit 2, Lesson 5 Website Development Tools AOIT Web Design Copyright © 2008–2012 National Academy Foundation. All rights reserved.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Basics of HTML.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
IT Introduction to Website Development Welcome!
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Cascading Style Sheets Dreamweaver. Styles Determine how the HTML code will display Determine how the HTML code will display Gives designers much more.
The Characteristics of CSS
Using Styles and Style Sheets for Design
Basic HTML e-Learning Tutorial Storyboard Linda Sauerbrun AET/545 February 15, 2015 Dr. Poe.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
Website Development with Dreamweaver
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
CSS My favourite ICT lesson By Federico Boschi Cascading Style Sheets.
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
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)
Cascading Style Sheets: Got Branding?. What is CSS? CSS = Cascading Style Sheets Styles define how HTML (web) elements are displayed. One (or more) style.
HTML Authoring. Design  A good website starts its life in the design stage Layout, Color, Sound, Content, Functionality and Maintainability aspects are.
Cascade Style Sheet Introduction. What is CSS?  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  Styles were added.
Introduction to Cascading Style-sheets (CSS) Basharat Mahm ood, Department of Computer Science, CIIT,Islamabad, Pakistan 1.
Cascading Style Sheets Dreamweaver. Styles Determine how the HTML code will display Determine how the HTML code will display Gives designers much more.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
DIV, Span, CSS.
Cascading Style Sheets
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
Lesson 15: Cascading Style Sheets. Objectives Identify ways to apply Web page formatting with Cascading Style Sheets (CSS1 and CSS2) using various methods.
Macromedia Dreamweaver 8 Revealed WEB PAGE DEVELOPING A.
Jozef Goetz, STEM Summer Camp Dr. Jozef Goetz.
OV Copyright © 2008 Element K Content LLC. All rights reserved.  Format Text  Format Lists  Format Images  Modify Page Background Applying Styles.
Web Design (12) CSS Introduction. Cascading Style Sheets - Defined CSS is the W3C standard for defining the presentation of documents written in HTML.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
Cascading Style Sheets Primary readings Presentations Explain & review projects with class mates.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
External Style Sheets Exploring Computer Science – Lesson 3-6.
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.
LT: I can use CSS to decorate a web page. Do Now: Get your storyboard, and log in to winhome. Write our a list of colors you want in your website. (Minimum.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
WEB DESIGN Presentated By Amit Kapri Contact No
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.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Web Basics: HTML/CSS/JavaScript What are they?
Chapter 2 Developing a Web Page.
>> Introduction to CSS
Chapter A - Getting Started with Dreamweaver MX 2004
INTRODUCTION TO HTML AND CSS
Unit 2, Lesson 5 Website Development Tools
Unit 2, Lesson 5 Website Development Tools
Google Fonts Selective Formatting
Creating a Successful Web Presence
Web Page Development Tools
What are Cascading Stylesheets (CSS)?
INTRODUCTION TO HTML AND CSS
Web Page Development Tools
HTML / CSS Mai Moustafa Senior Web Designer eSpace eSpace.
Presentation transcript:

11 HTML5 sharing St Bonaventure College & High School 31 May 2012

2 Outline Students’ prior knowledge Lesson design approach HTML5 topics Difficulties

3 Prior knowledge Form 2 students have learnt HTML4 (Four lessons)  Know the basic HTML structure  Know the usage of basic tags  Know the tags should “start first, end last”  Able to build a website with Notepad

4 Lesson design approach For HTML5, what should we teach?

5 A web site consists of… Five multimedia elements:  Text / Graphic / Video / Audio / Animation Links / Layout / Navigation bar / Form

6 L01 Introduction to HTML5 A WYSIWYG editor like Dreamweaver? Basic function is limited. Need $ for advanced functions Not user friendly

7 HTML5 Text / Video / Layout / Navigation bar / Form Editor: Notepad

8 L02 Text formatting The tag is not supported in HTML5. Use CSS to define fonts.

9 L03 Using CSS generators CSS Typeset CSS 3.0 Maker

10 L04 Scoring web site (Phase 1) Header Navigation bar Footer Content (video & form)

11 L05 Video generator Options Generated code Video preview

12 L06 Form features-in-html5/ features-in-html5/

13 Difficulties (1) – using CSS External Style Sheet Inline Styles This is a paragraph. Internal Style Sheet

14 Difficulties (1) – using CSS Internal Style Sheet hr {color:sienna;} p {margin-left:20px;} body {background-image:url("images/back40.gif");}

15 Difficulties (2) – id v.s. class Title of the document.classname { color: #DB2E2E; font-size: 20px; font-style: italic; } Good morning

16 Difficulties (2) – id v.s. class Title of the document #idname { color: #DB2E2E; font-size: 20px; font-style: italic; } Good morning

17 Difficulties (3) – Concept of pixel What is a pixel? 100px is about 3cm on the screen

18 Thank you!