We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228d10b commit 201e3faCopy full SHA for 201e3fa
2 files changed
javascipt-jquery/.project
@@ -21,4 +21,11 @@
21
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
22
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
23
</natures>
24
+ <linkedResources>
25
+ <link>
26
+ <name>javascript.docx</name>
27
+ <type>1</type>
28
+ <location>C:/From E Drive/kanth/Preparation/javascript.docx</location>
29
+ </link>
30
+ </linkedResources>
31
</projectDescription>
…scipt-jquery/WebContent/test1_hello.html …vascipt-jquery/WebContent/js1_hello.htmljavascipt-jquery/WebContent/test1_hello.html renamed to javascipt-jquery/WebContent/js1_hello.html
@@ -7,7 +7,7 @@
7
</head>
8
<body>
9
10
-<h1> Print</h1>
+<h1> Print hello World</h1>
11
<script type="text/javascript">
12
document.write('Hello World from doucment write');
13
</script>
0 commit comments