Computer Study
br Tag in HTML
The <br> tag in HTML stands for “line break” and is used to create a line break or a new…
Read More »body Tag in HTML
The <body> tag is one of the most important tags in HTML, as it contains the main content of a…
Read More »blockquote Tag in HTML
The <blockquote> tag is an HTML element that is used to indicate a block of quoted text. It is typically…
Read More »big Tag in HTML
The <big> tag in HTML is used to increase the font size of the text enclosed within it. It is…
Read More »bdo Tag in HTML
The <bdo> tag in HTML stands for “Bi-Directional Override”. This tag is used to override the default text direction of…
Read More »Bdi Tag in HTML
The <bdi> tag is a relatively new HTML5 tag that is used to isolate a span of text that might…
Read More »Basefont Tag in HTML
The <basefont> tag in HTML is used to define the base font size, color, and face for a web page.…
Read More »Base Tag in HTML
The <base> tag in HTML is used to specify the base URL or base address for all the links and…
Read More »B Tag in HTML
The <b> tag in HTML is used to make text bold. When you use the <b> tag, the text enclosed…
Read More »HTML Audio Tag
The HTML <audio> tag is used to embed audio content into a webpage. It is a self-contained tag, meaning it…
Read More »