why are there quotation marks before and after the container tags? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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.

16th Jun 2016, 6:50 PM
mbackbone
2 Respostas
+ 1
echo "<strong>i</strong>"; it work for php file and HTML is.. <strong>i</strong>
25th Jun 2016, 8:50 PM
Ƃshvin Solanki
Ƃshvin Solanki - avatar
0
in php you output a string as HTML format
19th Jun 2016, 12:09 PM
Adil Yousfi