Tag: HTML
HTML tbody Tag with Example
HTML <tbody> tag represents a table body group.
The tbody tag is generally used to group all the table rows and columns.
It is the child...
HTML table Tag with Example
HTML <table> tag represents tables inside web pages.
The table tag is generally used to define some difference between two things, reports, student marks etc.
It...
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...