Categories
Learn HTML

HTML: canvas tag

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

Categories
Learn HTML

HTML: footer tag

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

Categories
Learn HTML

HTML: b tag

HTML: <b> tag In this series of learning HTML, we will teach you how to use HTML b tag with proper syntax and lots of examples. Let’s start on the HTML b tag. Description of HTML b tag The HTML “b” tag is used to apply bold formatting to the text within the tag. It is […]

Categories
Learn HTML

HTML: iframe tag

HTML: <iframe> tag In this series of learning HTML, we will teach you how to use HTML iframe tag with proper syntax and lots of examples. Let’s start on the HTML iframe tag. Description of HTML iframe tag The HTML “iframe” tag stands for “inline frame” and is used to embed a separate HTML document or […]

Categories
Learn HTML

HTML: input tag

HTML: <input> tag In this series of learning HTML, we will teach you how to use HTML input tag with proper syntax and lots of examples. Let’s start on the HTML input tag. Description of HTML input tag The HTML “input” tag is a versatile tag that is used to create various types of form controls […]

Categories
Learn HTML

HTML: meta tag

HTML: <meta> tag In this series of learning HTML, we will teach you how to use HTML meta tag with proper syntax and lots of examples. Let’s start on the HTML meta tag. Description of HTML meta tag The HTML “meta” tag is a special type of tag that provides metadata or data about the HTML […]

Categories
Learn HTML

HTML nav tag

HTML: <nav> tag In this series of learning HTML, we will teach you how to use HTML nav tag with proper syntax and lots of examples. Let’s start on the HTML nav tag.     Description of HTML nav tag The HTML “nav” tag is a semantic tag introduced in HTML5 that is used to define […]

Categories
Learn HTML

HTML: mark tag

HTML: <mark> tag In this series of learning HTML, we will teach you how to use HTML mark tag with proper syntax and lots of examples. Let’s start on the HTML mark tag. Description of HTML mark tag The HTML “mark” tag is a semantic tag introduced in HTML5 that is used to highlight or emphasize […]

Categories
Learn HTML

HTML: marquee tag

HTML: <marquee> tag In this series of learning HTML, we will teach you how to use HTML marquee tag with proper syntax and lots of examples. Let’s start on the HTML marquee tag. Description of HTML marquee tag The HTML “marquee” tag is an older and now deprecated tag that was used to create scrolling text […]

Categories
Learn HTML

HTML: map tag

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