-
Notifications
You must be signed in to change notification settings - Fork 0
/
question.html
80 lines (62 loc) · 2.05 KB
/
question.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title></title>
</head>
<nav id="navwhite">
<a href="index.html">
<img src="logo.PNG"></a>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
</nav>
<header id="question" >
<p><button style="background:blue; color:white;">1</button>Personalite</p>
<p><button>2</button>Sante</p>
<p><button>3</button>Competence,Experience et formation</p>
<p><button>4</button>Approche de Entreprenariat</p>
<p><button>5</button>Approche technique</p>
<p><button>6</button>Note</p>
</header><br><br>
<body style="background: white;">
<p id="trait"></p>
<center>
<h1 id="text-question">Question 1</h1>
<a href="troisiemepage.html">
<button id="validation" >SUIVANT</button></a>
<button id="validation">1/26</button>
<h3>
Revenez sur l'annee derniere ,avez vous commencer et termine un de vos projet?<br>
Un projet peut etre par exemple construire,reparer ou fabriquer quelque chose,ecrire un livre ,aller en formation continue
</h3>
</center>
<div id="cocher">
<p id="point"><input type="radio"></p>
<p id="point"><input type="radio"></p>
<p id="point"><input type="radio"></p>
<p id="point"><input type="radio"></p>
</div>
<h4 id="one">
commencer et terminer<br> un certain nombre <br>
de projet
</h4 >
<h4 id="two">
commencer beaucoup<br>
de chose mais en ai <br>
termine tres peu
</h4>
<h4 id="three">
n'ai pas fqit grand chose<br>
pour moi mais bequcoup <br>
pour les autres
</h4>
<h4 id="forth">
ete beaucoup trop occupe<br>
pour m'occuper de mes <br>
propre affaire
</h4>
<a href="troisiemepage.html"></a>
</body>
</html>