Categories
Learn HTML

HTML td tag

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

Categories
Learn HTML

HTML: strong tag

HTML: <strong> tag In this series of learning HTML, we will teach you how to use an HTML strong tag with proper syntax and lots of examples. Let’s start on the HTML strong tag.   Description of HTML strong tag The HTML strong tag is used to define text that should be emphasized and displayed as bold. […]

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: dd tag

HTML: <dd> tag In this series of learning HTML, we will teach you how to use the HTML dd tag with proper syntax and lots of examples. Let’s start on the HTML dd tag. Description of HTML dd tag The HTML dd tag is used in conjunction with the dl tag to create a description list in […]

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 […]

Categories
Learn HTML

HTML: span tag

HTML: <span> tag In this series of learning HTML, we will teach you how to use HTML span tag with proper syntax and lots of examples. Let’s start on the HTML span tag. Description of HTML span tag The HTML “span” tag is used to apply inline styling or to group a set of inline elements in […]

Categories
Learn HTML

HTML: blockquote tag

HTML: <blockquote> tag In this series of learning HTML, we will teach you how to use HTML blockquote tag with proper syntax and lots of examples. Let’s start on the HTML blockquote tag. Description of HTML blockquote tag The HTML “blockquote” tag is used to indicate a section of quoted content from another source within a document. The […]

Categories
Learn HTML

HTML: script tag

HTML: <script> tag In this series of learning HTML, we will teach you how to use HTML script tag with proper syntax and lots of examples. Let’s start on the HTML script tag. Description of HTML script tag The HTML “script” tag is used to define a client-side script, such as JavaScript, that can be executed […]

Categories
Learn HTML

HTML: address tag

HTML: <address> tag In this series of learning HTML, we will teach you how to use HTML address tag with proper syntax and lots of examples. Let’s start on the HTML address tag. Description of  HTML address tag The HTML “address” tag is used to define the contact information for the author or owner of a […]