HTML Code | Displayed Symbol | Meaning |
---|---|---|
| Nonbreaking Space | |
< | < | Left Angle Bracket |
> | > | Right Angle Bracket |
& | & | Ampersand |
" | " | Double Quotes |
<head> <title>
<body> <p> <h1> <h2> <h3> <h4> <a> <img> <br>
<table> <tr> <td>
<input> <select>
<!-- ... --> (Comment)
<script>
<style>
Know how to use input tags for buttons, textboxes and submit buttons with attributes type, name, size, style, value, onclick
Know how to use forms with attributes name, action, method.