Skip to content

Commit

Permalink
added h1 elements to contact page to be accessible compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
woodie91 committed Jan 3, 2024
1 parent b2ea9e7 commit 4dcf525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</div>
</main>

<h1>Tell us more ;</h1>
<!--Form for site visitors to sign up, share stories or request a country to be featured. the form tag instructs the browser to display what is coded between these tags in a form structure. This can be made functional with JS and backend databases. The label tag is what is displayed above the input box. 'for' is to define what the input will be. 'input' is what is expected to be entered, this could be date which would open up a calendar on some browers as default, you can also put number, or email as an example. 'select' creates a drop down option box, the 'value' allows you to enter as many options as you want for the user to chose from. For accessibilty, you can also begin typing letters to get to the country you want quicker than having to scroll or hold the down key-->
<form>
<div class="form">
Expand Down

0 comments on commit 4dcf525

Please sign in to comment.