What is HTML?
Question
What is HTML?
Answer
HTML or HyperText Markup Language, is a Universal language that allows an individual using special code to create web pages to be viewed on the Internet. Below is an example of HTML code that creates a link that says "Visit Computer Hope" and goes to the Computer Hope web page if clicked. This is just one example of hundreds of other HTML meta tags.
<A HREF="http://www.computerhope.com/">Visit Computer Hope</a>
Additional information
- List of HTML meta tags and web design help.
- See the HTML definition for further information about this term and related links.
