General

Gallery Widget

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:…

Continue reading
0 Comments

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…

Continue reading
0 Comments