SlideShare une entreprise Scribd logo
1  sur  193
HTML
  5
  & YOU
    & ME
W
    ho
          is
               th
                 is
H                     gu
 TM                     y?
   L5

Br
     ea
          k

CS
  S3
                                               Ahead




W
    or
         ld
                                             The Journey




              D
                  om
                    in
                      at
                        io
                             n,
                                e   tc
                                         .
W
    ho
          is
               th
                 is
H                     gu
 TM                     y?
   L5

Br
     ea
          k

CS
  S3
                                               Ahead




W
    or
         ld
                                             The Journey




              D
                  om
                    in
                      at
                        io
                             n,
                                e   tc
                                         .
W
    ho
          is
               th
                 is
H                     gu
 TM                     y?
   L5

Br
     ea
          k

CS
  S3
                                               Ahead




W
    or
         ld
                                             The Journey




              D
                  om
                    in
                      at
                        io
                             n,
                                e   tc
                                         .
W
    ho
          is
               th
                 is
H                     gu
 TM                     y?
   L5

Br
     ea
          k

CS
  S3
                                               Ahead




W
    or
         ld
                                             The Journey




              D
                  om
                    in
                      at
                        io
                             n,
                                e   tc
                                         .
W
    ho
          is
               th
                 is
H                     gu
 TM                     y?
   L5

Br
     ea
          k

CS
  S3
                                               Ahead




W
    or
         ld
                                             The Journey




              D
                  om
                    in
                      at
                        io
                             n,
                                e   tc
                                         .
W
    ho
          is
               th
                 is
H                     gu
 TM                     y?
   L5

Br
     ea
          k

CS
  S3
                                               Ahead




W
    or
         ld
                                             The Journey




              D
                  om
                    in
                      at
                        io
                             n,
                                e   tc
                                         .
W
                                    ho
                                          is
                                               th
                                                 is
                                H                     gu
                                 TM                     y?
                                   L5

                                Br
                                     ea
                                          k

                                CS
                                  S3
                                                                               Ahead




                                W
                                    or
                                         ld
                                                                             The Journey




                                              D
                                                  om
                                                    in
                                                      at
                                                        io
                                                             n,
PLEASE FASTEN YOUR SEAT BELTS



                                                                e   tc
                                                                         .
Who Am I?
Who Am I?
• I’m Fred LeBlanc.
Who Am I?
• I’m Fred LeBlanc.
• I run         .
Who Am I?
• I’m Fred LeBlanc.
• I run         .
• I specialize in front-end development.
Who Am I?
• I’m Fred LeBlanc.
• I run         .
• I specialize in front-end development.
• I’ve been html-ing for 15 years.
Who Am I?
• I’m Fred LeBlanc.
• I run         .
• I specialize in front-end development.
• I’ve been html-ing for 15 years.
• I love making web things.
OK —
ENOUG
H
LET’S
TALK
HTML
Getting our Hands
       Dirty




HTML5
Getting our Hands
       Dirty
          Please open
 index.html from lab-01
  in your favorite text editor.




HTML5
This is HTML4.


HTML5
This is HTML4.
   Let’s make this html5.




HTML5
Above the <html> element, write this:




HTML5
Above the <html> element, write this:


<!doctype html>


HTML5
BOOM!
 DON
HTML5
DOCTYPEs




HTML5
DOCTYPEs

 a/k/a DTDs

HTML5
DOCTYPEs

 a/k/a DTDs
  “Document Type Definition”




HTML5
Other DOCTYPEs




HTML5
Other DOCTYPEs
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML
 4.01 Transitional//EN" "http://www.w3.org/
           TR/html4/loose.dtd">




HTML5
Other DOCTYPEs
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML
 4.01 Transitional//EN" "http://www.w3.org/
           TR/html4/loose.dtd">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
1.0 Transitional//EN" "http://www.w3.org/TR/
   xhtml1/DTD/xhtml1-transitional.dtd">




HTML5
The Coolest Part




HTML5
The Coolest Part

 Most of the html you know is
   still valid html5!



