Can someone tell me the difference between the<samp> and <kbd> codes in HTML..??đŸ€” | Sololearn: Learn to code for FREE!
- 1

Can someone tell me the difference between the<samp> and <kbd> codes in HTML..??đŸ€”

4th Mar 2020, 4:41 PM
Alan Alton
Alan Alton - avatar
3 Answers
+ 8
Here's a post with an answer which can be of use. https://www.sololearn.com/Discuss/1686772/
5th Mar 2020, 2:11 AM
Lord Krishna
Lord Krishna - avatar
+ 5
uncommon tag, i see. they dont have much purpose other than semantic. kbd is as much i remember is to represent keyboard input like <kbd>ctrl</kbd> it doesnt have much effect on its own. but some css could help kbd{ font-family: monospaced; padding: 3px; border-radius: 2px; background: #EEE; box-shadow: 1px 1px 0 #3338 inset, -1px -1px 0 #FFF8 inset; } samp... i cant remember.. a sample or something, probably. the good thing is they're represent something clear of what they supposed to mean. so less <span class="keyboard"> and more <kbd> i guess https://code.sololearn.com/Wo5fKP68zyGD/?ref=app
4th Mar 2020, 4:58 PM
Taste
Taste - avatar
+ 1
Please accept my sincere gratitude..✌
4th Mar 2020, 5:11 PM
Alan Alton
Alan Alton - avatar