To put a link, use the following code:
<a href="http://google.com">Google</a>
The result is as follows:
Make sure you change "http://google.com" to the address of the site that you want to link to and that you change "Google" to the text that you want users to see.
To put an image into your web page, use the following code:
<img src="http://www.google.com/intl/en/images/logo.gif">
The result of that code is as follows:
Make sure that you change "http://www.google.com/intl/en/images/logo.gif" to the address of the image you want to display.
So those are two basic html tips!
No comments:
Post a Comment