What is HTML?
HTML is Not Programming Language, HTML is markup Language yang, it is set of markup tags. they are describe page contents
What is HTML Tags?
HTML markup Tags known as HTML Tags
Tags HTML commonly surrounded by angle brackets and come in pairs , called
opening tag pembuka and closing tag
Example <p> dan </p>
<tag> test </tag>