Here is how to make an html link:
Yahoo! .
You will see a highlighted "Yahoo! that when you click on it, It will take you to yahoo.com . Whatever is in quotes is the site address, What ever is between the >< is the highlighted text.
To make a link in a new window:
Yahoo!
Same thing, address in quotess, but notice you add
target="_blank. There is a space before target. That is Basic HTML LINKS.
Now, if you want to paste an object on your website, that's different. First, you find a place on the website where the will give you an HTML CODE or WIDGET to put the object on your site. Then, copy the code. Finally, paste the code on the HTML page. MAKE SURE, that if you want the page to be HTML compatible, the address ends in .html (ex. http://www.wlit.com/pages/melissa.html ) or /index.html (ex. http://www.webspawner.com/users/mariofcalero/index.html )
To make Bold text, put
when you want the bold text to start and where you want the bold text to end. Same thing with underline and italisize, but instead of B in the <> and >, You put I for italisize and U for underline. Hope this helps. Want more help? Email me! Your page with HTML could look as good as my page. Check it out!
http://www.webspawner.com/users/mariofcalero/index.html