Tutorial Categories
Tools and Software
Site Search


Advanced Search
Tutorial Options
Popular Tutorials
  1. Photoshop Concept Car Makeover
  2. Photoshop Man Of Fire Part I
  3. Photoshop Magic Marker Effect
  4. Photoshop Man Of Fire Part II
  5. Photoshop Car Makeover Part II
No popular tutorials found.
Popular Authors
  1. Cory Crampton
  2. Daniel Phillips
  3. tanmay goswami
  4. Rails Forum
  5. Brendan Horverson
  6. CodeCrunch Tutorial Bot
  7. PhotoshopBee .com
  8. Jamie Lewis
  9. Nick Cote
  10. Luther Avery
No popular authors found.
 »  CodeCrunch  »  HTML and CSS  »  HTML For The Newcomer: Part 2
HTML For The Newcomer: Part 2
By Daniel Phillips | Published  06/24/2006 | HTML and CSS | This tutorial viewed 3662 times
HTML For The Newcomer: Part 2
 Welcome to the second installment in the series of basic, user friendly HTML tutorials I am writing.

In the last tutorial we studied a very basic HTML document, it only involved the most basic of tags,, and diddnt look like much more than a few words when viewed in a web browser.

In this tutorial you will learn how to add other features in HTML to make your webpage look better!
First lets take a look at the code we had last time.

<html>
<head>
<title> <b> Hello this is my first html document </b>  </title>
</head>
<body>
<b> hello world </b>
</html>

This code will display a page that looks like this in your browser.


What is the first thing you notice about this page, ITS DULL! , there is no colour, it just looks default and boring, so how do you solve this problem, one way is to add a background colour.




Comments
  • Comment #1 (Posted by Kurt)

    Theses tutorials are great! Really easy for first time, never seen HTML code before newbs.
     
  • Comment #2 (Posted by Sneha)

    Thanks for this tutorial..
     
Submit Comment