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, […]
Category: Learn HTML
Home4Cloud offers free online tutorials and well-organized and easy-to-understand Web building tutorials with lots of examples of how to use 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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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, […]