SlideShare a Scribd company logo
Basic HTML for
         Normal People!
          Ted Curran.net

          http://j.mp/ww-html
          @tedcurran



Sunday, November 11, 12
Basic HTML Syntax


                      <kitten>       </kitten>




Sunday, November 11, 12
Basic HTML Syntax


                          <tag>       </tag>




Sunday, November 11, 12
Common tags:
                           Paragraph


               <p>

                          </p>




Sunday, November 11, 12
Common tags:
                                   Paragraph
                      <p>   'How do you like the Queen?' said the Cat in a low voice.
                            'Not at all,' said Alice: 'she's so extremely—' Just then she
                            noticed that the Queen was close behind her, listening: so
                            she went on, '—likely to win, that it's hardly worth while
                            finishing the game.' The Queen smiled and passed on.
                            'Who ARE you talking to?' said the King, going up to Alice,
                            and looking at the Cat's head with great curiosity. 'It's a
                            friend of mine—a Cheshire Cat,' said Alice: 'allow me to
                            introduce it.' 'I don't like the look of it at all,' said the King:
                            'however, it may kiss my hand if it likes.' 'I'd rather not,' the
                            Cat remarked. 'Don't be impertinent,' said the King, 'and
                            don't look at me like that!' He got behind Alice as he
                            spoke. 'A cat may look at a king,' said Alice.
                                                                                                  </p>




Sunday, November 11, 12
Common tags:
                          Headings 1-6
                           <h1>          </h1>




Sunday, November 11, 12
Common tags:
                                   Headings 1-6
                          <h1>          The MAIN IDEA       </h1>


                                 <h2>          Subheading       </h2>



                                 <h2>          Subheading       </h2>


                                        <h3>    Sub- Subheading     </h3>

                                        <h3>    Sub- Subheading     </h3>

Sunday, November 11, 12
Common tags:
                                   Headings 1-6
                          <h1>      My favorite Animals   </h1>


                                 <h2>          Dogs           </h2>



                                 <h2>          Cats           </h2>


                                        <h3>    Tabby Cats        </h3>

                                        <h3>   Siamese Cats       </h3>

Sunday, November 11, 12
Common tags:
                             Links
                          <a href=“http://tedcurran.net”>

                              This is my link text
                                       </a>




Sunday, November 11, 12
Common tags:
                             Links

  <a href=“http://tedcurran.net”>   This is my link text   </a>




                            This is my link text




Sunday, November 11, 12
Common tags:
                              Attributes
                               <a href=“http://tedcurran.net”
                          title=”More information about this link”>

                              This is my link text               </a>



                                This is my link text
                                                 More information about this link




Sunday, November 11, 12
Common tags:
                              Images
                                    <img src=
                          “http://placedog.com/400/300”
                                       />




Sunday, November 11, 12
Common tags:
                             Images
               <img src=   “http://placedog.com/400/300” />



                                             Careful!
                                               This one’s an
                                            exception to the rule!
                                             Can you see why?




Sunday, November 11, 12
Common tags:
                                Images
                  <img src=   “http://placedog.com/400/300”
                               alt=”cute brown puppy” />



                                                    Careful!
                                                      This one’s an
                                                   exception to the rule!
                                                    Can you see why?




Sunday, November 11, 12
Common tags:
                           Lists (Unordered)
         <ul>


                 <li>     Moe     </li>   •Moe
                 <li>     Larry   </li>
                                          •Larry
                 <li>     Curly   </li>
                                          •Curly
        </ul>




Sunday, November 11, 12
Common tags:
                             Lists (Ordered)
        <ol>


                 <li>     Moe     </li>   1. Moe
                 <li>     Larry   </li>   2. Larry
                 <li>     Curly   </li>   3. Curly
        </ol>




Sunday, November 11, 12
Common tags:
                           Bold/Strong

               <strong>




                                </strong>



Sunday, November 11, 12
Common tags:
                          Italics/Emphasis

                           <em>




                                     </em>



