SlideShare a Scribd company logo
HTML5 CSS3 Basics
HTML5
• Less Header Code
• More Semantic HTML tags Media Tags
• Input Types
• Form Validation
• Geolocation
• Draggable
• Local Storage Cross-Domain Messaging Web
Sockets
• Canvas
Less Header Code
HTML 4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
HTML 5
<!DOCTYPE HTML>
<html> <head><meta charset=”utf-8”>
<title>Page</title> </head>
Less Header Code
HTML 4
<script src="jquery.js” type="text/javascript"> </script>
<link href="style.css” type="text/css"></link>
HTML 5
<script src="jquery.js"> </script>
<link href="style.css"></link>
Less Header Code
You should avoid following tags and attributes in HTML5
<font>
<center>
<frame>
align
bgcolor
height
width
size
type
Semantic HTML tags
Semantic HTML tags
HTML5 CSS3 Basics
Media Tags
AUDIO
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
</audio>
Media Tags
VIDEO
<video width="320" height="240" controls autoplay>
<source src="movie.ogg" type="video/ogg">
<source src="movie.mp4" type="video/mp4">
<source src="movie.webm" type="video/webm">
</video>
Input Types
Input Types
Input Types
Input Types
Input Types
Input Types
Form Validation
Placeholder
<input name="q" ” type=“text” placeholder="Go to a
Website”>
Form Validation
<form method='post' action=''>
Username:
<input name="username" type="text" required/>
Password:
<input name="password" type="password" required/>
Email:
<input name="email" type="email" required/>
<input type="submit" value=”SAVE"/>
</form>
Form Validation Support
IE
10.0+
FIREFOX
4.0+
SAFARI
5.0+
CHROME
10.0+
OPERA
9.0+
Geolocation
navigator.geolocation.getCurrentPosition( function(position){
position.coords.latitude,
position.coords.longitude }
);
Local Storage
mainfest.appcache
CACHE MANIFEST
index.html
style.css
logo.png
FALLBACK:
/ no-internet.html
NETWORK:
*
HTML5 Code
<!doctype html>
<html manifest="mainfest.appcache">
Reference URL
http://www.9lessons.info/2013/03/html5-application-cache.html
Canvas
<script>
var c=document.getElementById("myCanvas");
var ctx=c.getContext("2d");
ctx.fillStyle="#FF0000";
ctx.fillRect(0,0,150,75);
</script>
<body>
<canvas id="myCanvas" width="200" height="100" ></canvas>
</body>
http://demos.9lessons.info/game.php
http://demos.9lessons.info/egg/
HTML5 Demos
Web Socket
http://demo.kaazing.com/livefeed/
Geo Location
http://demos.9lessons.info/geo2.html
Reference
http://html5demos.com/
http://www.html5rocks.com/en/
HTML5 CSS3 Basics
CSS3
• Responsive Design
• Border Radius
• Text Effects
• Web Fonts
• Transitions
Responsive Design
@media only screen and (min-width: 480px){
#header{ background-color: red }
}
@media only screen and (min-width: 768px){
#header{ background-color: blue }
}
@media only screen and (min-width: 1140px) {
#header{ background-color: green }
}
Responsive Design
Demos
http://www.smashingmagazine.com/
http://demos.9lessons.info/responsive/
Border Radius
Code
#button
{
-moz-border-radius: 15px; // Firefox
-webkit-border-radius: 15px; // Safari Crome
border-radius: 15px; // IE - 9/10
}
Online Tools
http://css3.me/
http://css3generator.com/
Text Effects
Code
#Effect
{
color: #ffffff;
text-shadow: 0 1px 0 #999,
0 2px 0 #999,
0 3px 0 #999,
0 4px 0 #999,
0 5px 0 #999,
0 6px 0 #000;
}
Text Effects
Online Tools
http://css3.me/
http://css3generator.com/
http://css3gen.com/text-shadow/
Web Fonts
@font-face
{
font-family: chandy;
src: url(’fonts/comesinhandy.ttf') format("opentype");
}
.myfont
{
font-family:”chandy”,arial; font-size:80px
}
// HTML Code
<div class="myfont”>Website Title</div>
Web Fonts
Google Fonts
http://www.google.com/fonts/
Transitions
.ant_left
{
top: -22px;
left: 15px;
-webkit-transform:rotate(-30deg);
-moz-transform:rotate(-30deg);
transform:rotate(-30deg);
}
Transitions
Demos
http://jsfiddle.net/MZpgY/3/embedded/result/
http://jsfiddle.net/Z7daH/embedded/result/
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7">
<![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8">
<![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9">
<![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<title>HTML5 Template</title>
<link rel="stylesheet" href="style.css">
<script src="modernizr.min.js"></script>
Questions
Thanks
Srinivas Tamada
http://9lessons.info

More Related Content

What's hot (20)

PPTX
Seo content writing
Sanjay Nannaparaju
 
PDF
How to Use Search Intent to Dominate Google Discover
Felipe Bazon
 
PPTX
Google Search Console - Search Traffic
Akshay Gije
 
PPTX
SEO Proposal eMarket Agency
eMarket Education
 
PPTX
SEO proposal
AmayKoltharkar
 
PPTX
Basic Search Engine Optimization
Organical - The SEO Experts
 
PDF
Ecommerce Web Design Proposal PowerPoint Presentation Slides
SlideTeam
 
PDF
How To Optimize SEO Landing Pages for Search Intent @ BrightonSEO Autumn 2021
Clarissa Filius
 
PPTX
On Page SEO
Digital Marketing Tatva
 
PPTX
How to improve Core Web Vitals on a WordPress website
Indigo Tree Digital
 
PPTX
Small Tasks Make Big Changes - Shmulik Dorinbaum.pptx
Shmulik Dorinbaum
 
PPT
M6 - E Commerce - Final Project
Jamie Hutt
 
PPTX
Search engine Optimization,Advantages Of SEO, Benefits of Seo
Dheeraj Sukumar
 
PDF
Formation Google Analytics
Gerald Claessens
 
PDF
Entity HQ: Harnessing High Impact Profile Pages for SEO
Crystal J Carter
 
PDF
Existing Website UX Audit
Tim Broadwater
 
PDF
Core Web Vitals Optimization for any website, especially WordPress
ClementYo
 
PDF
Website Development Proposal Document PowerPoint Presentation Slides
SlideTeam
 
PPTX
The Quickest Win in SEO – How to do Internal Linking the Right Way
Martin Hayman
 
PPTX
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
patrickstox
 
Seo content writing
Sanjay Nannaparaju
 
How to Use Search Intent to Dominate Google Discover
Felipe Bazon
 
Google Search Console - Search Traffic
Akshay Gije
 
SEO Proposal eMarket Agency
eMarket Education
 
SEO proposal
AmayKoltharkar
 
Basic Search Engine Optimization
Organical - The SEO Experts
 
Ecommerce Web Design Proposal PowerPoint Presentation Slides
SlideTeam
 
How To Optimize SEO Landing Pages for Search Intent @ BrightonSEO Autumn 2021
Clarissa Filius
 
How to improve Core Web Vitals on a WordPress website
Indigo Tree Digital
 
Small Tasks Make Big Changes - Shmulik Dorinbaum.pptx
Shmulik Dorinbaum
 
M6 - E Commerce - Final Project
Jamie Hutt
 
Search engine Optimization,Advantages Of SEO, Benefits of Seo
Dheeraj Sukumar
 
Formation Google Analytics
Gerald Claessens
 
Entity HQ: Harnessing High Impact Profile Pages for SEO
Crystal J Carter
 
Existing Website UX Audit
Tim Broadwater
 
Core Web Vitals Optimization for any website, especially WordPress
ClementYo
 
Website Development Proposal Document PowerPoint Presentation Slides
SlideTeam
 
The Quickest Win in SEO – How to do Internal Linking the Right Way
Martin Hayman
 
A Crash Course in Technical SEO from Patrick Stox - Beer & SEO Meetup May 2019
patrickstox
 

Similar to HTML5 CSS3 Basics (20)

KEY
Html&Browser
Alipay
 
PDF
Base HTML & CSS
Nick Chan
 
PPTX
Html5
Mohammed Qasem
 
PDF
Intro to html revised2
mmvidanes29
 
PPTX
Learning HTML
Desarae Veit
 
PPTX
Html5 shubelal
Shub
 
PPTX
Super quick introduction to html5
Woody Pewitt
 
PPTX
HTML CSS and Web Development
Rahul Mishra
 
PPT
Eye catching HTML BASICS tips: Learn easily
shabab shihan
 
PDF
HTML & CSS 2017
Colin Loretz
 
PPT
Html 5
ch samaram
 
PPTX
HTML Basics by software development company india
iFour Institute - Sustainable Learning
 
KEY
Html5
Satoshi Kikuchi
 
PDF
Frontend for developers
Hernan Mammana
 
PPT
Html5 css3
Altaf Pinjari
 
PPTX
GDSC HTML (Intro to Web Development) @Wagner College.pptx
AhmedEssam402
 
PDF
Seo cheat sheet 2013
GroupM Spain
 
PDF
Moz SEO Cheat Sheet
jnnydeep
 
PDF
Seo cheat sheet 2013
SEOM
 
Html&Browser
Alipay
 
Base HTML & CSS
Nick Chan
 
Intro to html revised2
mmvidanes29
 
Learning HTML
Desarae Veit
 
Html5 shubelal
Shub
 
Super quick introduction to html5
Woody Pewitt
 
HTML CSS and Web Development
Rahul Mishra
 
Eye catching HTML BASICS tips: Learn easily
shabab shihan
 
HTML & CSS 2017
Colin Loretz
 
Html 5
ch samaram
 
HTML Basics by software development company india
iFour Institute - Sustainable Learning
 
Frontend for developers
Hernan Mammana
 
Html5 css3
Altaf Pinjari
 
GDSC HTML (Intro to Web Development) @Wagner College.pptx
AhmedEssam402
 
Seo cheat sheet 2013
GroupM Spain
 
Moz SEO Cheat Sheet
jnnydeep
 
Seo cheat sheet 2013
SEOM
 
Ad

Recently uploaded (20)

PDF
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PDF
People & Earth's Ecosystem -Lesson 2: People & Population
marvinnbustamante1
 
PPTX
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PPTX
Quarter1-English3-W4-Identifying Elements of the Story
FLORRACHELSANTOS
 
PPTX
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
PPTX
Mathematics 5 - Time Measurement: Time Zone
menchreo
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PPSX
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
PPTX
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PPTX
grade 5 lesson ENGLISH 5_Q1_PPT_WEEK3.pptx
SireQuinn
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
People & Earth's Ecosystem -Lesson 2: People & Population
marvinnbustamante1
 
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
Quarter1-English3-W4-Identifying Elements of the Story
FLORRACHELSANTOS
 
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
Mathematics 5 - Time Measurement: Time Zone
menchreo
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
grade 5 lesson ENGLISH 5_Q1_PPT_WEEK3.pptx
SireQuinn
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
Ad

HTML5 CSS3 Basics