Categories
Learn HTML

HTML: tbody tag

HTML: <tbody> tag In this series of learning HTML, we will teach you how to use HTML tbody tag with proper syntax and lots of examples. Let’s start on the HTML tbody tag.   Description of HTML tbody tag The HTML tbody tag is used to group a set of table rows (tr tags) together into a […]

Categories
Learn HTML

HTML: caption tag

HTML: <caption> tag In this series of learning HTML, we will teach you how to use an HTML caption tag with proper syntax and lots of examples. Let’s start on the HTML caption tag. Description of HTML caption tag The HTML caption tag is used to add a caption to an HTML table. The caption tag […]

Categories
Learn HTML

HTML: area tag

HTML: <area> tag In this series of learning HTML, we will teach you how to use HTML area tag with proper syntax and lots of examples. Let’s start on the HTML area tag. Description of HTML area tag The HTML <area> tag defines a specific area within an image map that is clickable and links to […]

Categories
Learn HTML

HTML: del tag

HTML: <del> tag In this series of learning HTML, we will teach you how to use HTML del tag with proper syntax and lots of examples. Let’s start on the HTML del tag. Description of HTML del tag The HTML <del> tag is used to indicate text that has been deleted or removed from a document. It […]

Categories
Learn HTML

HTML: title tag

HTML: <title> tag In this series of learning HTML, we will teach you how to use an HTML title tag with proper syntax and lots of examples. Let’s start on the HTML title tag.   Description of HTML title tag The HTML title tag is used to define the title of an HTML document. The text within […]