HTML5 Sections Old structuring elements –body, div, address, blockquote –headings: h1, h2, h3, … –ul, ol, table New structuring elements –header, footer,

Slides:



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

Cascading Style Sheets
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Very quick intro HTML and CSS. Sample html A Web Title.
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
CIS 1310 – HTML & CSS 6 Layout. CIS 1310 – HTML & CSS Learning Outcomes  Describe & Apply the CSS Box Model  Configure Float with CSS  Designate Positioning.
Cascading Style Sheet CSS CS1520 Ali Alanjawi. 2 TA Information Ali Alanjawi Homepage: Office:
Need to define two things: › The destination › Something to click on to get there  Tag is click here  Can be text, special character or image (next.
Unit 20 - Client Side Customisation of Web Pages
Tutorial 4: Creating page layout with css
Session Objectives What is CSS? Define CSS syntax Learn about the authoring options Add comments to a CSS Defining color in CSS.
TUTORIAL 4: CREATING PAGE LAYOUT WITH CSS Session 4.3.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
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.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
IMAGES Controlling size of images in CSS Aligning images in CSS Adding background images.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
>> HTML: Structure Elements. Elements in HTML are either Inline or Block. Block-level Elements – Begins on a new line – Occupy the whole width – Stacks.
Lecture 2 - HTML and CSS Review SFDV3011 – Advanced Web Development 1.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
Project 6: Kayaking HTML5 Site
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
WEB DEVELOPMENT IMMERSIVE BUILDING PAGE LAYOUTS. 2 Box Model Scaling Positioning Boxes Box Aesthetics HTML 5 Semantic Tags CSS Resets TOPICS GENERAL ASSEMBLYWEB.
Internet Technology Dr Jing LU Updated Dr Violet Snell / Dr Kalin Penev 1 Internet Technology (week 6)  Recap: Validating HTML  Page Layout.
Week 2: Building a Simple Website IMC 320 Web Publishing Spring 2011.
Copyright © Osmosys O S M O S Y SO S M O S Y S D e p l o y i n g E x p e r i e n c e & E x p e r t i s e™ CSS Training.
CONTROLLING Page layout
Dreamweaver Project 2 Recap and key questions. Video 2.01 What are the boxes on the right side of the Dreamweaver workspace called?
ACM 262 INTRODUCTION TO WEB DESIGN Week-7 ACM 262 Course Notes.
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
How to make a brochure Go to Microsoft word 2007 and select any online template on brochure.
Cascading Style Sheets - CSS December 20, 2008 NTPCUG Expression Web SIG.
CSS.
MIT 511- Web Design & Usability
Web Systems & Technologies
Web Development & Design Foundations with HTML5 7th Edition
CSS HTML and website development.
Organizing Content with Lists and Tables
Web Development & Design Foundations with HTML5 8th Edition
Creating Page Layouts with CSS
Web Development & Design Foundations with HTML5 8th Edition
Cascading Style Sheets (Layout)
Design considerations
Web Development & Design Foundations with HTML5 7th Edition
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with HTML5
6 Layout.
Styles and the Box Model
Google Fonts Selective Formatting
Laying out a website using CSS and HTML
Fixed Positioning.
Creating a Webpage with External CSS
Lists, nesting, span/div
Web Development & Design Foundations with HTML5 8th Edition
Web Development & Design Foundations with H T M L 5
Web Development & Design Foundations with HTML5
Nov. 1, 2018 Drop-down menu.
How to use the CSS box model for spacing, borders, and backgrounds
Exercise 9 Skills You create and use styles to create formatting rules that can easily by applied to other pages in the Web site. You can create internal.
HTML / CSS Mai Moustafa Senior Web Designer eSpace eSpace.
Web Development & Design Foundations with HTML5
Lecture 4 Cascading Style Sheep.
Multipage Sites.
Unit 13: Website Development
Presentation transcript:

HTML5 Sections Old structuring elements –body, div, address, blockquote –headings: h1, h2, h3, … –ul, ol, table New structuring elements –header, footer, main, nav –section, article, aside, figure Labeling of elements –id vs. class WAI-ARIA –Roles: application, banner, complimentary content-info, form, main, navigation, search –States & properties: aria-checked, aria-haspopup, aria- describedby

Sectioning Your Website

Setting Up Dreamweaver Create a new Workspace Create an HTML5 document Add sections Insert DIVs Rename DIV ids

Dreamweaver CSS Styles Type: font, size, style, weight, color Background: color, image, repeating Block: text spacings Box: margins, dimensions Positioning Border List