HTML | <samp> Tag
It is a phrase tag and used to define the sample output text from a computer program.
Syntax:
<samp> Contents... </samp>
Example:
<!DOCTYPE html> < html > < head > < title >samp tag</ title > </ head > < style > body { text-align:center; } .gfg { font-size:40px; font-weight:bold; color:green; } .geeks { font-size:25px; font-weight:bold; } </ style > < body > < div class = "gfg" >GeeksForGeeks</ div > < div class = "geeks" >< samp > Tag</ div > < samp >A computer science portal for Geeks</ samp > </ body > </ html > |
chevron_right
filter_none
Output:
Supported Browsers: The browser supported by <samp> tag are listed below:
- Apple Safari
- Google Chrome
- Firefox
- Opera
- Internet Explorer