Here are some key HTML tags and attributes:
<p> - Defines a paragraph
<h1>-<h6> - Headings from level 1-6
<strong> - Bold text
<em> - Italicized text
<a href="url"> - Anchor tag for hyperlinks
<img src="image.jpg"> - Image tag
<div> - Defines a division or section
<span> - Inline container for text
<table> - Defines a table
<tr> - Table row
<td> - Table data/cell
<ul> - Unordered list
<ol> - Ordered list
<li> - List item
<form> - Form