Skip to main contentdfsdf

SocialStream !'s List: Temporary Link Share

    • Dreamweaver is for sissies; real geeks prove their skills by going old school and coding web pages by hand in notepad. But even if you can't keep up with the newest iterations of hypertext markup language, you should still be able to at least edit website code to make minor adjustments. So in case you’ve forgotten, here are the 13 most basic HTML tags:

       

      <h1> to <h6> -- Heading styles from large to small
      <p> -- Start a new paragraph
      <br> or <br /> -- Create a single line break
      <! – Your Comment Here -- > -- Make a hidden comment
      <hr> -- Mark the page with a horizontal rule line
      <b> -- Bold text
      <em> -- Emphasize text
      <strong> -- Strong emphasis
      <i> -- Italicize text
      <u> -- Underline text
      &nbsp; -- Insert a non-breaking space
      <a href=”URL”> -- Anchor a link
      <img src= “URL”  alt=”description”> -- Insert an image

1 - 1 of 1
20 items/page
List Comments (0)