Skip to content

Anuhyapeddi/HTML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

HTML Cheatsheet

HTML Cheatsheet

Headings

<h1> HEADING1 </h1>
<h2> HEADING2 </h2>
<h3> HEADING3 </h3>
<h4> HEADING4 </h4>
<h5> HEADING5 </h5>
<h6> HEADING6 </h6>

output :

HEADING1

HEADING2

HEADING3

HEADING4

HEADING5
HEADING6

Fonts

<em> emphaize </em>
<i> italics </i>
<b> bold </b>

output: emphaize italics bold

inputs

<input type = "text">
<input type = "password">
<input type = "date">
<input type = "range">

break tag

<br> 

Image tag

 <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"> 

About

HTML Cheatsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published