[ad#adsense-banner-01]

In this video we’ll take our introduction to html to the next level. You will learn about several common tags and how to use them in your code. Along the way I’ll show you some helpful tips and tricks.

Code Example From the Video

<html>
	<head>
		<title>This is the title</title>
	</head>
	<body>
		<h1>This is my <em>website</em></h1>
		<h2>Please &nbsp;&nbsp;&nbsp;&nbsp;enjoy your visit</h2>
		<p>Welcome to my first website. <br />This is HTML code.
		<!--Remember to check this link-->
		<a href="http://google.com" target="_blank">
		Click here to search <strong>Google</strong></a>.</p>
	</body>
</html>

Resources

[ad#adsense-image-large]

Share this with someone:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Furl
  • StumbleUpon
  • Technorati
  • Tipd
  • TwitThis
  • De.lirio.us
  • Netvibes
  • Reddit
  • Tumblr

Leave a Reply

You must be logged in to post a comment.