Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 9:49 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 3 posts ] 
Author Question
 Question subject: HTML Tags -2
PostPosted: Fri Jun 29, 2007 12:25 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time

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



_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: HTML Tags -2
PostPosted: Tue Apr 28, 2009 1:28 pm 
Offline
Newbie
User avatar

Joined: Tue Apr 07, 2009 2:09 pm
Posts: 13
Has thanked: 0 time
Have thanks: 0 time
nice work :)
thanks for sharing :)

web design chennai

_________________
web design chennai


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: HTML Tags -2
PostPosted: Wed Apr 29, 2009 5:54 am 
Offline
Newbie
User avatar

Joined: Wed Apr 29, 2009 5:48 am
Posts: 2
Has thanked: 0 time
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!).

* <!--...-->
* <!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>
_____________________
Hair salon coupons
amber teething necklaces


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 3 posts ] 
Quick reply


  

 Similar topics
 Usage of xmp html tag
 display code block using html
 read php file in asp and display it as html
 keywords and description of HTML page using meta tag
 wrapping text around image in html
 draw a horizontal line in your html page
 Examples of heading tags
 Configuring the header html font
 multi-frameset and non-re-sizable html frame pages
 What are PHP,PSD to HTML ?

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team