0
What is a html
6 Answers
+ 10
https://www.sololearn.com/learn/HTML/1021/
+ 3
HTML means
Hyper Text Markup Language.
HTML is a markup language so it use tags
+ 2
HTML is case INSENSITIVE
This means either you use capital or small letters in a code you still get similar thing but automatically, small letter cases is used.
+ 2
Why code advertisement?
+ 1
<html>
<head><title></title></head>
<body>
</body>
</html>
0
HTML stands for Hyper Text Markup Language.
It's a markup language .
Used to create the structure of webpages