When updating the front-end of your website whether it’s WordPress, another framework or a custom build, you can really make it pop when you know where to find great front-end resources. In this article I will cover 5 of the best front-end resources that I use time and again on all of the websites that…
All posts in Software Reviews
Top 10 Essential WordPress Plugins
WordPress Plugins WordPress Plugins provide a simple way for you as a blog owner to extend and expand the functionality of your WordPress site. Automatically install plugins from the WordPress Plugin Directory or manually upload a plugin in .zip format by clicking the button at the top of the plugin page on your admin dashboard.…
Complete List of Standard HTML5 Tags
= New in HTML5 <!DOCTYPE> is not a tag, but rather a declaration. All HTML documents must start with a <!DOCTYPE> declaration. In HTML5, the declaration is <!DOCTYPE html>. Structural Tags Tag Description <a> Defines a hyperlink or an anchor. <article> Defines self contained content like a blog post or forum post. <aside> Defines some…