Untitled


SUBMITTED BY: Guest

DATE: Nov. 30, 2013, 8:59 a.m.

FORMAT: Text only

SIZE: 421 Bytes

HITS: 890

  1. Basic HTML Structure
  2. <html>
  3. <head>
  4. <title>website title</title>
  5. </head>
  6. <body>
  7. content goes here
  8. </body>
  9. </html>
  10. <body>
  11. <h1> ... </h1> Heading ((define the style of heading here)Size = h1-h6, h1 being the biggest)
  12. <p> ... </p> Paragraph
  13. <b> ... </b> Bold Text
  14. <a href="url"> Name of link </a> Link (eg. <a href=html://www.google.com>Google</a>)

comments powered by Disqus