I am a Blue Paragraph<\/p>\n<\/body>\n<\/html><\/pre>\n
Output:<\/strong><\/p>\n In the above example, we only wanted to change the font color of the H1, H6, and P tags to blue. Despite wanting to apply the same styling information, we could not re-use it and had to define it three times individually for each element. Because of its lack of reusability and increased time consumption, web designers do not prefer using Inline CSS when styling a website with multiple pages. Also, making a mobile responsive website would be almost impossible with Inline styling definitions.<\/p>\n In Internal CSS, HTML designers can define styling information within the tags in the <\/p>\n
2. Internal CSS<\/h4>\n