HTML5
Have a Look
 <!--...-->      <body>        <dl>       <head>       <map>       <samp>      <tfoot>
 <!doctype>       <br>         <dt>        <hr>       <menu>       <script>      <th>
    <a>         <button>       <em>       <html>      <meta>       <select>    <thead>
   <abbr>      <caption>    <fieldset>       <i>      <noframes>    <small>      <title>
 <acronym>      <center>      <font>     <iframe>    <noscript>     <span>       <tr>
 <address>       <cite>      <form>       <img>       <object>     <strike>      <tt>
  <applet>       <code>      <frame>      <input>       <ol>       <strong>      <u>
   <area>         <col>     <frameset>     <ins>     <optgroup>     <style>      <ul>
    <b>        <colgroup>      <h1>      <isindex>    <option>      <sub>       <var>
   <base>         <dd>         <h2>       <kbd>         <p>         <sup>
 <basefont>       <del>        <h3>       <label>     <param>      <table>
   <bdo>         <dfn>         <h4>      <legend>      <pre>       <tbody>
   <big>          <dir>        <h5>         <li>        <q>          <td>
<blockquote>      <div>        <h6>       <link>        <s>       <textarea>




HTML5
Still Cool
 <!--...-->      <body>        <dl>       <head>       <map>       <samp>      <tfoot>
 <!doctype>       <br>         <dt>        <hr>       <menu>       <script>      <th>
    <a>         <button>       <em>       <html>      <meta>       <select>    <thead>
   <abbr>      <caption>    <fieldset>       <i>      <noframes>    <small>      <title>
 <acronym>      <center>      <font>     <iframe>    <noscript>     <span>       <tr>
 <address>       <cite>      <form>       <img>       <object>     <strike>      <tt>
  <applet>       <code>      <frame>      <input>       <ol>       <strong>      <u>
   <area>         <col>     <frameset>     <ins>     <optgroup>     <style>      <ul>
    <b>        <colgroup>      <h1>      <isindex>    <option>      <sub>       <var>
   <base>         <dd>         <h2>       <kbd>         <p>         <sup>
 <basefont>       <del>        <h3>       <label>     <param>      <table>
   <bdo>         <dfn>         <h4>      <legend>      <pre>       <tbody>
   <big>          <dir>        <h5>         <li>        <q>          <td>
<blockquote>      <div>        <h6>       <link>        <s>       <textarea>




HTML5
Goodnight, Sweet
 <!--...-->
             Prince
                 <body>        <dl>       <head>       <map>       <samp>      <tfoot>
 <!doctype>       <br>         <dt>        <hr>       <menu>       <script>      <th>
    <a>         <button>       <em>       <html>      <meta>       <select>    <thead>
   <abbr>      <caption>    <fieldset>       <i>      <noframes>    <small>      <title>
 <acronym>      <center>      <font>     <iframe>    <noscript>     <span>       <tr>
 <address>       <cite>      <form>       <img>       <object>     <strike>      <tt>
  <applet>       <code>      <frame>      <input>       <ol>       <strong>      <u>
   <area>         <col>     <frameset>     <ins>     <optgroup>     <style>      <ul>
    <b>        <colgroup>      <h1>      <isindex>    <option>      <sub>       <var>
   <base>         <dd>         <h2>       <kbd>         <p>         <sup>
 <basefont>       <del>        <h3>       <label>     <param>      <table>
   <bdo>         <dfn>         <h4>      <legend>      <pre>       <tbody>
   <big>          <dir>        <h5>         <li>        <q>          <td>
<blockquote>      <div>        <h6>       <link>        <s>       <textarea>




HTML5
HTML5 Stages of Grief
    How to cope with these losses.




HTML5
Twelve Angry Tags




HTML5
Twelve Angry Tags

Out with the old…




HTML5
Twelve Angry Tags

Out with the old…

…in with the new.




HTML5
Twelve Angry Tags

     ith the old…   <acronym>
Out w

…in with the new.




HTML5
Twelve Angry Tags

     ith the old…   <acronym>
Out w

…in with the new.
                    The <abbr> tag.




HTML5
Twelve Angry Tags

Out with the old…   <a p p l e t>

…in with the new.




HTML5
Twelve Angry Tags

Out with the old…   <a p p l e t>

…in with the new.
                    JS, <canvas>, Flash




HTML5
Twelve Angry Tags

     ith the old…   <b asefont>
Out w

…in with the new.




HTML5
Twelve Angry Tags

     ith the old…   <b asefont>
Out w

…in with the new.
                    CSS on html eleme
                                      nt



HTML5
Twelve Angry Tags

Out with the old…   <big>

…in with the new.




HTML5
Twelve Angry Tags

Out with the old…   <big>

…in with the new.
                    <span> & CSS




HTML5
Twelve Angry Tags

Out with the old…   <center>

…in with the new.




HTML5
Twelve Angry Tags

Out with the old…   <center>

…in with the new.
                    CSS




HTML5
Twelve Angry Tags

Out with the old…   <dir>

…in with the new.




HTML5
Twelve Angry Tags

Out with the old…   <dir>

