Examples of Python
BUG (BUGFIX) Bugs: Reported defects tracked in bug database.
HACK (CLEVER, MAGIC) Hacks: Temporary code to force inflexible functionality, or simply a test change, or workaround a known problem.
NOTE (HELP) Notes: Sections where a code reviewer found something that needs discussion or further investigation.
GLOSS (GLOSSARY) Glossary: Definitions for project glossary.
CRED (CREDIT, THANKS) Credits: Accreditations for external provision of enlightenment.
RVD (REVIEWED, REVIEW) Reviewed: File-level indicator that review was conducted.
Examples of HTML
<img> is an image tag. It allows you to have images on your page.
<h1> to <h6> are heading tags. <h1> defines the most important heading. <h6> defines the least important heading
<a> is a links tag. It allows you to add links to your page.
<TABLE> is a tag that allows you to put tables on your page
<BODY> is a tag that you put before you start the body of your page.
<U> is what yoou use when you want to underline something