Total members 11890 |It is currently Thu Apr 25, 2024 2:47 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





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






_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time

nice work :)
thanks for sharing :)


Author:
Newbie
User avatar Posts: 13
Have thanks: 0 time

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>



Author:
Newbie
User avatar Posts: 2
Have thanks: 0 time
Post new topic Reply to topic  [ 3 posts ] 

  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 ?     -  









Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com