SlideShare a Scribd company logo
1 of 14
HTML5 Boilerplate
Já?

Tom Bartoň (396061)


@GrezCZ
HTML
<!doctype html>
   <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <!
   [endif]­­>
   <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­>
   <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­>
   <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­>
   <head>
HTML
<!doctype html>
   <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <!
   [endif]­­>
   <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­>
   <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­>
   <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­>
   <head>

<html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch 
   geolocation postmessage no­websqldatabase indexeddb hashchange history 
   draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage 
   borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients 
   no­cssreflections csstransforms csstransforms3d csstransitions fontface 
   generatedcontent video audio localstorage sessionstorage webworkers 
   applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­>
   <head>
HTML
<!doctype html>
   <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <!
   [endif]­­>
   <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­>
   <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­>
   <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­>
   <head>

<html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch 
   geolocation postmessage no­websqldatabase indexeddb hashchange history 
   draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage 
   borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients 
   no­cssreflections csstransforms csstransforms3d csstransitions fontface 
   generatedcontent video audio localstorage sessionstorage webworkers 
   applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­>
   <head>

<meta http­equiv="X­UA­Compatible" content="IE=edge,chrome=1,requiresActiveX=true">
HTML
<!doctype html>
   <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <!
   [endif]­­>
   <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­>
   <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­>
   <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­>
   <head>

<html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch 
   geolocation postmessage no­websqldatabase indexeddb hashchange history 
   draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage 
   borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients 
   no­cssreflections csstransforms csstransforms3d csstransitions fontface 
   generatedcontent video audio localstorage sessionstorage webworkers 
   applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­>
   <head>

<meta http­equiv="X­UA­Compatible" content="IE=edge,chrome=1,requiresActiveX=true">

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
   <script>window.jQuery || document.write('<script 
   src="js/libs/jquery­1.7.1.min.js"></script>')</script>
CSS
html {overflow­y: scroll}
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-
      repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-
      repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }

a:focus { outline: thin dotted; }
    a:hover, a:active { outline: 0; }
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-
      repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }

a:focus { outline: thin dotted; }
    a:hover, a:active { outline: 0; }

@media queries
CSS
html {overflow­y: scroll}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    ::selection { background: #fe57a1; color: #fff; text-shadow: none; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-
      repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }

a:focus { outline: thin dotted; }
    a:hover, a:active { outline: 0; }

@media queries

@print stylesheet
.htaccess

Gzip
Expire headers
CSS fonty na subdoméně
Cross domain AJAX
mod_rewrite
Nastavení pro PHP
...

More Related Content

What's hot

Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2
cori0506
 
Html structure
Html structureHtml structure
Html structure
akkias
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
a5494535
 
Class 4 handout w css3 using j fiddle
Class 4 handout w css3 using j fiddleClass 4 handout w css3 using j fiddle
Class 4 handout w css3 using j fiddle
Erin M. Kidwell
 
CSSプリプロセッサの取扱説明書
CSSプリプロセッサの取扱説明書CSSプリプロセッサの取扱説明書
CSSプリプロセッサの取扱説明書
拓樹 谷
 

What's hot (19)

Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2
 
Html structure
Html structureHtml structure
Html structure
 
A More Perfect Union with CSS
A More Perfect Union with CSSA More Perfect Union with CSS
A More Perfect Union with CSS
 
Exp of mmt
Exp of mmtExp of mmt
Exp of mmt
 
This is a test
This is a testThis is a test
This is a test
 
Document
DocumentDocument
Document
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 
2016 First steps with Angular 2 – enterjs
2016 First steps with Angular 2 – enterjs2016 First steps with Angular 2 – enterjs
2016 First steps with Angular 2 – enterjs
 
جيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليجيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشمالي
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSS
 
Technical SEO Signals You Need to Send to Google
Technical SEO Signals You Need to Send to GoogleTechnical SEO Signals You Need to Send to Google
Technical SEO Signals You Need to Send to Google
 
Class 4 handout w css3 using j fiddle
Class 4 handout w css3 using j fiddleClass 4 handout w css3 using j fiddle
Class 4 handout w css3 using j fiddle
 
Nananana
NanananaNananana
Nananana
 
