Tag: HTML Tag
HTML summary Tag with Example
HTML <summary> tag represents summary information for a <details> tag.
The summary tag is generally used to show/hide some of the long content and display...
HTML sup Tag with Example
HTML <sup> tag represents a super-scripted text within web pages.
The sup tag generally used to introduce some math or science formulas. Also see the...
HTML sub Tag with Example
HTML <sub> tag represents a sub-scripted text within web pages.
The sub tag generally used to introduce some math or science formulas. Also see the...
HTML style Tag with Example
HTML <style> tag represents a style sheet code for a web page.
The style tag is generally used to give some visual styling or effects...
HTML strong Tag with Example
HTML <strong> tag represents a strong and important text.
Note: HTML <strong> tag is mostly supported in all major web browsers.
HTML strong Tag Sample Code
<html>
<head>
...
HTML strike Tag with Example
HTML <strike> tag represents a middle strike line throughout selected text.
The strike tag generally draw horizontal line over text. Also see HTML <del> tag...
HTML span Tag with Example
HTML <span> tag represents a spanned text or section in a web page.
The span tag is generally have no effects on screen. We need...
HTML source Tag with Example
HTML <source> tag represents a media objects from specified URL using media tags like <audio> tag, <video> tag etc.
Note: HTML <source> tag is newly...
HTML small Tag with Example
HTML <small> tag represents a small text.
Note: HTML <small> tag is mostly supported in all major web browsers.
HTML small Tag Sample Code
<html>
<head>
...
HTML select Tag with Example
HTML <select> tag represents select options within drop-down list control.
The select tag is the parent tag of HTML <option> tag that is used to...