Home » , , , , » Simple HTML Syntax for Blogs

Simple HTML Syntax for Blogs


Modify your blog with some of simple but effective HTML codes that will make your blog stand from others...









Shading a text or paragraph
How to shade a text

How to shade a <span style="background-color: #FFFF00">text</span>   


How to shade a paragraph
<div style="background-color: #00FFFF">How to shade a paragraph</div>

Text Formatting
Bold:<b>Bold</b> 

Italic:<i>Italic</i> 
Small Text:<font size="1">Small Text</font>
Large Text:<font size="5">Large Text</font>  
This is Verdana text:<font face="verdana">This is Verdana text</font>
Go Green Save World:<font color="green">Go Green Save World</font>
 

Tables

Table with header:
Heading
Heading
row 1, cell 1 row 1, cell 2
row 2, cell 1row 2, cell 2
 
<table border="1">
<tr>
<th><div style="background-color: #808080">Heading</div></th>
<th><div style="background-color: #808080">Heading</div></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> 


<table>:Defines a table
<th>:Defines a header cell in a table
<tr>:Defines a row in a table
<td>:Defines a cell in a table

 


Get more details on Tables at www.w3schools.com
Share this article :

No comments:

 
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. BloggerTrails - All Rights Reserved
Template Created by Creating Website
Proudly powered by Blogger