Html usefull tags

  •  HTML basic tags 
   You don't  need to learn all HTML tags
This 28 tags are most usefull in HTML
rest of tags works also done by CSS And JAVASCRIPT
some tags are automatically you learnt from experience

  1. <html>
  2. <head>
  3. <title>
  4. <body>
  5. <h1> to <h6>
  6. <p>
  7. <br>
  8. <hr>
  9. <b>
  10. <form>
  11. <input>
  12. <button>
  13. <img>
  14. <table>
  15. <td>
  16. <tr>
  17. <a>
  18. <link>
  19. <nav>
  20. <ul>
  21. <ol>
  22. <style>
  23. <head>
  24. <meta>
  25. <span>
  26. <div>
  27. <thead>
  28. <tbody>
--happy coding

Comments