1. What are tags #

Created Sunday 14 February 2021

What is HTML #

Tags #

Attributes #

Anatomy of a webpage #

<!DOCTYPE html>
<!--Ignore this for now-->
<html>
  <head> </head>

  <body></body>
</html>

Other basic tags #

Facts about HTML #