00:01
So in this question you can use css cascading style sheets to apply this styles you dad mentioned in this question.
00:08
So here is an example of how you can achieve this.
00:12
First of all you have to write body, color black, set.
00:17
In this you have to set text color to black.
00:19
Then font family, calibri, sans serif.
00:23
Set font to calibri and fallback to the sans serif.
00:27
Background color, hashtag ff9900, set background color for orange.
00:33
Now after that you have to include this css code in the style tag within the head section of your html document.
00:41
Now you can save it with the separate external css file and link into your html document using the link tag.
00:50
So here is an example how you might include the head of the html document.
00:54
So doc type html, html lang is equal to en.
00:59
Head meta charset is equal to utf -8.
01:02
Meta name is equal to viewport.
01:04
Content is equal to width is equal to device...