Make HTML CSS photo gallery

Make HTML CSS photo gallery
Css and HTML is very important if you want to make photo gallery. Today, I will show you how you can make a photo gallery using html and css. First, make style(css) for our photo gallery. div.img { margin: 2px; border: 1px solid #0000ff; height: auto; width: auto; float: left; text-align: center; } div.img img { display: inline; margin: 3px; border: 1px solid #ffffff; } div.img a:hover img {border:...

Html Fraction tutorial

Html Fraction tutorial
If you want to write fraction than you can write it easily but in html you have to set this for use. I have added the code bellow. If the client does not support CSS it will be rendered as plain text, still readable as a fraction. <span class="frac"><sup>something</sup><span>/</span><sub>something</sub></span><br /> <style>span.frac...

HTML Tables Tutorial

HTML Tables Tutorial
You have seen table in any website mainly sports websites. You can create a table easily by html. There are many tags to show data on table. The primary 3 tags are table tr - (table row) td - (table data) You can create a table by using these 3 tags(grid system). A simple Table <table> <tr> <td>HTML</td> <td>JS</td> <td>SQL</td> </tr> <tr> <td>CSS</td> <td>PHP</td> <td>MySQL</td> </tr> </table> Preview HTML JS SQL CSS PHP MySQL I...

Html superscript, subscript and delete tutorial

Html superscript, subscript and delete tutorial
HTML → Superscript <p> This text is <sup>superscripted!</sup></p> Result: This text is superscripted!   HTML → Subscript <p> This text is <sub>subscripted!</sub></p> Result: This text is subscripted! HTML → Delete You can use del tag to delete any word or line. <p> This text is <del>deleted</del></p> Result: This text...

Popular Posts

Post Category

Blog Statistics

Now online

Page views
Powered by Blogger.