Hello, HTML is a language that is used to create web documents. Like all other languages, HTML too has its own syntax rules. In order to use HTML effectively, you will have to write HTML codes. For instance, all HTML documents generally begin with <html> tag. Similarly, the content body begins with <body> tag. Further, there are various formatting tags like <i> for italics etc. Therefore, for your document to be completely correct, you will have to incorporate these tags into your HTML source code. Further, in order to create hyperlinks, you will have to use the <a> tag available in HTML. This <a> tag further has an attribute href which is hypertext reference, wherein you can provide the file name/URL of the link within angular brackets (<>).
Hope this helps, -Kartik On 6/16/10, Anuj Verma <[email protected]> wrote: > Resp. Friends, I am trying to making html document, I have simply pest the > text in note pad and save with .html extantion, after than this file > successfully open by internet explorer. Is this right way or not for make > html document? > second I would like to know that how can create the link where we can > open the file by click the mouse. > with regards- > Dr. A.K. Verma > mob- 09837269234 > > Voice your thoughts in the blog to discuss the Rights of persons with > disability bill at: > http://www.accessindia.org.in/harish/blog.htm > > To unsubscribe send a message to [email protected] with > the subject unsubscribe. > > To change your subscription to digest mode or make any other changes, please > visit the list home page at > http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in > Voice your thoughts in the blog to discuss the Rights of persons with disability bill at: http://www.accessindia.org.in/harish/blog.htm To unsubscribe send a message to [email protected] with the subject unsubscribe. To change your subscription to digest mode or make any other changes, please visit the list home page at http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
