Help us make DevTools Tips better! Fill out this survey to tell us more about your DevTools habits and frustrations.
Apply CSS styles to console messages
The console.log
output can be styled in DevTools using CSS.
console.log('%c Hello World', 'color: orange; font-size: 2em;');