I need to do something like the image below:
You can see it when you enter the browser console by accessing any Facebook page.
I tried to insert HTML into the console.log()
function, but it was in vain. Any tips?
You can do this:
console.log('%c Espere!', 'color: red; font-size: 20px;');
It's in the second parameter that you put the styles you want.