how to print somethig in conole html code example
Example 1: html console text
<script>
console.log('%c text', 'background:---; color:---; font-size:---;');
</script>
Example 2: print in javascript
console.log("")
<script>
console.log('%c text', 'background:---; color:---; font-size:---;');
</script>
console.log("")