January 23, 2025
Engineering, git, github, HTML, HTML5, markdown, Software Engineering, web programming, webhosting, website
Creating a GitHub Pages site is a simple process that allows you to host a personal, project, or organisation site for free. Follow this guide to get started. Step …
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 …