HTML / CSS Tutorials
Create basic website layout with HTML CSS
This is going to be a short and basic tutorial meant especially for beginners. Almost every website consists of this basic layout which includes a Header, Sidebar, Content Area and footer. Read More
Creating Simple Tabs HTML, CSS & jQuery
In this Tutorial, we will be Creating Simple Tabs HTML, CSS & jQuery. Creating a tabbed component is actually a simple task, although it may not seem it at first and obviously depends on your level of skill. The difficulty also depends on how advanced you want your tabs to be, but for the sake of this tutorial, I am keeping it simple. Read More
Simple Navigation Bar with HTML / CSS
In this tutorial i am going to show you how to create a simple navigation bar with HTML / CSS. The easiest ways is to use a simple unordered list as your HTML structure and then style it using CSS. With the right styling you can even achieve some creative effects Let's get right into the code and build a simple menu. Read More
Style a Contact Form with CSS
In this simple tutorial you will learn how to style contact form with css. First we will create simple form in HTML. This form is created by following this tutorial "How to Create simple contact form with PHP". Read More
How to Redirect in HTML (Page or URL)
If you need to redirect your visitors to a new page, this HTML redirect code may be just what you're looking for. I will show you how to redirect in HTML. Read More