Can anybody tell me what is <head> and </head> and <body> mean in php coding, because this is my first time | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anybody tell me what is <head> and </head> and <body> mean in php coding, because this is my first time

30th Nov 2016, 4:31 PM
Dian Rizky
Dian Rizky - avatar
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.
30th Nov 2016, 5:19 PM
Gabriel Comaniciu
Gabriel Comaniciu - avatar
0
Those are HTML tags.
30th Nov 2016, 4:47 PM
Codeklopper
Codeklopper - avatar
0
OK thank u guys
30th Nov 2016, 5:19 PM
Dian Rizky
Dian Rizky - avatar