![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
|
!DOCTYPE - What does this mean?
In my book on PHP, it allways starts a section of code, as if it were starting the page of code, with the fallowing:
<!DOCTYPE html PUBLIC
"=//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">and it never expains what that means, yet it's in each example of code. im going to guess DOCTYPE is the type of the document, but yet with the ! operator, which is 'not,' right? So im guessing it's saying 'not an html public document.' However im lost after that. |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|