HTML
HOW TO - Display current date and time in HTML
Jul 1, 2023Display real-time date and time on your website with our detailed step-by-step guide
FIX for DIV Not Scrolling Vertically
Jun 20, 2023This step-by-step guide will walk you through enabling vertical scrolling for your div, ensuring that your content remains accessible even when it exceeds the available space
Fixing img src local file paths
Jan 9, 2023Getting issues with img src not loading local file paths? Check these tips to find how to fix them!
Modern HTML Boilerplate example
Feb 12, 2022Modern HTML boilerplate for starting projects and responsive web designs. Use this as a base to get started and adjust as needed. Project uses npm and sass.
How to create a Harvest Moon game with HTML - Part 1
Feb 7, 2022In this series of blog posts I plan to flesh out a harvest moon game from scratch - using just simple HTML, CSS and some JavaScript. Will not be using any frameworks :)
HTML mailto can have multiple addresses, subject and email body
Jan 6, 2022Today I Learnt (TIL)- HTML mailto URLs can do much more than just adding a 'to' email address. You can link to multiple email addresses, add cc and even body text!