HTML Cheat Sheet PDF

 HTML Cheat Sheet PDF

This HTML Cheat Sheet PDF You can Download HTML CheatSheet PDF from the end of the Post.

Here is the CheatSheet of HTML:

Tags:

Headings In HTML:

There are six headings available in HTML, H1 is the largest among all, and H6 is the smallest.

<h1>Heading 1</h1>

<h1>Heading 2</h1>

<h1>Heading 3</h1>

<h1>Heading 4</h1>

<h1>Heading 5</h1>

<h1>Heading 6</h1>

Container:
Container tags are the tags that contain some data such as text, image, etc. There are several container tags in HTML. div tag div tag or division tag is used to make blocks or divisions in the document. 
 
<div>This is div Block</div>

Span tag:
span is a container for inline content

 

<span>This is span Block</span>

Pre tag:
 pre tag represents pre-formatted text.

<pre>Hello World!</pre> 

Text Formatting:

Text formatting tags are used to format text or data of HTML documents. You can do certain things like creating italic, bold, strong text to make your document look more attractive and understandable. 

For More Download PDF for Free From Here.

 


Post a Comment

0 Comments