Skip to content

Instantly share code, notes, and snippets.

@yi-xuan-97
yi-xuan-97 / index.html
Created April 24, 2022 15:34
Web Speech
<main class="w-50 mx-auto">
<form class="bg-light border rounded mx-auto mt-5 p-3">
<h1 class="h2 text-center mt-2 mb-4">Homework 3</h1>
<div class="form-group">
<label for="field1">Field 1</label>
<input type="text" class="form-control" id="field1" name="field1" />
</div>
<div class="form-group">
<label for="field2">Field 2</label>
<input type="text" class="form-control" id="field2" name="field2" />
@yi-xuan-97
yi-xuan-97 / index.html
Created April 24, 2022 15:33
Web Speech
<main class="w-50 mx-auto">
<form class="bg-light border rounded mx-auto mt-5 p-3">
<h1 class="h2 text-center mt-2 mb-4">Homework 3</h1>
<div class="form-group">
<label for="field1">Field 1</label>
<input type="text" class="form-control" id="field1" name="field1" />
</div>
<div class="form-group">
<label for="field2">Field 2</label>
<input type="text" class="form-control" id="field2" name="field2" />