0
Can anybody tell me what is <head> and </head> and <body> mean in php coding, because this is my first time
3 Answers
+ 1
I assume that you learn PHP for web developing, so it's important to start with HTML, continue with CSS, then some database like MySQL (or other), a little bit of Apache configuration (or other web server), and just after that PHP.
And yes, as Codeklopper said before, <head>, </head> and <body> are HTML tag.
0
Those are HTML tags.
0
OK thank u guys