105k views
0 votes
Which tools would you use to make header 1 like header 2?

1) CSS
2) HTML
3) JavaScript
4) None of the above

User Pranith
by
8.0k points

1 Answer

3 votes

Final answer:

To make header 1 look like header 2, you would use CSS.

Step-by-step explanation:

To make header 1 look like header 2, you would use CSS. CSS, or Cascading Style Sheets, is a web programming language used to control the style and layout of HTML elements, including headings. You can use CSS properties like font-size and font-weight to make the header 1 element look like header 2.

User Aggaton
by
8.0k points