0
Can i able to embed all kind of html tags in php tag ? Like style attribute containing html tags and some more html tags.....
If not means then explain which html tags can be able to embed inside PHP tag...
2 odpowiedzi
+ 1
All html tags can be embedded in php tag the role of php is tranform data information in data html readable by the web Browser
So all tag Html can be embedded
0
You can use all html tags in your php script but not inside the <?php ?> tags.
If you want to print html tags inside the php tags place it in a string and echo or print it.