



|
Description
a web page that show how to put a hyperlink inside the paragraph. Source Code <HEAD><TITLE>HTM31. Using HREF</TITLE></HEAD> <BODY> <H1>Welcome to My Web Site</H1> This <EM>organization</EM> is a non-profit organization devoted to issues of trends in computer. Our <A HREF = �example.html�>membership</A> is drawn from around the world, brought together by their common interest. If you are interested, you could join us! <A HREF = �example2a.html�>Learn how to become a member</A>. For other information, send e-mail to <A HREF = mailto:[email protected]>[email protected]</A> </BODY> </HTML> Output Welcome to My Web SiteThis organization is a non-profit organization devoted to issues of trends in computer. Our membership is drawn from around the world, brought together by their common interest. If you are interested, you could join us! Learn how to become a member. For other information, send e-mail to [email protected] |
  