HTML

HTML pre element | …

<pre> tag defines preformatted text which is displayed in a fixed-width font (usually …

HTML Headings

HTML headings are titles or subtitles of a webpage. They are defined with the <h1> to …

HTML br element | Line …

<br> tag defines a line break. 1<p>what a <br>wonderfull<br> world</p> …

HTML hr element | …

<hr> tag defines a horizontal rule which is used to separate content in HTML 1<p>what a …

HTML p element | …

<p> tag defines new line(paragraph) and browsers automatically add some white space (a margin) …

HTML Tables

HTML table allows to arrange data into rows and columns. Each table row starts with a <tr> and …