While creating an email, you will often use basic HTML tags such as:
<html> - Defines the root of an HTML document. <head> - Contains meta-information about the document. <body> - Contains the content of the document. <p> - Defines a paragraph. <a> - Defines a hyperlink. <img> - Embeds an image.