HTML Cheatsheet
<h1> HEADING1 </h1>
<h2> HEADING2 </h2>
<h3> HEADING3 </h3>
<h4> HEADING4 </h4>
<h5> HEADING5 </h5>
<h6> HEADING6 </h6>
output :
<em> emphaize </em>
<i> italics </i>
<b> bold </b>
output: emphaize italics bold
<input type = "text">
<input type = "password">
<input type = "date">
<input type = "range">
<br>
<img src="[img_girl.jpg](https://www.google.com/url?sa=i&url=https%3A%2F%2Fhandletheheat.com%2Fbest-chocolate-cake%2F&psig=AOvVaw1Fxdt57ttn4MXlsnouDHoA&ust=1709821392212000&source=images&cd=vfe&opi=89978449&ved=0CBMQjRxqFwoTCLj0xZfr34QDFQAAAAAdAAAAABAH)" width="500" height="600">