How to play the Tactile Times Hangman game

We now have an online Hangman game which is fully-operational. It is fully-accessible with screen readers. The objective of the game is to guess a word the computer has chosen in as few wrong guesses as possible. Getting ready Before you can play the game you will need to get ready. Go to https://games.tactiletimes.org/hangman.php Under … Read more

The Benefits of using CSS for styling your web pages

You have probably heard of The three components of the web (HTML, JavaScript and CSS), but why is CSS even needed What is it? CSS stands for cascading style sheets. It is a way to style an HTML document without adding inline style tags (e.g. style=”background-color:…; color:…;”) to all elements on the page that you … Read more