26,280 views
19 votes
19 votes
Similarities between in line css and internal css

User Jeremy Rayman
by
2.3k points

1 Answer

18 votes
18 votes

Answer:

inline css is used to style a specific html element. for this css style, you'll only need to add the style attribute to each html tag, without using selectors. this css type is not really recommended, as each html tag needs to be styled individually. managing your website may become too hard if you only use inline css.

Step-by-step explanation:

queens

User Niketta
by
3.0k points