…in with the new.
                    <ul>




HTML5
Twelve Angry Tags

Out with the old…   <font>

…in with the new.




HTML5
Twelve Angry Tags

Out with the old…   <font>

…in with the new.
                    CSS




HTML5
Twelve Angry Tags
                    <frameset>/
Out with the old…   <frame>
…in with the new.




HTML5
Twelve Angry Tags
                    <frameset>/
Out with the old…   <frame>
…in with the new.
                    <iframe>




HTML5
Twelve Angry Tags

     ith the old…   <noframes>
Out w

…in with the new.




HTML5
Twelve Angry Tags

     ith the old…   <noframes>
Out w

…in with the new.
                    Nothing…




HTML5
Twelve Angry Tags

Out with the old…   <strike>

…in with the new.




HTML5
Twelve Angry Tags

Out with the old…   <strike>

…in with the new.
                    CSS




HTML5
Twelve Angry Tags

Out with the old…   <tt>

…in with the new.




HTML5
Twelve Angry Tags

Out with the old…   <tt>

…in with the new.   <code>, <var>,
                    <pre>



HTML5
It Was a Different
           Time 2.0.
     Waaaaay before Web




HTML5
HTML5
   All about semantics.




HTML5
2
1
     To help us out,


    28 NEW

HTML5
To help us out,


29 28 NEW
28
27
HTML5
Said New Tags
  <article>      <figure>       <ruby>
   <aside>       <footer>       <rp>
   <audio>       <header>        <rt>
  <canvas>      <hgroup>      <section>
 <command>       <keygen>     <source>
  <datalist>      <mark>     <summary>
  <details>      <meter>       <time>
  <embed>         <nav>        <video>
 <eventsource    <output>       <wbr>
      >         <progress>
 <figcaption>




HTML5
Today’s Focus Is On…
    <article>      <figure>       <ruby>
     <aside>       <footer>       <rp>
     <audio>       <header>        <rt>
    <canvas>      <hgroup>      <section>
   <command>       <keygen>     <source>
    <datalist>      <mark>     <summary>
    <details>      <meter>       <time>
    <embed>         <nav>        <video>
  <eventsource>    <output>       <wbr>
   <figcaption>    <progress>




HTML5
Notes on Others
  <article>      <figure>       <ruby>
   <aside>       <footer>       <rp>
   <audio>       <header>        <rt>
  <canvas>      <hgroup>      <section>
 <command>       <keygen>     <source>
  <datalist>      <mark>     <summary>
  <details>      <meter>       <time>
  <embed>         <nav>        <video>
 <eventsource    <output>       <wbr>
      >         <progress>
 <figcaption>




HTML5
Notes on Others
  <article>      <figure>       <ruby>
   <aside>       <footer>       <rp>
   <audio>       <header>        <rt>
  <canvas>      <hgroup>      <section>
 <command>       <keygen>     <source>
  <datalist>      <mark>     <summary>
  <details>      <meter>       <time>
  <embed>         <nav>        <video>
 <eventsource    <output>       <wbr>
      >         <progress>
 <figcaption>




HTML5
Notes on Others
  <article>      <figure>       <ruby>
   <aside>       <footer>       <rp>
   <audio>       <header>        <rt>
  <canvas>      <hgroup>      <section>
 <command>       <keygen>     <source>
  <datalist>      <mark>     <summary>
  <details>      <meter>       <time>
  <embed>         <nav>        <video>
 <eventsource    <output>       <wbr>
      >         <progress>
 <figcaption>




HTML5
Notes on Others
  <article>      <figure>       <ruby>
   <aside>       <footer>       <rp>
   <audio>       <header>        <rt>
  <canvas>      <hgroup>      <section>
 <command>       <keygen>     <source>
  <datalist>      <mark>     <summary>
  <details>      <meter>       <time>
  <embed>         <nav>        <video>
 <eventsource    <output>       <wbr>
      >         <progress>
 <figcaption>




HTML5
Notes on Others
  <article>      <figure>       <ruby>
   <aside>       <footer>       <rp>
   <audio>       <header>        <rt>
  <canvas>      <hgroup>      <section>
 <command>       <keygen>     <source>
  <datalist>      <mark>     <summary>
  <details>      <meter>       <time>
  <embed>         <nav>        <video>
 <eventsource    <output>       <wbr>
      >         <progress>
 <figcaption>




HTML5
Here We Go

          Please open
 index.html from lab-02
  in your favorite text editor.




