Answers for "print message on html through js"

2

html console text

<script>
  console.log('%c text', 'background:---; color:---; font-size:---;');
</script>
Posted by: Guest on June-19-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language