Posts

Showing posts with the label HTML

Input type date default placehoder change

<input id="my_date"  name="my_date"  class="form-control"  placeholder="My Date"  type="text"  onfocus="(this.type='date')"  onblur="(this.type='text')">

Three important thing in HTML

Image
1. Tag 2. Element 3. Attribute Tag is a specific thing. Element is a complete thing. Attribute define in the opening tag and modify the elements till the closing tag which in it. Example : <p align="center">This is Element Content</p> Attribute Visual Example :  Element Visual Example : 

To easily generate favicon

http://www.favicon-generator.org/ 

HTML Code Format

http://www.freeformatter.com/html-formatter.html