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 […]
Tag: 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 […]
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 […]
HTML: article tag
HTML: <article> tag In this series of learning HTML, we will teach you how to use HTML article tag with proper syntax and lots of examples. Let’s start on the HTML article tag. Description of HTML article tag The HTML “article” tag is used to define a self-contained piece of content that is intended to be […]
HTML: aside tag
HTML: <aside> tag In this series of learning HTML, we will teach you how to use HTML aside tag with proper syntax and lots of examples. Let’s start on the HTML aside tag. Description of HTML aside tag The HTML “aside” tag is used to define a section of content that is related to the main […]
HTML: select tag
HTML: <select> tag In this series of learning HTML, we will teach you how to use HTML select tag with proper syntax and lots of examples. Let’s start on the HTML select tag. Description for HTML select tag The HTML <select> tag is used to create a drop-down list of options on a web […]
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, […]
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 […]