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 4
HTML For The Newcomer Part 4
By Daniel Phillips | Published  06/27/2006 | HTML and CSS | This tutorial viewed 958 times
HTML For The Newcomer Part 4
 You should by now know what that code will output in a browser, considering I have only used code that we have already covered in earlier tutorials.

Now for the new bit of code: <img src="mrt.gif">

Think of  img src as "image source"

If we were to insert the code into our document, the code would look like this.

<html>
<title> MR T FOO' </title>
<head>
<i> welcome to my MR T fansite! </i>
</head>
<body>
<p>
<b> I pity the foo' who mess with this man </b>
<p>
<img src="mrt.gif">
<body bgcolor="pink">
 </body>
</html>

With this code, The webpage would look like this in a browser






Comments
  • Comment #1 (Posted by Arm)

    Nice!
     
  • Comment #2 (Posted by sachin shetty)

    introducing n applying the new topics is very simple... so we, learners enjoy a lot to go through this
     
Submit Comment