How to Think Inside the Box: Programming Fixed Layout for E-Books
How to Think Inside the Box: Programming Fixed Layout for E-BooksHow to Think Inside the Box: Programming Fixed Layout for E-Books
How to Think Inside the Box: Programming Fixed Layout for E-Books
 
Earn money with banner and text ads for Clickbank
Earn money with banner and text ads for ClickbankEarn money with banner and text ads for Clickbank
Earn money with banner and text ads for Clickbank
 
Presentation html5 css3 by thibaut
Presentation html5 css3 by thibautPresentation html5 css3 by thibaut
Presentation html5 css3 by thibaut
 
Earn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbankEarn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbank
 
Dfdf
DfdfDfdf
Dfdf
 
CSSプリプロセッサの取扱説明書
CSSプリプロセッサの取扱説明書CSSプリプロセッサの取扱説明書
CSSプリプロセッサの取扱説明書
 

Viewers also liked

Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Patrick Lauke
 
SlideShare moves to HTML5
SlideShare moves to HTML5 SlideShare moves to HTML5
SlideShare moves to HTML5
Amit Ranjan
 

Viewers also liked (14)

HTML5 and the web of tomorrow!
HTML5  and the  web of tomorrow!HTML5  and the  web of tomorrow!
HTML5 and the web of tomorrow!
 
HTML5 on mobile
HTML5 on mobileHTML5 on mobile
HTML5 on mobile
 
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
Brave new world of HTML5 - Interlink Conference Vancouver 04.06.2011
 
HTML5
HTML5HTML5
HTML5
 
Quality Development with HTML5
Quality Development with HTML5Quality Development with HTML5
Quality Development with HTML5
 
HTML5--The 30,000' View (A fast-paced overview of HTML5)
HTML5--The 30,000' View (A fast-paced overview of HTML5)HTML5--The 30,000' View (A fast-paced overview of HTML5)
HTML5--The 30,000' View (A fast-paced overview of HTML5)
 
Getting Started with HTML5 in Tech Com (STC 2012)
Getting Started with HTML5 in Tech Com (STC 2012)Getting Started with HTML5 in Tech Com (STC 2012)
Getting Started with HTML5 in Tech Com (STC 2012)
 
An Introduction To HTML5
An Introduction To HTML5An Introduction To HTML5
An Introduction To HTML5
 
Introduction to Html5
Introduction to Html5Introduction to Html5
Introduction to Html5
 
SlideShare moves to HTML5
SlideShare moves to HTML5 SlideShare moves to HTML5
SlideShare moves to HTML5
 
html5.ppt
html5.ppthtml5.ppt
html5.ppt
 
Echo HTML5
Echo HTML5Echo HTML5
Echo HTML5
 
Intro to html5 Boilerplate
Intro to html5 BoilerplateIntro to html5 Boilerplate
Intro to html5 Boilerplate
 
Building Rich Mobile Apps with HTML5, CSS3 and JavaScript
Building Rich Mobile Apps with HTML5, CSS3 and JavaScriptBuilding Rich Mobile Apps with HTML5, CSS3 and JavaScript
Building Rich Mobile Apps with HTML5, CSS3 and JavaScript
 

Similar to HTML5 Boilerplate - PV219

Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
Rafaela Souza
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
Rafaela Souza
 
