HTML tags are used to define different objects like paragraph, table, etc. some of the very useful tags are shown belove.
<HTML> (main HTML tag which defines language)
<HEAD> (this tag defines heading of your web page)
<BODY> (this tag defines starting of body of your web page)
<TABLE>...