How to Make Multi Select Code Block Embeds In Html

Viewed 19

I am trying to make something like this. Image here

But I can't seem to find any tutorials or code examples on making code blocks with multi selectable languages in html/css.

I don't know much CSS, and only need this for the landing page of my API.

Does anyone have any examples or videos on how to do this?

Thanks

1 Answers

curl --request POST \
--data '{"perosnalizations": {{"email":test@example.com" 

Hopefully this will get you started.

curl --request POST \
--data '{"perosnalizations": {{"email":test@example.com" 

the easy way to do this is by using an escaper like this one https://www.freeformatter.com/html-escape.html#before-output

Related