Static WebPage Hosting

Demand for fast loading websites are increasing day by day. Use of CDN, is an essential part of fast loading webpages. Static WebPages are cached by almost all the CDNs….

How to create a simple HTML webpage?

This tutorial will help you create a very basic HTML page. This is really the first step towards web-page development using HTML. <!DOCTYPE html><html><head><title>Title of your Web-Page</title></head><body> <h1>Heading of Web-Page</h1><p>This is…