HTML 5 Notes For Professional – Chapter – 5 (Text Formatting)

5 years ago

While most hypertext markup language tags are accustomed to produce components, hypertext markup language conjointly provides in-text format tags to…

HTML 5 Notes For Professional – Chapter – 4 (Paragraphs)

5 years ago

<p>: Defines a paragraph <br>: Inserts a single line break <pre>: Defines pre-formatted text Paragraphs are the most basic HTML…

HTML 5 Notes For Professional – Chapter – 3 (Headings)

5 years ago

HTML provides not only plain paragraph tags but six separate header tags to indicate headings of various sizes and thicknesses.…

HTML 5 Notes For Professional – Chapter – 2 (Doctypes)

5 years ago

Doctypes - short for 'document type' - help browsers to understand the version of HTML the document is written in…

HTML 5 Notes For Professional – Chapter – 1 (Getting started with HTML)

5 years ago

This HTML5 Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people…

How To Add 301 Redirects In WordPress And Avoid 404 Errors

5 years ago

If you have ever changed a URL on your website, or your permalink structure without adding redirects you could have…

Host Multiple Sites on a Single Amazon EC2 Instance

5 years ago

Here’s how to host multiple sites on your EC2 instance running the Amazon Linux AMI.  You might want to host…

9 Reasons Your WordPress Site Has Slow Response Time

5 years ago

How fast your website loads can have a direct effect on whether you turn visitors into new customers and fans.…

HTTP Status Codes in PHP; http header response code function

5 years ago

Output your desired HTTP status code using the status code and the header() function. Read More

Use Rsync for Daily, Weekly and Full Monthly Backups

5 years ago

Today, we will be using rsync to make daily, weekly, incremental backups and then a full compressed/archived backup once a…