HTML Cheatsheet for quick help on various html tags
Here is a quick guide for you, that will help you a lot if you work on web development projects. Use this HTML cheat sheet to quickly find the code you need. All you need to do is copy (from this cheat sheet) and paste into your website’s code. If need be, you can change the values to suit your particular situation.
Basic Tags
<html></html> Creates an HTML document
<head></head> Sets off the title and other information that isn’t displayed on the Web page itself
<body></body> Sets off the visible portion of the document
