harder question added

This commit is contained in:
yoannchb-pro
2024-02-28 15:25:14 -05:00
parent 2ca0318c22
commit 1003074adf
+30
View File
@@ -8,6 +8,36 @@
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<!-- checkbox more complicated -->
<section class="formulation">
<div class="qtext">
<p>Which are the roles of an informatician ?</p>
</div>
<div>
<div class="inp">
<input type="checkbox" />
<label
>a. Systems Administrator: Managing and maintaining computer systems
and networks.</label
>
</div>
<div class="inp">
<input type="checkbox" />
<label
>b. Software Developer: Designing, coding, testing, and maintaining
software applications.</label
>
</div>
<div class="inp">
<input type="checkbox" />
<label>
c. Professional Chef: Creating delicious meals in a restaurant
kitchen.
</label>
</div>
</div>
</section>
<!-- checkbox -->
<section class="formulation">
<div class="qtext">