
What is HTML? What is a Hypertext link?

Hi friends,
HTML stands for Hyper Text Markup language.It defines the structure and layout of a Web document.It use different tags and attributes for adding graphics, music, video and links on a web page.
Syntax Of HTML Document..
<
HTML> <HEAD> Head information.... </HEAD> <BODY> Body information..... </BODY> </HTML>
Hyper Link....
Hyper Link is a link that is transfer to user from one page to another page.If You click on this link then browser jumps to another page.
Syntax..
<a href="Url of another page">Text....</a>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.