HTML Tags
HTML Textarea
The HTML <textarea> tag is used to define a multi-line text input control. It can hold unlimited number of characters and the texts are displayed…
HTML bold tag
HTML bold tag is represented by <b> tag. HTML <b> tag is used to display the written text in bold format. It is strictly a…
HTML NoScript Tag
HTML <noscript> tag is used to define an alternate content for the users who have disabled scripting from the browser and want to access the…
HTML Script Tag
HTML script tag is used to specify client-side script such as JavaScript. It facilitate you to place a script within your HTML document. JavaScript is…
HTML br tag
HTML <br> tag or element is used to break line in a paragraph. It is generally used in poem or address where the division of…
HTML hr tag
HTML <hr> tag is used to specify a paragraph-level thematic break in HTML document. It is used when you abruptly change your topic in your…
HTML Button Tag
The <button> tag is used to create a clickable button within HTML form on your webpage. You can put content like text or image within…
HTML Input Tag
The HTML <input> tag is used to represent a form input control in HTML document. This form input control facilitate user to input data and…
HTML Label Tag
The <label> tag is used to specify a label for an <input> element. It adds a label to a form control such as text, email,…
HTML code tag
HTML <code> tag is used to represent computer code. It is a phrase tag which defines a piece of computer code. By default, it is…