Skip to content

Commit

Permalink
Merge pull request #8 from tomas-sucena/master
Browse files Browse the repository at this point in the history
Fix typos in HTML5 slides
  • Loading branch information
arestivo authored Jun 6, 2024
2 parents add9cf5 + cc91fa0 commit c6c5b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markdown/html5.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ There are several different types of inputs just for normal text entry.
* <a href="https://html.spec.whatwg.org/multipage/input.html#telephone-state-(type=tel)">tel</a>: input value is a telephone number
* <a href="https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search)">search</a>: input value is used to perform a search
* <a href="https://html.spec.whatwg.org/multipage/input.html#url-state-(type=url)">url</a>: input value is an URL
* <a href="https://html.spec.whatwg.org/multipage/input.html#email-state-(type=email)">email</a>: input value is used an e-mail
* <a href="https://html.spec.whatwg.org/multipage/input.html#email-state-(type=email)">email</a>: input value is an e-mail address
]
Some browsers may use slightly different controls for each type.
Expand Down Expand Up @@ -1092,7 +1092,7 @@ How do you get to school?<br>
# Radio Button
* A <a href="https://html.spec.whatwg.org/multipage/input.html#radio-button-state-(type=radio)">radio</a> allows the selecting one form several choices.
* A <a href="https://html.spec.whatwg.org/multipage/input.html#radio-button-state-(type=radio)">radio</a> allows selecting **one** from several choices.
* If a radio button is **selected**, then its name/value pair is submitted to the server.
* If a radio button is **not selected**, nothing is submitted.
* If two radio buttons have the **same name**, then only one can be selected; they form a selection group.
Expand Down

0 comments on commit c6c5b37

Please sign in to comment.