The Structure Of An Html Page

The Structure of an HTML Page

An HTML 4 document should begin with a DOCTYPE declaration that declares the version of HTML to which the document conforms. If the declaration is not made, the browser will …

Creating A Sitemap Xml File For Your Website

Creating a Sitemap XML File for your Website

Sitemaps allow a webmaster to inform search engines about URLs on a website that are available for crawling. A Sitemap is an XML file that lists the URLs for a …

How To Host Your Own Dns And/Or Webserver

How to Host Your Own DNS and/or Webserver

On a routine basis, I come across many questions on forums related to people wanting to know how to host a web server on their private network. While there is …

How To Automatically Redirect From Http To Https

How to Automatically Redirect From HTTP to HTTPS

The topic of automatically redirecting users that access your website from a non-secure connection (HTTP) to a secure connection (HTTPS) has been around for quite some time. If you search …

Pushing A Footer To The Bottom Of A Web Page

Pushing a Footer to the Bottom of a Web Page

In this tutorial, we are going to cover how to push the footer down to the bottom of your web page. While there are several ways to accomplish this, the …

How To Play Audio In Html

How to Play Audio in HTML

Adding audio can be just as challenging as adding video to your HTML web pages. Fortunately, with a little help, adding audio content to your HTML pages can be easy. …

Html Framesets And Frames

HTML Framesets and Frames

HTML Frames allow for more than one web page to be displayed in the same browser window. Each HTML document is called a frame, and each frame is independent of …

Html Event Attributes

HTML Event Attributes

The W3C has defined a set of core events that are associated with nearly every HTML and/or XHTML element. Event attributes are an important part of learning HTML so being …

Html Styles

HTML Styles

HTML is limited when it comes to the appearance of its elements. If you are trying to apply a nice look and feel to your web pages, then you’ll need …

Html Body Element

HTML Body Element

The <body> element is used to define the document’s body. Other elements are used within an opening and closing <body> tag. The <body> element contains all the contents of an …

Choosing A Programming Language For Your Website

Choosing a Programming Language for your Website

If you are not using templates to build your blog or website, then you’ll need to make some decisions for your website design. One of those being which programming languages …

Scroll to Top