Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

semantic html #28

Open
AsalaKM opened this issue Feb 7, 2019 · 0 comments
Open

semantic html #28

AsalaKM opened this issue Feb 7, 2019 · 0 comments

Comments

@AsalaKM
Copy link

AsalaKM commented Feb 7, 2019

<h2>Find My IP Address</h2>
<div class="container" id="container">
<div class="form" id="form">
<form >
<div class="infoholder">
<label >
<input aria-label="searchinput" type="text" id="search" class="search" placeholder="Insert Your IP">
</label>
<input aria-label="button" type="submit" value="search" name="search" id="button" class="button">
<div class="result">
</div>
</div>
</form>
</div>
</div>

you should read about semantic html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant