Customize your website by collect HTML, JAVA, CSS, FBML, CHAT CODE, ASCII CODE, COLOUR CODE, MAP CODE, ONLINE CODE, CONTACT US CODE, SIGN IN CODE etc with installation methode. Use HTML/JAVA/CSS CODE box to install those. If need help mail me: mhaqueshaon@gmail.com or Skype: shaon.bd1 or Phone +88 01675 209124. You can also order for new web design with free Domain and Hosting.

Tuesday, July 19, 2011

Add/Change Header of your Website/Blogg

To change or add a header you have to add some text on the following code. If you add or change the code then your heading will be changed.

The code is

<html>
<body>

<h1>Customize Your Website</h1>

<p>Collect some tips to change your web looking</p>

</body>
</html>

**Just change the Red color sentences.

To change Header font, size, color


#header h1 {
    font: bold 220% Droid Serif,Serif;
    letter-spacing: -1px;
    margin: 0;
    padding: 30px 32px 1px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: none;



Share this

Add Table by HTML

Tables are defined with the <table> tag.

A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). td stands for "table data," and holds the content of a data cell. A <td> tag can contain text, links, images, lists, forms, other tables, etc.

The code is:

<table border="1">
<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>


It look like this:





Table with Header:

The code is:

<table border="1">
<tr>
<th>Header 1</th>
<th>Header 2</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> 


It looks like this: 







Some Table Tag's are here:

 >>TAG<<                       >>Description<<
 <table>                          Defines a table
<th>                               Defines a table header
<tr>                               Defines a table row
<td>                              Defines a table cell
<caption>                       Defines a table caption
<colgroup>                     Defines a group of columns in a table, for formatting
<col />                            Defines attribute values for one or more columns in a table
<thead>                          Groups the header content in a table
<tbody>                          Groups the body content in a table
<tfoot>                            Groups the footer content in a table

Share this

Add Image

To add an Image on your website follow the instruction:


At first write the following code:

<img src="url" alt="some_text"/> 


Then the URL of the photo type on the section of "url" such as "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiepNgBh_N9VdMgQ4PiVZ9WfcZkMXY-I1fXYki5O0969WYnFiWesUXuYw9GTOoCzc-pyKyvcjAwqfVljpytOlnivJREMQJV82HH_7hyQCjsMOluxTp_DHV3hiEneTTtPzghEIKyFU-CVYg_/s1600/final+logo+2.bmp". And then write some text on the section of "some_text" such as "Customize Your Website"

See the example:

<img src=" https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiepNgBh_N9VdMgQ4PiVZ9WfcZkMXY-I1fXYki5O0969WYnFiWesUXuYw9GTOoCzc-pyKyvcjAwqfVljpytOlnivJREMQJV82HH_7hyQCjsMOluxTp_DHV3hiEneTTtPzghEIKyFU-CVYg_/s1600/final+logo+2.bmp " alt=" Customize Your Website "/>   


Share this

Add font on your post

Every web founder want to add several font on his/her post. And that's why i publish this post to help them.

The <font> tag is deprecated in HTML 4, and removed from HTML5. The World Wide Web Consortium (W3C) has removed the <font> tag from its recommendations. In HTML 4, style sheets (CSS) should be used to define the layout and display properties for many HTML elements.

The example below shows how the HTML could look by using the <font> tag: 



<p>
 
<font size="5" face="arial" color="red">
This paragraph is in Arial, size 5, and in red text color.
</font>
</p>

 
or,
<p>
<font size="3" face="verdana" color="blue">
This paragraph is in Arial, size 5, and in red text color.
</font>
</p>



** Just type your font red mark area, change color name on blue mark area, you can also change the font size on size area.


Example:

<p>
<font size="3" face="times" color="
red">
 This paragraph is in Arial, size 14, and in blue text color.
</font>
</p>
 

Share this

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by M Haque Shaon | Bloggerized by Siam Webs - Online Works | English Quran