Categories
Learn HTML

HTML: code tag

HTML: <code> tag In this series of learning HTML, we will teach you how to use the HTML code tag with proper syntax and lots of examples. Let’s start on the HTML code tag. Description of HTML code tag The HTML <code> tag is used to define a piece of computer code or programming code in […]

Categories
Learn HTML

HTML: cite tag

HTML: <cite> tag In this series of learning HTML, we will teach you how to use the HTML cite tag with proper syntax and lots of examples. Let’s start on the HTML cite tag.   Description of HTML cite tag The HTML <cite> tag is used to indicate a citation or reference to a source of […]

Categories
Learn HTML

HTML: col tag

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

Categories
Learn HTML

HTML: datalist tag

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

Categories
Learn HTML

HTML: link tag

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

Categories
Learn HTML

HTML: br tag

HTML: <br> tag In this series of learning HTML, we will teach you how to use HTML br tag with proper syntax and lots of examples. Let’s start on the HTML br tag. Description of HTML br tag The HTML br tag is a self-closing tag that is used to insert a line break within a […]

Categories
Learn HTML

HTML: section tag

HTML: <section> tag In this series of learning HTML, we will teach you how to use HTML section tag with proper syntax and lots of examples. Let’s start on the HTML section tag. Description for HTML section tag The HTML <section> tag is a semantic element that is used to define a section of content within […]

Categories
Learn HTML

HTML small tag

HTML: <small> tag In this series of learning HTML, we will teach you how to use HTML small tag with proper syntax and lots of examples. Let’s start on the HTML small tag. Description for HTML small tag The HTML <small> tag is used to indicate small print or fine print, which is text that is […]

Categories
Learn HTML

HTML: dt tag

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

Categories
Learn HTML

HTML: ul tag

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