harder question added
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user