Wednesday, September 23, 2020

html tags

 hTML-Text-Tags

hello guys,

Today we will learn about the html text tags.

you can watch here  my previous blogs click here to get basic information about 
  1.      Learn-html-beginners 
  2.      HTML-tags
here you can see the text tag -

  1. <p>
  2. <h1>,<h2>, <h3>, <h4>, <h5>, <h6>, 
  3. <strong>
  4. <em>, 
  5. <abbr>, 
  6. <acronym>, 
  7. <address>, 
  8. <bdo>, 
  9. <blockquote>, 
  10. <cite>, 
  11. <q>, 
  12. <code>, 
  13. <ins>, 
  14. <del>, 
  15. <dfn>, 
  16. <kbd>, 
  17. <pre>, 
  18. <samp>, 
  19. <var>
  20. <br>


HTML-Link-Tag

  1.    <a> 
  2. <base>

HTML-List-Tags
  1. <ul>, 
  2. <ol>, 
  3. <li>, 
  4. <dl>, 
  5. <dt>
  6. <dd>
HTML-Table-Tags
  1. table, 
  2. tr, 
  3. td, 
  4. th, 
  5. tbody, 
  6. thead, 
  7. tfoot, 
  8. col, 
  9. colgroup
  10. caption
HTML-Form-Tags
  1. form, 
  2. input, 
  3. textarea, 
  4. select, 
  5. option, 
  6. optgroup, 
  7. button, 
  8. label, 
  9. fieldset 
  10. legend


No comments:

Post a Comment

Jquery Hide,Show,Toggel Effects

  jQuery hide() Method   The jQuery  if you want to hide the any content or any think then use method   Syntax :           $(selector).hide(...