why are there quotation marks before and after the container tags? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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 Answers
+ 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