HTML5
DIVs,
SECTIONs
&
HTML5
DIVs,
SECTIONs
&
HTML5
DIVs,
SECTIONs
&
HTML5
DIVs,
SECTIONs
&
HTML5
This Can Be
CONFUSING
   And that’s A-OK!




HTML5
Within the <div> element, create a




    element, and add a heading.




HTML5
Within the <div> element, create a


   <section>
    element, and add a heading.




HTML5
Within that, create two




 elements, and give’em some content.




HTML5
Within that, create two


     <article>
 elements, and give’em some content.




HTML5
On Many


HTML5
On Many
   This is also OK!




HTML5
Moving On

          Please open
 index.html from lab-03
  in your favorite text editor.




HTML5
ASIDEs

HTML5
After the <section> element, create an




     element, with the class related.




HTML5
After the <section> element, create an


       <aside>
     element, with the class related.




HTML5
Inside of that, create a couple of




 elements, each with sample content.




HTML5
Inside of that, create a couple of


   <section>
 elements, each with sample content.




HTML5
Header Time

          Please open
 index.html from lab-04
  in your favorite text editor.




HTML5
HEADERs
&
FOOTERs
HTML5
Before the <section> element, create a




       element, with a page title.




HTML5
Before the <section> element, create a


     <header>
       element, with a page title.




HTML5
After the <aside> element, create a




 element, with copyright information.




HTML5
After the <aside> element, create a


     <footer>
 element, with copyright information.




HTML5
Getting Around

          Please open
 index.html from lab-05
  in your favorite text editor.




HTML5
NAVs

HTML5
At the end of the <header> element, create a




     element, with links to other pages.




HTML5
At the end of the <header> element, create a


            <nav>
     element, with links to other pages.




HTML5
HEY YOU!
NICE HTML5
PAGE


HTML5
GEAR
CHANG
HTML5
A Detail Page

          Please open
 index.html from lab-06
  in your favorite text editor.




HTML5
FIGUREs
&
FIGCAPTIONs

HTML5
After the first <p> element, create a




  element, with the provided image.




HTML5
After the first <p> element, create a


     <figure>
  element, with the provided image.




HTML5
Within that element (after the image), create a




    element, with an appropriate caption.




HTML5
Within that element (after the image), create a


   <figcaption>
    element, with an appropriate caption.




HTML5
Let’s Add Media

          Please open
 index.html from lab-07
  in your favorite text editor.




HTML5
AUDIOs

HTML5
After the first <p> element, create an




    element, with the audio sources.




HTML5
After the first <p> element, create an


      <audio>
    element, with the audio sources.




HTML5
New Attributes
     autoplay="autoplay"
     controls="controls"
         loop="loop"
      preload="preload"




HTML5
Last One

          Please open
 index.html from lab-08
  in your favorite text editor.




HTML5
VIDEOs

HTML5
After the first <p> element, create a




   element, with the video sources.




HTML5
After the first <p> element, create a


      <video>
   element, with the video sources.




HTML5
New Attributes
    autobuffer="autobuffer"
      autoplay="autoplay"
      controls="controls"
          loop="loop"
        poster="poster"




HTML5
AS ALWAYS,
BE CAREFUL WITH
AUTOPLA
HTML5
ONE MORE




HTML5
IE!
ONE MORE




HTML5
THE SHIM
 http://code.google.com/p/html5shim/




HTML5
&

HTML
THAT’S
IT’S ALMOST
BREA
TIME!
BUT
FIRST
…
Why You Should Come
       Back
Why You Should Come
         Back
• Next up: css3! (The fun stuff)
Why You Should Come
         Back
• Next up: css3! (The fun stuff)
• Transitions, transforms, new colors,
  rounded corners & more
Why You Should Come
         Back
• Next up: css3! (The fun stuff)
• Transitions, transforms, new colors,
  rounded corners & more
• Web fonts
Why You Should Come
         Back
• Next up: css3! (The fun stuff)
• Transitions, transforms, new colors,
  rounded corners & more
• Web fonts
• Media queries & responsive web stuff
SEE
YOU
SHORTL
HEY, YOU
CAME
BACK!
LET’S TALK
CSS
Diving In




CSS3
Diving In

          Please open
 index.html from lab-09
  in your favorite text editor.




CSS3
OPACITY
& RGBA

CSS3
For IE7 & 8




CSS3
For IE7 & 8

 background-color: #ffc;




CSS3
HSL &
Colors

CSS3
HSL




CSS3
HSL




CSS3
HSL


             is




CSS3
HSL


              is

       hsl(60, 20%, 100%)


CSS3
HSL
       rgb(255, 255, 204)
              is

       hsl(60, 20%, 100%)


