HTML boilerplate: This is the basic html boilerplate code
<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewport"content="width=device-width, initial-scale=1.0"><title>Document</title></head><body><!-- Body --></body></html>
* Headings:
There are six heading available in HTML, H1 is the largest among all, and H6 is smallest
<h1> Tag
<h1>Heading 1</h1>
<h2> Tag
<h2>Heading 2</h2>
* Container:
div tag
<div>This is div block</div>
span tag
<span>This is span block</span>
pre tag
<pre>Hello World</pre>
code tag
<code>
import python
</code>
* Text Formatting:
Text formatting tags are used to format text or data of HTML documents.
You cna do certain things like creating italic, bold ,strong to make your document look more attractive and understandable.
<b> tag
<b>This is bold text</b>
<strong> tag
<sub>I'am important text</sub>
<sub> tag
<sub>Subscript</sub>
* List : List can be either numerical, alphabetic, bullet, or other symbols.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Temporibus suscipit quaerat eos voluptate, ratione blanditiis nulla quibusdam explicabo iusto praesentium laborum distinctio? Quo optio voluptates atque ut voluptatem maiores rerum.