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