HTML CSS
CSS: Cascading Style Sheets, describes how HTML displays content on the browser, it saves a lot of work There are 3 different ways to declare CSS in HTML Inline - by using the style attribute in HTML elements Internal - by using a <style> element in the <head> section External - by using…