Welcome to mirror list, hosted at ThFree Co, Russian Federation.

staff.html « files « nist_dom « System.Xml « Test « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a258bbcca83c2f4504bf56ddc8bf11009f9f88a (plain)
1
2
3
4
5
6
7
8
9
10
<HTML>
<HEAD>
<TITLE>This is a basic HTML document.</TITLE>
</HEAD>
<BODY BGCOLOR="#0000FF">
<SCRIPT>
  document.write("Title = "+document.title);
</SCRIPT>
</BODY>
</HTML>