Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html prevent newline

<style>
.nobr { 
  white-space: nowrap; 
}
</style>
<!-- Or with Tailwindcss -->
<h2 class="whitespace-nowrap">.....</h2>
 
PREVIOUS NEXT
Tagged: #html #prevent #newline
ADD COMMENT
Topic
Name
6+4 =