HTML: <dl> tag In this series of learning HTML, we will teach you how to use the HTML dl tag with proper syntax and lots of examples. Let’s start on the HTML dl tag. Description of HTML dl tag The HTML <dl> tag is used to define a description list. A description list consists of a list […]
Author: Home4Cloud
HTML: option tag
HTML: <option> tag In this series of learning HTML, we will teach you how to use the HTML option tag with proper syntax and lots of examples. Let’s start on the HTML option tag. Description of HTML option tag The HTML <option> tag is used to define an option in a dropdown list or a list […]
HTML: form tag
HTML: form tag In this series of learning HTML, we will teach you how to use HTML form tag with proper syntax and lots of examples. Let’s start on the HTML form tag. Description of HTML form tag The <form> tag in HTML is used to create an HTML form that allows users to enter […]
HTML: body tag
HTML: <body> tag In this series of learning HTML, we will teach you how to use the HTML body tag with proper syntax and lots of examples. Let’s start on the HTML body tag. Description of HTML body tag The HTML <body> tag is used to define the main content of an HTML document. It contains […]
HTML: sup tag
HTML: <sup> tag In this series of learning HTML, we will teach you how to use HTML sup tag with proper syntax and lots of examples. Let’s start on the HTML sup tag. Description of HTML sup tag The HTML <sup> tag is used to define superscript text in an HTML document. Superscript text is text that […]
HTML: sub tag
HTML: <sub> tag In this series of learning HTML, we will teach you how to use HTML sub tag with proper syntax and lots of examples. Let’s start on the HTML sub tag. Description of HTML sub tag The HTML <sub> tag is used to define subscript text in an HTML document. Subscript text is text that […]
HTML: table tag
HTML: <table> tag In this series of learning HTML, we will teach you how to use HTML table tag with proper syntax and lots of examples. Let’s start on the HTML table tag. Description of HTML table tag The HTML <table> tag is used to create a table in an HTML document. Tables are used to display […]
HTML: q tag
HTML: <q> tag In this series of learning HTML, we will teach you how to use HTML q tag with proper syntax and lots of examples. Let’s start on the HTML q tag. Description of HTML q tag The HTML <q> tag is used to indicate a short inline quotation, or a “quote” within a sentence […]
HTML: u tag
HTML: <u> tag In this series of learning HTML, we will teach you how to use the HTML u tag with proper syntax and lots of examples. Let’s start on the HTML u tag. Description of HTML u tag The HTML u tag is used to underline text. It is typically used to indicate that the text […]
HTML: abbr tag
HTML: <abbr> tag In this series of learning HTML, we will teach you how to use HTML abbr tag with proper syntax and lots of examples. Let’s start on the HTML abbr tag. Description of HTML abbr tag The HTML “abbr” tag is used to define an abbreviation or acronym and to provide a full explanation or expansion […]