what (computer) language was this website written in?

Natalya said:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

^^ took that from its source

so html
dang it, i was going to hit 'em up with the code! :)
 
john123 said:
well obviously, the site was made by a teacher. lol. and how do you know that its unencrypted/what can u do to a site that is unencrypted?


Well, it could easily get hacked if its not encrypted.
 
Every website will be mostly in HTML to display it in browsers. I checked the site out and it appears to be instatic html because it has a .htm extension to the files.
 
David Lindon said:
Every website will be mostly in HTML to display it in browsers. I checked the site out and it appears to be instatic html because it has a .htm extension to the files.
A lot of sites are written in PHP or ASP... {including forums}..
 
ooops my bad...

http://w3.dpcdsb.org/LUKEE/home.html

yes... just plain old html... no PHP or ASP.

PHP and ASP are just pre-processor languages, anything that is rendered by the browser has to be written in html...

even if there is code around it making it display different things each time.
 
Back
Top Bottom