HTML Programming Cheatsheet
HTML Programming Cheatsheet
<!DOCTYPE html>
<html>
<head>
<title>
<body>
<h1> to <h6>
<p>
Defines a paragraph.
<a href='url'>
Defines a hyperlink.
Embeds an image.
<div>
<span>
Inline container for text.
<br>
<hr>
<form>
<input>
<button>
<link>
<script>