HTML uses tags. HTML tags convert Web page design into an actual Web page that can be viewed in a browser. HTML tags surround page content to format it. Browsers render HTML tags and display their results. The generic format of an HTML tag is:
! <TAG> tells the browser to do something.
! ATTRIBUTE goes inside the <TAG> and tells the browser how to do it.