Answers for "html different text size same line"

0

html have to paragraph on same line

<p>
  <span>Hello</span>
  <span>World</span>
</p>
Posted by: Guest on October-15-2021
0

how to use different font size in same line in html

<span style="font-size: 25px;">Rs</span> <span style="font-size: 50px;">2000/-</span>
 Run code snippet
Posted by: Guest on October-25-2021

Browse Popular Code Answers by Language