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-rsp2cori0506
 
Html structure
Html structureHtml structure
Html structureakkias
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本a5494535
 
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 – enterjsGeilDanke
 
جيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليجيفيرا باي الساحل الشمالي
جيفيرا باي الساحل الشماليReda Hassan
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSSJenn Lukas
 
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 GoogleSearch Marketing Expo - SMX
 
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 fiddleErin M. Kidwell
 
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-Booksbisg
 
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 ClickbankJaroslaw Istok
 
Presentation html5 css3 by thibaut
Presentation html5 css3 by thibautPresentation html5 css3 by thibaut
Presentation html5 css3 by thibautThibaut Baillet
 
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 clickbankJaroslaw Istok
 
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

HTML5 and the web of tomorrow!
HTML5  and the  web of tomorrow!HTML5  and the  web of tomorrow!
HTML5 and the web of tomorrow!Christian Heilmann
 
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.2011Patrick Lauke
 
Quality Development with HTML5
Quality Development with HTML5Quality Development with HTML5
Quality Development with HTML5Shay Howe
 
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)Peter Lubbers
 
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)Peter Lubbers
 
An Introduction To HTML5
An Introduction To HTML5An Introduction To HTML5
An Introduction To HTML5Robert Nyman
 
SlideShare moves to HTML5
SlideShare moves to HTML5 SlideShare moves to HTML5
SlideShare moves to HTML5 Amit Ranjan
 
Intro to html5 Boilerplate
Intro to html5 BoilerplateIntro to html5 Boilerplate
Intro to html5 BoilerplateMichael Enslow
 
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 JavaScriptSencha
 

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 copieRafaela 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 copieRafaela 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, saMargenePurnell14
 
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.docxphilipnelson29183
 
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]Rizki Ogawa
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publiEddy_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_.docxdickonsondorris
 
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.docxdaniahendric
 
LESS is More
LESS is MoreLESS is More
LESS is Morejsmith92
 
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.pdfjyothimuppasani1
 
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.docxgilpinleeanna
 
autotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxautotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxikirkton
 
City life project by ajay mishra121
City life project by ajay mishra121City life project by ajay mishra121
City life project by ajay mishra121Ajay_Mishra121
 
Floating ad widget
Floating ad widgetFloating ad widget
Floating ad widgetpanther420
 
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 cssRajkiran Swain
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008tutorialsruby
 

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

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
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.pdfsudhanshuwaghmare1
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Recently uploaded (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

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 ...