Social Icons

facebook twitter

Sunday, March 25, 2012

How to create a button in css3.

it's very simple


HTML Tag is
<div class="button">
    Read More
</div>


Css is
.button{
    width:100px;
    height:30px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background: -moz-linear-gradient(top, #89ae56 0%, #85a06d 100%);
    background: -webkit-linear-gradient(top, #89ae56 0%, #85a06d 100%);
    background: linear-gradient(top, #89ae56 0%, #85a06d 100%);
    position:relative;  
    color:#fff;  
    line-height:30px;
    padding-left:10px;   
}
.button:after{
    content:"+";
    position:absolute;
    width:20px;
    height:20px;
    background:#5f5f5f;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    color:#fff;
    text-align:center;
    right:5px;
    top:5px;
    line-height:20px;
}

Monday, March 19, 2012

Css Hacks for IE6, IE7, IE8, IE9.


for Internaet Explore 6
* html .color{color:red;}

for Internet Explore 7
*:first-child+html .color{color:green;}
or 
*+html .color{color:green;}

for Internet Explore 8
@media \ Oscreen{.color {color:blue;}
}


for Internet Explore 9
:root .color{color:yellow\9;}






Friday, March 16, 2012

What is Css ?

1. Css is Cascading Style Sheets (CSS)
2. Display to a best design in web page throw Css
3. you can not create a web page without css.


Tuesday, March 13, 2012

How to create a HTML Page according to SEO ?

How to create a HTML Page according to SEO ?
Hi,
It's very simple if according to SEO create a page . Just follow the rule .

1. Define your HTML Version according to DOCTYPE

2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Your Document Title here </title>
  <meta name="generator" content=" " />
  <meta name="author" content="" />
  <meta name="keywords" content="" />
  <meta name="description" content="" />
 </head>

 <body>
  Putt here all HTML coding according to your layout .
 </body>
</html>


more information Check every Day:--   http://www.helpinhtml.com/



Monday, March 12, 2012

What is DTD ? ( In HTML )

Question :-- What is DTD and Definition and Usage ?

Answer:-  DTD is Doc Type Declaration . They are three types of Doctype Declaration

1.   Strict
2. Transitional
3. Frameset 

This is used for the declaration of the HTML file  .
It's means define the type of HTML . 

Saturday, March 10, 2012

What is HTML?

HTML stands for Hyper Text Markup Language

HTML a markup languages set of markup tags

HTML is not a programming language, it is markup language

HTML uses markup tags to describe web pages

Learn to all tutorials

At helpinhtml.com you learn HTML, Css, Jquery, All Web Development language .

You learn all Language .

Help In HTML

Hello Friends ...
 

Sample Text

Sample text

Sample Text

Sample text