14
2011
Simple HTML5 accordion
Today I was going through a slide titled Latest in HTML 5. There I found one of the interesting tag of HTML 5 <details>. Currently this tag is only supported… Today I was going through a slide titled Latest in HTML 5. There I found one of the interesting tag of HTML 5 <details>. Currently this tag is only supported in Chrome. This tag basically shows and hide a content. So this can be used [...]
4
2011
HTML5 tag progress
HTML5 tags are quite interesting to explore. One of the interesting tag is <porgress> this tag can be used in progress bar. This tag have got two attibutes max and value. max is used… HTML5 tags are quite interesting to explore. One of the interesting tag is <porgress> this tag can be used in progress bar. This tag have got two attibutes max and value. max is used to define the value of completion whereas value is used to current value of the progress.


An article by




