Skip to content

Commit

Permalink
Merge pull request #1042 from bhavyatakkar23/master
Browse files Browse the repository at this point in the history
Changes
  • Loading branch information
lukeocodes authored Oct 31, 2018
2 parents eb5b26e + b559dab commit e16f20c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,14 @@ How do I track my progress to get an awesome shirt from Hacktoberfest 2018?
- Long time coder
- First time public contributor
- Looking forward to many more to come :)


### Bhavya Takkar

- B.Tech student.
- Hobbies:
- Coding and Reading
- [![github-alt][github-img]](https://github.com/bhavyatakkar23)

# C

Expand Down
19 changes: 19 additions & 0 deletions code/indexx.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<body>

<h2>The select Element</h2>
<p>The select element defines a drop-down list:</p>

<form action="/action_page.php">
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select>
<br><br>
<input type="submit">
</form>

</body>
</html>

0 comments on commit e16f20c

Please sign in to comment.