Switch to full style
HTML,DHTML,Javascript,XML,CSS
Post a reply

HTML Tags -2

Fri Jun 29, 2007 12:25 am

How to make line breaks in you page
Code:
<p>This <br> is a para<br>graph with line breaks</p>

Example :
Code:
This  is a paragraph with line breaks


How to make comment in your page :
Code:
<!-- This is a comment -->

How to underline text
Code:
<u>Underlined text</u>

Example :
Code:
Underlined text

How to make your text italic :
Code:
<i>Underlined text</i>

Example :
Code:
Underlined text


How to make links in your page :
Code:
<a href="http://www.codemiles>Text to be displayed</a>


Here is how to make tables in your page :
Code:
<table border="1">
<tr>
<th>Heading</th>
<th>Another Heading</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>

Example :
Code:













HeadingAnother Heading
row 1, cell 1row 1, cell 2
row 2, cell 1row 2, cell 2






Re: HTML Tags -2

Tue Apr 28, 2009 1:28 pm

nice work :)
thanks for sharing :)

Re: HTML Tags -2

Wed Apr 29, 2009 5:54 am

Below is a complete list of HTML tags from the HTML 4.01 specification. The HTML tags are listed alphabetically to help you quickly find the tag you're looking for (or to find out whether it exists or not!).
html code
* <!--...-->
* <!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>
* <h1>
* <h2>
* <h3>
* <h4>
* <h5>
* <h6>
* <head>
* <hr>
* <html>
* <i>
* <iframe>
* <img>
* <input>
* <ins>
* <isindex>
* <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>


Post a reply
  Related Posts  to : HTML Tags -2
 H1 H2 H3 H4 H4 H5 H6 heading html tags     -  
 How meta tags can be written in HTML     -  
 bold-heading-paragraph-HTML-Tags     -  
 unordered-ordered-Definition-list-HTML-Tags     -  
 form-Radio-buttons-checkBoxs-actions-HTML-Tags     -  
 Important JSP tags     -  
 help in meta tags     -  
 PHP Start and End Tags     -  
 Examples of heading tags     -  
 What are PHP,PSD to HTML ?     -