What does HTML stand for: Hypertext Markup Language. HTML Language uses: Tags. A <tag>: Tells the browser how to format our content. <h> is: Header Tag. New heading tags can be added by using;: . <p> is: paragraph tag. An attribute is a; : Different options for each tab. Style tags are used to;: Used at the top of the page to apply a style to the entire document. <style>: Found at top of styling options. Body tags are used;: element that wraps everything that is visible on the page.. <body>: Body tag. A Header;: First Line of your code. <html>: Gives you structure and text. <img> tag finds;: finds the image located at the a URL and the src attribute and then displays it.