CSS Selectors

CSS, Tutorials No Comments
Post Image

In this post I talked about creating a stylesheet. Now I will talk about the syntax and the selectors commonly used to do basic customisation of a webpage.

Read more

Center an element horizontally with CSS

CSS, Tutorials No Comments

So you want your website to be in the middle of the page. But you don’t want to use the <center> because it is deprecated and won’t validate.

This is a simple way to align your website layout to the center using just CSS, and it’s valid :)

Read more

Doctypes

HTML, Tutorials No Comments

Doctypes tell your browser what kind of markup language your pages use.

There are many different Doctypes, and with each DTD there are tags that can’t be used, which would make your web pages invalid if they are used.

Read more

Basic HTML

HTML, Tutorials No Comments
Post Image

HTML is the most basic thing you need to know if you want to create your own website. In this tutorial we will learn how to create the basic page, and some of the most commonly used tags.

Read more

CSS

CSS, Tutorials No Comments
Post Image

CSS is something which customises the appearance of your web page. As many attributes are becoming deprecated, for a valid website, you will have to use CSS to customise the appearance of it.

Read more