You are currently viewing our community forums as a guest user. Sign up or
Having an account grants you additional privileges, such as creating and participating in discussions.

HTML basic tags?

Discussion in '(X)HTML / CSS' started by tomylee1, Mar 19, 2010.

  1. tomylee1 New Member

  2. Alone

    ElseAndrew Active Member

    What do you want to know? Lol... There lots of basic HTML tags. Most important being <html>
  3. pic New Member

    HTML Tags List
    http://www.piclibrary.com
    http://www.w3schools.com/tags/default.asp
    <!-->
    <!DOCTYPE>
    <a>
    <abbr>
    <acronym>
    <address>
    <applet>
    <area>
    <b>
    <base>
    <basefont>
    <bdo>
    <big>
    <blockquote>
    <body>
    <br>
    <button>
    <caption>
    <center>
    <cite>
    <code>
    <col>
    <colgroup>
    <dd>
    <del>
    <dfn>
    <dir>
    <div>
    <dl>
    <dt>
    <em>
    <fieldset>
    <font>
    <form>
    <frame>
    <frameset>
    <head>
    <h1> - <h6>
    <hr>
    <html>
    <i>
    <iframe>
    <img>
    <input>
    <ins>
    <kbd>
    <label>
    <legend>
    <li>
    <link>
    <map>
    <menu>
    <meta>
    <noframes>
    <noscript>
    <object>
    <ol>
    <optgroup>
    <option>
    <p>
    <param>
    <pre>
    <q>
    <s>
    <samp>
    <script>
    <select>
    <small>
    <span>
    <strike>
    <strong>
    <style>
    <sub>
    <sup>
    <table>
    <tbody>
    <td>
    <textarea>
    <tfoot>
    <th>
    <thead>
    <title>
    <tr>
    <tt>
    <u>
    <ul>
    <var>
  4. goodboy1 New Member

    If you use XHTML, certain tags are different. For example <br> becomes <br /> likewise <img src=""> becomes <img src="" />
  5. Tired

    Mark Yeah... you know it.

    Ahh I never knew that, thanks for that info. :)
  6. Gibriya New Member

    Hello..................

    1. HTML stands for Hyper text markup language. it is literally a website broken down completely into letters and symbols.
    B. a fully functional section of the Internet
    C. a single page of a fully functional website
    D. A program used to look at completed websites
    E. A program used to edit HTML pages
    2. url, XML
    3.
    <HTML>
    <HEAD>
    <FONT COLOR="blue" FACE="arial" SIZE="14">
    <MARQUEE>
    Hi, hypershock, i did this webpage myself!
    </MARQUEE>
    </HEAD>
    <BODY BGCOLOR="BLACK">
    <SIDEBAR>
    <A HREF="http://www.google.com"> google</A><BR>
    <A HREF="http://www.yahoo.com"> yahoo</A>
    </sidebar><P>
    <align="left">
    All you need to do to see this page in HTML is put this into a notepad document and save it as a .htm file. then just double click it.
  7. MaryLyons9 New Member

    yes, these are all the basic html tags.
    ok
  8. saltedm8 Member

    There are lots of html tags, each with different rules for validation, your best bet to learn this stuff would be to check out http://www.w3schools.com

    yes there are little differences between xhtml and html, for example, you have to close all tags in xhtml for it to validate where with html you can get away with not closing tags, generally this means xhtml is simpler to learn and I find it better markup.
  9. Can u explain me the use of <abbr>,<acronym>,<blockquote>,<optgroup>,<sub>,<sup>,
    <tfoot>,<thead> tags.
  10. Jacobhine New Member

    You should search in Google in which you will get many HTML tutorials which have list of HTML tags and help you to learn HTML.

Share This Page