HTML: Align Tag
Center – Aligns the whole text to the center of the web page ……….. align = “center”. Left – Aligns […]
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Center – Aligns the whole text to the center of the web page ……….. align = “center”. Left – Aligns […]
The <hr> tag is used to create a horizontal rule on the web page. It is an empty tag. The […]
HTML <sub> tag A subscript is a text that appears smaller than a regular text. The <sub>….. </sub> tag is […]
The <p> tag is used to create new paragraph on web page. It has a closing tag </p> which is […]
Heading defines the format and structure of a document. There are six heading tag: – <h1>…………….. </h1> <h2>…………….. </h2> <h3>…………….. […]
The tag in the HTML code inserts a line break in the text. Example: <p>Hello World!<br>I am Studytonight.</p>
The contents of the <title> element are either shown in the top of the browser, above where you usually type […]
<HTML>is a starting tag. To delimit the text inside, add a closing tag by adding a forward slash “/” to […]
Before the element you will often see a element. This contains information about the page, rather than information that is […]