CSS3
New Color Names!




CSS3
New Color Names!




CSS3
From One to Another




CSS3
From One to Another

          Please open
 index.html from lab-10
  in your favorite text editor.




CSS3
GRADIENT
S

CSS3
Use a Generator
         The syntax is complex,
       and differs across browsers.
               My favorite:
http://www.colorzilla.com/gradient-editor/




CSS3
Round It Off




CSS3
Round It Off

          Please open
 index.html from lab-11
  in your favorite text editor.




CSS3
BORDER-
RADIUS

CSS3
For IE7 & 8

    Square corners. :)




CSS3
Yet Another

  http://border-radius.com/




CSS3
And… Circles!



CSS3
Make it Pop




CSS3
Make it Pop

          Please open
 index.html from lab-12
  in your favorite text editor.




CSS3
SHADOWS

CSS3
Segments
      horizontal offset
        vertical offset
    blur radius (optional)
   spread radius (optional)
             color




CSS3
For IE7 & 8

       No shadows.




CSS3
Transforms




CSS3
Transforms

          Please open
 index.html from lab-13
  in your favorite text editor.




CSS3
TRANSFORM
S

CSS3
This part is a lot of




CSS3
Fantastic Four




CSS3
Fantastic Four

  Skew




CSS3
Fantastic Four

  Skew     Rotate




CSS3
Fantastic Four

  Skew       Rotate

 Translate


CSS3
Fantastic Four

  Skew       Rotate

 Translate   Scale


CSS3
For IE7 & 8

         No transforms.
  Don’t do anything that would
    destroy your interface.




CSS3
Awesome Animation




CSS3
Awesome Animation

          Please open
 index.html from lab-14
  in your favorite text editor.




CSS3
TRANSITION
S

CSS3
More Animation




CSS3
More Animation

            Please open
 index-2.html from lab-14
    in your favorite text editor.




CSS3
For IE7 & 8

   Again, no transitions.
    Keep this in mind.




CSS3
More Than Arial




CSS3
More Than Arial

          Please open
 index.html from lab-15
  in your favorite text editor.




CSS3
@FONT-
FACE

CSS3
Finding Fonts
          Font Squirrel
  http://www.fontsquirrel.com/
            TypeKit
    http://www.typekit.com




CSS3
Legal & Licensing



CSS3
For IE7 & 8

       These work!




CSS3
Finally, Everywhere




CSS3
Finally, Everywhere

           Please open
 index.html from lab-16
   in your favorite text editor.




CSS3
MEDIA
QUERIES

CSS3
Simply Put…
 Media Queries allow us to change
 any css style based on screen-size,
   pixel-density, and media-type.
        (This is super powerful.)




CSS3
On Responsiveness

   We’re still figuring it all out.




CSS3
For IE7 & 8
    These don’t work with css,
  although people have created
      JavaScript libraries that
             will work.
      But is that necessary?




CSS3
&

CSS
THAT’S
MOVING
FORWAR
FROM HERE
QUESTIONS?
  LET’S CHAT
THANK
  I’m Fred LeBlanc. Find me:
@fredhq   fred@fredhq.com   http://fredhq.com

Contenu connexe

Dernier

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 

Dernier (20)

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 

En vedette

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

En vedette (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

What designers need to know about HTML5 and CSS3

Notes de l'éditeur

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. \n
  57. \n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n
  69. \n
  70. \n
  71. \n
  72. \n
  73. \n
  74. \n
  75. \n
  76. \n
  77. \n
  78. \n
  79. \n
  80. \n
  81. \n
  82. \n
  83. \n
  84. \n
  85. \n
  86. \n
  87. \n
  88. \n
  89. \n
  90. \n
  91. \n
  92. \n
  93. \n
  94. \n
  95. \n
  96. \n
  97. \n
  98. \n
  99. \n
  100. \n
  101. \n
  102. \n
  103. \n
  104. \n
  105. \n
  106. \n
  107. \n
  108. \n
  109. \n
  110. \n
  111. \n
  112. \n
  113. \n
  114. \n
  115. \n
  116. \n
  117. \n
  118. \n
  119. \n
  120. \n
  121. \n
  122. \n
  123. \n
  124. \n
  125. \n
  126. \n
  127. \n
  128. \n
  129. \n
  130. \n
  131. \n
  132. \n
  133. \n
  134. \n
  135. \n
  136. \n
  137. \n
  138. \n
  139. \n
  140. \n
  141. \n
  142. \n
  143. \n
  144. \n
  145. \n
  146. \n
  147. \n
  148. \n