Sunday 16 March 2014

HTML All Atribute To Click
What IS HTML?

Attributes

class

HTML elements can have one or more classes, separated by spaces. You can style elements using CSS by selecting them with their classes.
Example
<div class="big-box yellow-box">This is a big yellow box.</div>


CSS All Stiling

 What IS CSS?

Comments

Comments in CSS are signified by a forward-slash and asterisk.
Example
/* This is a single line comment */
Example
/* This 
is a multi-line
comment */

Javascript All Post

What Is PHP?

What Is Mysql?


Tuesday 19 November 2013