HTML_Interview_Cheat_Sheet
HTML_Interview_Cheat_Sheet
1. What is HTML?
HTML (HyperText Markup Language) is the standard language used to create webpages. It structures
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<p> - Paragraph
<a> - Hyperlink
<img> - Image
5. Extra Tip: