HTML IS USED TO CREATE
Answers
Answered by
9
HTML
✴HTML is used to create web pages in the Internet.
✴HTML , an acronym for Hyper Text Markup Language is a language used to describe structured documents as well as to create web pages in the Internet.
✴Tags are special codes in an HTML document and they are marked with angle brackets.
✴Every HTML document begins with <HTML> and ends with </HTML> tags.
A format is given below :-
<HTML>
<HEAD>
<TITLE>
Anything
</TITLE>
</HEAD>
<BODY>
Content.....
</BODY>
</HTML>
Answered by
7
Explanation:
First developed by Tim Berners-Lee in 1990, HTML is short for Hypertext Markup Language. HTML is used to create electronic documents (called pages) that are displayed on the World Wide Web. Each page contains a series of connections to other pages called hyperlinks.
Similar questions