SlideShare a Scribd company logo
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

More Related Content

Recently uploaded

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 

Recently uploaded (20)

The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 

Featured

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
Marius 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 ChatGPT
Expeed 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 Engineerings
Pixeldarts
 
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
ThinkNow
 
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
marketingartwork
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
Skeleton Technologies
 
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
Neil 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 2024
Albert 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 Insights
Kurio // 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 2024
Search 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 summary
SpeakerHub
 
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 Intent
Lily Ray
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
Rajiv Jayarajah, MAppComm, ACC
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Christy Abraham Joy
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
Vit 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 management
MindGenius
 
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
 

Featured (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

Editor's Notes

  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