- 1
echo "< >SoloLearn < h1>"; not getting the answer to fill strong test.
4 Respuestas
+ 6
echo "<h1>SoloLearn </h1>";
that is heading 1 html tag. if you wanted the bold or strong tag use this
<b>yourtext</b> or
<strong>yourtext</strong>
0
What answer echo "
0
echo "<h1>SoloLearn </>";
- 2
try echo "<h1>SoloLearn <\h1>"