Posts by Hugo Medeiros • 11 points
1 post
-
1
votes2
answers1736
viewsA: How do I put an html tag inside the php code to format the text there?
Close the php tag, write html normally, and call the variable with an echo $Var name. In this case, I created a p, and within it I added a span to customize whatever css is needed.Color, font,…