stupid question but i think i know this

by 3 replies
4
the header class and h1 class; is that more for html or css

i know it for one or the other i cant see which one
#programming #question #stupid
  • You use the heading tags (h1, h2, h3, etc.) in your HTML and modify their appearance (size, color, font, etc.) using CSS. See the following: HTML h1 to h6 tag
  • Banned
    You can use header tags H1 and H2.
  • h1, h2, h3.... are HTML tags, You can use CSS to modify the Size, Font, Position, Color etc. Use Tag ID to modify it using CSS.

Next Topics on Trending Feed