Skip to content

Commit

Permalink
Adding title to the select
Browse files Browse the repository at this point in the history
  • Loading branch information
marciofrayze committed Jun 26, 2017
1 parent d0d2cfb commit ba713b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@

<div id="selectLanguageContainer">
<label>Language</label><br />
<select id="selectLanguage" onchange="languageSelectChanged(this);">
<select id="selectLanguage"
title="Choose a Programming Language to use."
onchange="languageSelectChanged(this);">
<option value="javascript">JavaScript (ECMAScript)</option>
<option value="python">Python</option>
<option value="ruby">Ruby</option>
Expand Down

0 comments on commit ba713b0

Please sign in to comment.