- 1
why are there quotation marks before and after the container tags?
html5 will read "<strong>i</strong>" as a string and not a boldfaced i.
2 Respuestas
+ 1
echo "<strong>i</strong>";
it work for php file
and
HTML is..
<strong>i</strong>
0
in php you output a string as HTML format