HTML Tags

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • megri
    Administrator
    • Mar 2004
    • 786

    HTML Tags

    <Body> Tags </Body>
    • APPLET - Java applet
    • A - Anchor
    • BASEFONT - Default font size
    • BLOCKQUOTE - Large quotation
    • BR - Line break
    • CAPTION - Table caption
    • CITE - Short citation
    • DD - Definition
    • DIR - Directory list
    • DL - Definition list
    • EM - Emphasized text
    • FORM - Input form
    • H2 - Level 2 header
    • H4 - Level 4 header
    • H6 - Level 6 header
    • HR - Horizontal rule
    • IMG - Images
    • ISINDEX - Primitive search
    • KBD - Keyboard input
    • LI - List item
    • MENU - Menu item list
    • OL - Ordered list
    • PARAM - Parameter for Java applet
    • P - Paragraph
    • SCRIPT - Inline script
    • SMALL - Smaller text
    • STRONG - Strongly emphasized
    • STYLE - Style information
    • SUB - Subscript
    • SUP - Superscript
    • TABLE - Tables
    • TD - Table cell
    • TEXTAREA - Input area
    • TH - Header cell
    • TITLE - Document title
    • TR - Table row
    • TT- Teletype
    • UL - Unordered list
    • U - Underline
    • VAR - Variable
    Parveen K - Forum Administrator
    SEO India - TalkingCity Forum Rules - Webmaster Forum
    Please Do Not Spam Our Forum
  • kevin
    Love is life
    • Dec 2015
    • 83

    #2
    Hi

    This is good posting to help html programmers. These will also help SEO members to right correct HTML codes.

    Comment

    • joemoe
      Junior Member
      • Jan 2005
      • 1

      #3
      I was wondering if there is any good websites that help you write in HTML.

      Thanks
      Average Joe

      Comment

      • megri
        Administrator
        • Mar 2004
        • 786

        #4
        More HTML Guide

        &nbsp;
        HTML code to display a non-breaking space, which won't wrap to a new line.
        &quot;
        HTML code to display quotes " on a web page
        <!-- -->
        HTML code for an internal comment. Text in the middle will not be shown on the web page in a browser. Used for explanations about the code, statements about copyright and usage, etc.
        <!doctype ...>
        HTML code that tells what HTML version the code is in. Useful for programs that check HTML code. Does not display on the we page
        <a>
        HTML code for an anchor tag, which creates a hyperlink. Must include the HREF attribute which gives the destination of the link.
        Example: <a href="http://www.myisp.com/~myname/mypage.htm"> My page</a> will display as My page. When the link is clicked, the browser loads the page specified in the HREF path.
        <b>
        HTML code makes text bold.
        <body>
        Required HTML tag that contains the contents of the HTML page.
        <br>
        HTML code for a line break. Use the attribute CLEAR to stop text wrapping around images.
        Example: <br clear=all>
        <dd>
        HTML code that marks off the definition in a definitions list. Preceded by a DT tag and contained inside a DL tag.
        <dl>
        HTML code that marks a definitions list, composed of terms and definitions. Contains DT (term) and DD (definition) tags.
        <dt>
        HTML code that marks the term being defined in a definitions list. A DD tag follows immediately. Contained in a DL tag.
        <em>
        HTML code for emphasis. Most browsers will show EM text in italics.
        <font>
        HTML code that controls appearance of text using the attributes FACE, SIZE, COLOR.
        Example: <font face="Garamond, Georgia, Times New Roman, serif" color="#FF0000" size="4">My Job</font> will display as My Job
        <h1>, <h2>, <h3>, <h4>, <h5>, <h6>
        HTML code for headings. Top level is h1. Generally, size of text and boldness vary, with H1 being largest.
        <head>
        HTML code that contains instructions about the page, but none of the content shown on the page. The HEAD comes after the HTML tag and before the BODY tag.
        <hr>
        HTML code for a horizontal line across the page
        <i>
        HTML code to make text italic.
        <img>
        HTML tag for an image. Must contain at least the SRC attribute to give the path to the image file. Other image attributes include BORDER, WIDTH, HEIGHT, HSPACE, VSPACE, ALIGN, ALT.
        Example: <img border="0" src="../icon-floppy.gif" width="20" height="20" hspace="10" vspace="10" align="middle"> displays the image with extra space around it and aligned vertically to the middle of the text line.
        <li>
        HTML code for an item in a list, either an ordered or an unordered list.
        <ol>
        HTML code for an ordered list, which will number the items in the list. choices for numbering are Arabic numbers like 1, 2, 3, or Roman numbers like I, II, III... or i, ii, iii,... or letters like A, B, C... or a, b, c.
        <p>
        HTML code for a paragraph. Paragraphs have extra white space below compared to wrapped text.
        <strong>
        HTML code for another form of emphasis. Most browsers display as bold.
        <table>
        HTML code for a table. Must contain at least one row <tr> </tr> and one cell <td> </td>.
        <td>
        HTML for a table cell
        <title>
        HTML code that sets a title for the page, which is displayed in the Title bar of the browser window by most browsers.
        <u>

        HTML code that underlines characters
        <ul>
        HTML code for an unordered list, which will place a bullet in front of each item in the list. Bullets may be a circle, disc, or square.
        Parveen K - Forum Administrator
        SEO India - TalkingCity Forum Rules - Webmaster Forum
        Please Do Not Spam Our Forum

        Comment

        • Guest

          #5
          these are great

          These are great postings for html use. I'm learning how to do this now and let me tell you I'm not having an easy time of all of it. I have the basics but I'm trying to put incredimail stat's for download I have figured out how to put previews of the stat's but I have to find out how to make the .imf downloadable.(make sense?) If anyone can help it would be appricated

          countrygirl

          Comment

          • ceesil

            #6
            Do you want to give the function of downloading your product from your site or do you want to make some downloading script as it is not clear from your post.Let me know so that I can ***ist you further.

            Comment

            • kevin
              Love is life
              • Dec 2015
              • 83

              #7
              hi

              it seem from your posting that youwant to give downloading facility for .IMF files. Although it is not clear from posting and i have idea that you have IMF files and you just want visitors to download them

              Write tags as belwo

              <a href=path_to_downloadfile/yourimffile.imf> Download Stats</a>

              hope this will clear something, better way is to make them zip files

              Comment

              • Kate78
                Junior Member
                • Sep 2006
                • 2

                #8
                A lot of good information, THANKS

                Comment

                • Guest

                  #9
                  Cool

                  Thanks. for the Awsome post. That was really helpful at this moment.

                  Comment

                  Working...
                  😀
                  😂
                  🥰
                  😘
                  🤢
                  😎
                  😞
                  😡
                  👍
                  👎