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 […]
Tag: html 5
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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. […]
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 […]
HTML: div tag
HTML: <div> tag In this series of learning HTML, we will teach you how to use HTML <div> tag with proper syntax and lots of examples. Let’s start on the HTML div tag. Description of HTML div tag The HTML <div> tag is a container element that is used to group other HTML elements together and apply […]