Keeping things lined up is as important in Web design as it is in print design. That’s not to say that everything should be in a straight line, but rather that you should go through and try to keep things consistently placed on a page. Aligning makes your design more ordered and digestible, as well…
One of the most frustrating experiences you can have on a Web site is being unable to figure out where to go or where you are. I’d like to think that for most Web designers, navigation is a concept we’ve managed to master, but I still find some pretty bad examples out there. There are two aspects of…
Life has gotten a lot easier since Web designers transitioned to CSS layouts, but even now it’s still important to think about how you are going to build a site when you’re still in Photoshop.
- Can it actually be done?
You might have picked an amazing font for your body, but is it actually a…
There are chances that mostly all of you are viewing this article in one of the web browsers : Google Chrome, Mozilla Firefox, Apple Safari, Internet Explorer or Opera. As these are the web browsers that are widely used all over the world. Most users those surf internet regularly never try a new web…
Windows (using Notepad)
- To create the HTML document with notepad first, open Notepad and select New Text Document.
- You will now see a new text document on your desktop titled New Text Document.
-
Now change your computers settings so you are able to see file extensions.
…
HTML is a language for describing web pages.
- HTML stands for Hyper Text Markup Language
- HTML is not a programming language, it is a markup language
- A markup language is a set of markup tags
- HTML uses markup tags to describe web pages
…
This text is bold
This text is big
This text is italic
This is computer output
This is subscript and superscript
HTML Formatting Tags
HTML uses tags like <b> and <i> for formatting output, like bold or italic text.
These HTML tags are called formatt…
If you are new to web design, maybe you are wondering why we have to limit ourselves to a small set of fonts, It is because there are a few standard fonts installed in each computer, and every visitor of your web page needs to have all these fonts you want to use installed in his/her computer. Of co…