Category: HTML5
Make three rectangles (Div or Span containers) as shown in the above figure. Clicking on any rectangle should display (using alert is fine) the name of the rectangle. Three …
According to W3school, HTML5 has added a new tag, details. Its example usage is: <details> <summary>Computing & Technology.</summary> https://helloacm.com </details> If your browser supports HTML5 and supports this tag, …
Before HTML5, there is no easy way to read files from you local hard drives in the browser because reading files exposes security issues. Long time ago, you might …
In this post and this post, we know to replace the inbuilt wordpress search engine by using Google. It requires modification of PHP templates, which may not be possible …
The following dropdown list to share current post to a number of sites is added to wordpress blog (you could also add it to your own website as well). …