SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Andere mochten auch

HTTP & HTML & Web
HTTP & HTML & WebHTTP & HTML & Web
HTTP & HTML & Web
Peter R. Egli
 

Andere mochten auch (17)

HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
 
HTML Forms Tutorial
HTML Forms TutorialHTML Forms Tutorial
HTML Forms Tutorial
 
Html tutorial.lesson10
Html tutorial.lesson10Html tutorial.lesson10
Html tutorial.lesson10
 
Html tutorial.lesson9
Html tutorial.lesson9Html tutorial.lesson9
Html tutorial.lesson9
 
Adrianne’s &lt;/html> Tutorial
Adrianne’s &lt;/html> TutorialAdrianne’s &lt;/html> Tutorial
Adrianne’s &lt;/html> Tutorial
 
Html tutorial.lesson12
Html tutorial.lesson12Html tutorial.lesson12
Html tutorial.lesson12
 
Html
HtmlHtml
Html
 
Basic html
Basic htmlBasic html
Basic html
 
Html Tutorial
Html TutorialHtml Tutorial
Html Tutorial
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
 
Html
HtmlHtml
Html
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
HTML Training in Ambala ! BATRA COMPUTER CENTRE
HTML Training in Ambala ! BATRA COMPUTER CENTREHTML Training in Ambala ! BATRA COMPUTER CENTRE
HTML Training in Ambala ! BATRA COMPUTER CENTRE
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
HTTP & HTML & Web
HTTP & HTML & WebHTTP & HTML & Web
HTTP & HTML & Web
 
HTML Basic
HTML BasicHTML Basic
HTML Basic
 

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