cssstyle.cssbody { font-family Montserrat, Arial, sa
cssstyle.cssbody {    font-family Montserrat, Arial, sacssstyle.cssbody {    font-family Montserrat, Arial, sa
cssstyle.cssbody { font-family Montserrat, Arial, sa
MargenePurnell14
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
philipnelson29183
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publi
Eddy_TKJ
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
dickonsondorris
 
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docxAnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
daniahendric
 
LESS is More
LESS is MoreLESS is More
LESS is More
jsmith92
 
how can I replace the Newsfeed text with a custom on in SharePoi.pdf
how can I replace the Newsfeed text with a custom on in SharePoi.pdfhow can I replace the Newsfeed text with a custom on in SharePoi.pdf
how can I replace the Newsfeed text with a custom on in SharePoi.pdf
jyothimuppasani1
 
Yeni metin belgesi (2)
Yeni metin belgesi (2)Yeni metin belgesi (2)
Yeni metin belgesi (2)
makarnalar
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
gilpinleeanna
 
autotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxautotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docx
ikirkton
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
tutorialsruby
 

Similar to HTML5 Boilerplate - PV219 (20)

Theme 23
Theme 23Theme 23
Theme 23
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
cssstyle.cssbody { font-family Montserrat, Arial, sa
cssstyle.cssbody {    font-family Montserrat, Arial, sacssstyle.cssbody {    font-family Montserrat, Arial, sa
cssstyle.cssbody { font-family Montserrat, Arial, sa
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
 
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
 
Documento
DocumentoDocumento
Documento
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publi
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
 
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docxAnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
AnguVeluRajamanickamArjun_Week-01 Praccontact.htmlHex Simpl.docx
 
LESS is More
LESS is MoreLESS is More
LESS is More
 
Slider goymon
Slider goymonSlider goymon
Slider goymon
 
how can I replace the Newsfeed text with a custom on in SharePoi.pdf
how can I replace the Newsfeed text with a custom on in SharePoi.pdfhow can I replace the Newsfeed text with a custom on in SharePoi.pdf
how can I replace the Newsfeed text with a custom on in SharePoi.pdf
 
Yeni metin belgesi (2)
Yeni metin belgesi (2)Yeni metin belgesi (2)
Yeni metin belgesi (2)
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
 
autotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxautotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docx
 
City life project by ajay mishra121
City life project by ajay mishra121City life project by ajay mishra121
City life project by ajay mishra121
 
Floating ad widget
Floating ad widgetFloating ad widget
Floating ad widget
 
Change out of box tree view style using custom css
Change out of box tree view style using custom cssChange out of box tree view style using custom css
Change out of box tree view style using custom css
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

HTML5 Boilerplate - PV219

  • 3. HTML <!doctype html> <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <! [endif]­­> <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­> <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­> <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­> <head>
  • 4. HTML <!doctype html> <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <! [endif]­­> <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­> <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­> <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­> <head> <html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch  geolocation postmessage no­websqldatabase indexeddb hashchange history  draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage  borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients  no­cssreflections csstransforms csstransforms3d csstransitions fontface  generatedcontent video audio localstorage sessionstorage webworkers  applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­> <head>
  • 5. HTML <!doctype html> <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <! [endif]­­> <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­> <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­> <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­> <head> <html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch  geolocation postmessage no­websqldatabase indexeddb hashchange history  draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage  borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients  no­cssreflections csstransforms csstransforms3d csstransitions fontface  generatedcontent video audio localstorage sessionstorage webworkers  applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­> <head> <meta http­equiv="X­UA­Compatible" content="IE=edge,chrome=1,requiresActiveX=true">
  • 6. HTML <!doctype html> <!­­[if lt IE 7]> <html lang="en­us" class="no­js lt­ie9 lt­ie8 lt­ie7"> <! [endif]­­> <!­­[if IE 7]>    <html lang="en­us" class="no­js lt­ie9 lt­ie8"> <![endif]­­> <!­­[if IE 8]>    <html lang="en­us" class="no­js lt­ie9"> <![endif]­­> <!­­[if gt IE 8]><!­­> <html lang="en­us" class="no­js"> <!­­<![endif]­­> <head> <html lang="en­us" class=" js no­flexbox canvas canvastext webgl no­touch  geolocation postmessage no­websqldatabase indexeddb hashchange history  draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage  borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients  no­cssreflections csstransforms csstransforms3d csstransitions fontface  generatedcontent video audio localstorage sessionstorage webworkers  applicationcache svg inlinesvg smil svgclippaths"><!­­<![endif]­­> <head> <meta http­equiv="X­UA­Compatible" content="IE=edge,chrome=1,requiresActiveX=true"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script  src="js/libs/jquery­1.7.1.min.js"></script>')</script>
  • 8. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
  • 9. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; }
  • 10. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background- repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
  • 11. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background- repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; }
  • 12. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background- repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } @media queries
  • 13. CSS html {overflow­y: scroll} ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background- repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } @media queries @print stylesheet
  • 14. .htaccess Gzip Expire headers CSS fonty na subdoméně Cross domain AJAX mod_rewrite Nastavení pro PHP ...