Computer Applications
Related Questions
Write HTML code to create tables as shown below :
Write HTML code to create tables as shown below :
Write HTML code to create tables as shown below :
How to create hyperlinks.
<HTML> <BODY> <P> <A href = "lastpage.htm">This text</A> is a link to a page on this Web site.</P> <P> <A href="http://www.microsoft.com/"> This text</A> is a link to a page on the World Wide Web. </P> </BODY> </HTML>