Sunday, November 11, 12
Nesting Tags:
        Match pairs from inside out

      <strong>            <em>




                          My text
                                 </em>   </strong>



Sunday, November 11, 12
Common tags:
                            iFrames
                <iframe width="853" height="480"
      src="http://www.youtube.com/embed/SgmARwtptoo"
           frameborder="0" allowfullscreen></iframe>




Sunday, November 11, 12
Common tags:
                           Boxes (Div)
            <div style=”width: 100%; height: 600px; ”>
                                                  <div style=” width:


                  My text
                                                  33%; float: right;”
                                                           >




                                                   </div>     </div>

Sunday, November 11, 12
Markdown: Simplified HTML
                  # Heading 1
                  This is a bunch of paragraph text. Here’s some more….
                  ## Heading 2
                  Here’s a paragraph with an image <img src=” http://
                  placedog.com/300/400” />
                  ### Heading 3
                  Here’s a paragraph with a [link](http://tedcurran/net).
                  ### Heading 3
                  - list item 1
                  - list item 2
                  - list item 3
                  ### Heading 3
                  1. list item 1
                  2. list item 2
                  3. list item 3
Sunday, November 11, 12
Tech Tools for Web Writers




Sunday, November 11, 12
Tech Tools for Web Writers




Sunday, November 11, 12
Tech Tools for Web Writers




Sunday, November 11, 12
Where can I learn more?
           Ted Curran.net

           http://j.mp/ww-html
           W3Schools.com

           http://www.w3schools.com/



Sunday, November 11, 12

More Related Content

PPTX
Html basic
PPTX
Introduction to basic HTML [Librarian edition]
PPTX
Basic HTML
PPTX
Basic Html Knowledge for students
PPT
Introduction to HTML
PPTX
Perencanaan sumberdaya manusia
PPTX
Css color and background properties
Html basic
Introduction to basic HTML [Librarian edition]
Basic HTML
Basic Html Knowledge for students
Introduction to HTML
Perencanaan sumberdaya manusia
Css color and background properties

Viewers also liked (17)

PPTX
HTML Tutorial
PPTX
HTML Forms Tutorial
PPTX
Html tutorial.lesson10
PPTX
Html tutorial.lesson9
PPTX
Adrianne’s &lt;/html> Tutorial
PPTX
Html tutorial.lesson12
PPTX
PPT
Basic html
PPTX
Html Tutorial
PDF
Html - Tutorial
PDF
Lesson 1: Introduction to HTML
PDF
Introduction to html
PPTX
HTML Training in Ambala ! BATRA COMPUTER CENTRE
PPT
Html tutorial
PDF
HTTP & HTML & Web
PDF
HTML Basic
HTML Tutorial
HTML Forms Tutorial
Html tutorial.lesson10
Html tutorial.lesson9
Adrianne’s &lt;/html> Tutorial
Html tutorial.lesson12
Basic html
Html Tutorial
Html - Tutorial
Lesson 1: Introduction to HTML
Introduction to html
HTML Training in Ambala ! BATRA COMPUTER CENTRE
Html tutorial
HTTP & HTML & Web
HTML Basic
Ad

Basic html for Normal People

  • 1. Basic HTML for Normal People! Ted Curran.net http://j.mp/ww-html @tedcurran Sunday, November 11, 12
  • 2. Basic HTML Syntax <kitten> </kitten> Sunday, November 11, 12
  • 3. Basic HTML Syntax <tag> </tag> Sunday, November 11, 12
  • 4. Common tags: Paragraph <p> </p> Sunday, November 11, 12
  • 5. Common tags: Paragraph <p> 'How do you like the Queen?' said the Cat in a low voice. 'Not at all,' said Alice: 'she's so extremely—' Just then she noticed that the Queen was close behind her, listening: so she went on, '—likely to win, that it's hardly worth while finishing the game.' The Queen smiled and passed on. 'Who ARE you talking to?' said the King, going up to Alice, and looking at the Cat's head with great curiosity. 'It's a friend of mine—a Cheshire Cat,' said Alice: 'allow me to introduce it.' 'I don't like the look of it at all,' said the King: 'however, it may kiss my hand if it likes.' 'I'd rather not,' the Cat remarked. 'Don't be impertinent,' said the King, 'and don't look at me like that!' He got behind Alice as he spoke. 'A cat may look at a king,' said Alice. </p> Sunday, November 11, 12
  • 6. Common tags: Headings 1-6 <h1> </h1> Sunday, November 11, 12
  • 7. Common tags: Headings 1-6 <h1> The MAIN IDEA </h1> <h2> Subheading </h2> <h2> Subheading </h2> <h3> Sub- Subheading </h3> <h3> Sub- Subheading </h3> Sunday, November 11, 12
  • 8. Common tags: Headings 1-6 <h1> My favorite Animals </h1> <h2> Dogs </h2> <h2> Cats </h2> <h3> Tabby Cats </h3> <h3> Siamese Cats </h3> Sunday, November 11, 12
  • 9. Common tags: Links <a href=“http://tedcurran.net”> This is my link text </a> Sunday, November 11, 12
  • 10. Common tags: Links <a href=“http://tedcurran.net”> This is my link text </a> This is my link text Sunday, November 11, 12
  • 11. Common tags: Attributes <a href=“http://tedcurran.net” title=”More information about this link”> This is my link text </a> This is my link text More information about this link Sunday, November 11, 12
  • 12. Common tags: Images <img src= “http://placedog.com/400/300” /> Sunday, November 11, 12
  • 13. Common tags: Images <img src= “http://placedog.com/400/300” /> Careful! This one’s an exception to the rule! Can you see why? Sunday, November 11, 12
  • 14. Common tags: Images <img src= “http://placedog.com/400/300” alt=”cute brown puppy” /> Careful! This one’s an exception to the rule! Can you see why? Sunday, November 11, 12
  • 15. Common tags: Lists (Unordered) <ul> <li> Moe </li> •Moe <li> Larry </li> •Larry <li> Curly </li> •Curly </ul> Sunday, November 11, 12
  • 16. Common tags: Lists (Ordered) <ol> <li> Moe </li> 1. Moe <li> Larry </li> 2. Larry <li> Curly </li> 3. Curly </ol> Sunday, November 11, 12
  • 17. Common tags: Bold/Strong <strong> </strong> Sunday, November 11, 12
  • 18. Common tags: Italics/Emphasis <em> </em> Sunday, November 11, 12
  • 19. Nesting Tags: Match pairs from inside out <strong> <em> My text </em> </strong> Sunday, November 11, 12
  • 20. Common tags: iFrames <iframe width="853" height="480" src="http://www.youtube.com/embed/SgmARwtptoo" frameborder="0" allowfullscreen></iframe> Sunday, November 11, 12
  • 21. Common tags: Boxes (Div) <div style=”width: 100%; height: 600px; ”> <div style=” width: My text 33%; float: right;” > </div> </div> Sunday, November 11, 12
  • 22. Markdown: Simplified HTML # Heading 1 This is a bunch of paragraph text. Here’s some more…. ## Heading 2 Here’s a paragraph with an image <img src=” http:// placedog.com/300/400” /> ### Heading 3 Here’s a paragraph with a [link](http://tedcurran/net). ### Heading 3 - list item 1 - list item 2 - list item 3 ### Heading 3 1. list item 1 2. list item 2 3. list item 3 Sunday, November 11, 12
  • 23. Tech Tools for Web Writers Sunday, November 11, 12
  • 24. Tech Tools for Web Writers Sunday, November 11, 12
  • 25. Tech Tools for Web Writers Sunday, November 11, 12
  • 26. Where can I learn more? Ted Curran.net http://j.mp/ww-html W3Schools.com http://www.w3schools.com/ Sunday, November 11, 12