The CSS float property is very important property for layout. First, you have to understand how it works then only can position your web page designs exactly as you want them to display.
A CSS float property looks like this:
.right {float: right;}
Step by Step: Floating an Image to the Right
Step 1: Start with a paragraph of text and an image
For example, your paragraph will look like this:
<p>As jy soek na gratis PowerPoint templates het, het jy op die regte plek. Ons het ‘n groot versameling van agtergronde, voorlegte, en meer inspirerende free stuff pragtige presentaties op te bou. Alle temas ontwerp is gratis om af te laai en ook 2 of meer skyfies gereed-vir-gebruik. Aflaai, pak en neem die volle beheer oor jou PowerPoint voorleggings.</p>
Today, I will teach you how to write JavaScript and HTML so that when visitors come to your site click on the image button, then the image button will change to a new image button. When the visitor clicks on the other image button, the original image button will reappear.
Here’s the code for creating an onclick image swap effect, just follow it step by step:
Every webmaster also know that table cells can be spanned more than one column or row. The attribute of ROWSPAN is used to make cell span multiple rows. If let say ROWSPAN=”3″ it will only span a column vertically across three rows.