Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Code Web par étapes
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Françoise Conil
Code Web par étapes
Commits
86f6668d
Commit
86f6668d
authored
2 years ago
by
Françoise Conil
Browse files
Options
Downloads
Patches
Plain Diff
Page web minimale avec interaction JavaScript
parent
fcc6385a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basic-web/basic.html
+2
-1
2 additions, 1 deletion
basic-web/basic.html
basic-web/script.js
+4
-0
4 additions, 0 deletions
basic-web/script.js
with
6 additions
and
1 deletion
basic-web/basic.html
+
2
−
1
View file @
86f6668d
...
...
@@ -3,11 +3,12 @@
<head>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
<script
src=
"script.js"
></script>
<title>
Stage 3ème
</title>
</head>
<body>
<h1>
Découverte du laboratoire
</h1>
<h2>
Le métier d'ingénieur
</h2>
<h2
onclick=
"disQuelquechose()"
>
Le métier d'ingénieur
</h2>
<p>
Bonjour
</p>
<ol>
<li>
BAC L
</li>
...
...
This diff is collapsed.
Click to expand it.
basic-web/script.js
0 → 100644
+
4
−
0
View file @
86f6668d
function
disQuelquechose
()
{
alert
(
"
J'ai cliqué sur le titre
"
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment