I'm working on a page with some API instructions. I make efforts to use proper HTML code, whenever possible, but I'm kind of stumped as to what to use for the word GET (as in this is a GET request, not a PUT request) in the instructions. It isn't a big deal, but it does make me feel like I do my job just a bit better.
It's not something that the user types, so <kbd>
doesn't really seem relevant. <samp>
doesn't seem to fit, either, as it's not something that would be output to the screen. I considered <code>
, but that just doesn't sit right.
A lot of the websites that give API instructions don't seem to care much about semantics.
Any recommendations?