what (computer) language was this website written in?

JAVA, when on webpages, are only applets.

That is encoded in HTML (or maybe php, it makes html output)
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

^^ took that from its source

so html
 
Wow, that's unsecure. The website isant encrypted. And if you want a second opinion on the language, it is HTML yeah..

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
 
i looked in the source, and it said...

source said:
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta name="ROBOTS" content="FOLLOW,INDEX">

so im like "wtf" cuz it had visual basic, html, and javascript. and i meant to say javascript, not java. sorry
 
joxley1990 said:
Wow, that's unsecure. The website isant encrypted. And if you want a second opinion on the language, it is HTML yeah..

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
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?
 
Back
Top Bottom