Learnwebdesignonline - learnwebdesignonline.com - Learn Web Design Online

Latest News:

What is your site worth? 1 Dec 2012 | 10:26 am

Many people who own a website are interested in knowing what their site is worth.   If you Google “what is your site worth” or something similar, you will come across a whole bunch of web sites that c...

Tutorial on Creating Your First HTML 5 Page 14 Oct 2012 | 10:53 am

In this tutorial we will create a very simple HTML 5 page. We will keep it as simple as possible so that you can get something up and running quickly. HTML 5 is a significant change from HTML 4.  It c...

List Drop Down Menu Examples 6 Sep 2012 | 09:50 am

It is not a problem building a basic horizontal menu, but building a horizontal menu with drop down item upon hover is a bit more challenging — especially if it is a complex multi-level menu system. P...

When to use “em” and “i” tags for italics in HTML5 3 Sep 2012 | 07:34 pm

In HTML5, both the and the tags are perfectly fine to use.  Both will italicize text with the same appearance. So when do you use the versus the tags? Use when you want to place emphasize on particula...

Bold with b versus strong tags in HTML5 3 Sep 2012 | 07:21 pm

Some of you may have been doing web design long enough to hear the instruction of not to use the tag and to only use the tag for bolding text. Well, in HTML5, the tag is a perfectly legitimate tag to ...

How to make Internet Explorer 8 support media queries 3 Sep 2012 | 12:14 pm

CSS media queries are supported by most modern browsers including Internet Explorer 9.  However, Internet Explorer 8 does not know of CSS media queries.  But you still can make it support them by a co...

Media query syntax 3 Sep 2012 | 11:58 am

Media queries are conditional CSS rules. For example, the following written in the CSS stylesheet … @media screen and (min-width:768px) { h1 { font-size: 2em; }  } means to apply the h1 CSS rule only ...

Use of meta viewport for mobile devices 3 Sep 2012 | 11:28 am

To understand the purpose of this tag, we have to understand what mobile browsers are doing when they are rendering sites.  Let’s say that a mobile browser is trying to render a site that has a fixed ...

Resizable Images that does not break out of container 2 Sep 2012 | 11:56 am

It is great when we create pages that resizes with the browser. However, it is not so great when an user resizes the browser to be smaller than an image. Typically, the image would remain at its fixed...

Resizable Faux Columns works with responsive page 2 Sep 2012 | 11:36 am

In a previous tutorial from which we now continue, we made an responsive page that resizes as the browser resizes. But as you will note, the column lengths are uneven due to uneven content… This can b...

Recently parsed news:

Recent searches: