HTML Tags and Uses
HTML Tags and Uses
Text Formatting
- <h1> to <h6>: Headings from largest to smallest.
- <p>: Paragraph.
Lists
- <ul>, <ol>, <li>: Unordered and ordered lists.
Tables
- <table>, <tr>, <th>, <td>, <thead>, <tbody>, <tfoot>: Table structure.
Forms
- <form>: HTML form.
Scripting
- <script>: Embed or link JavaScript.