HTML Headings HTML is comprised of 6 heading sizes: h1 to h6 h1 – Largest heading h2 – Large heading h3 – Medium heading h4 – Small heading h5 –…
Lesson 2 – Basic HTML elements
Stop spam through my website – Google reCaptcha
Spam is an absolute nuisance – especially when you receive repetitive contact form submissions regarding a product or service you have no interest in. This simple guide will help you…
Force website to be served with HTTPS
Create a .htaccess in the web directory of your website with the following content: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://base64.co.za/$1 [R,L]
Enable Google Analytics in WordPress
There are a couple of plugins which help you to do this, but we’ve found the simplest way is to add the Google Analytics code to the header.php file just…
Lesson 3 – HTML styling using CSS
Styling of HTML can be done in a number of ways. The easiest and often the least recommended way is to use inline styling where a style is applied to…
Lesson 4 – HTML text formatting
There are a couple of basic HTML text formatting elements, some of which include: b – bold text i – italic text strong – strong text small – small text…
Lesson 5 – HTML comments and tags
HTML comments It's always good practice to insert comments which help others understand your code. Note that there is a difference between comments which describe sections of code, and commented…
Lesson 6 – HTML colours
HTML Colours Colours can be set using colour names, RGB values, and HEX values. Using colour names <h3 style="color: red">Some heading</h3> <h3 style="color: blue">Some heading</h3> Using RGB values <h3 style="color:…
How To Install MySQL on Ubuntu
MySQL is a free to download multi-platform database management system. Assuming you require a Debian distribution, please follow these simple steps for download and installation. To get started, open your…
Redirect not working cPanel – Solved
When creating a temporary or permanent redirect in cPanel from one directory to another, you might find the redirect simply doesn’t work. The most likely case is that your source…









