First wepage with HTML and Internal CSS
<! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 "> < meta name =" viewport " content =" width=device-width, initial-scale=1.0 "> < title > ICT Project </ title > < link href =" https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@600&display=swap " rel =" stylesheet "> < style > * { /* default page settings */ /* box-sizing: border-box; */ margin : 0px ; padding : 0px ; } body { /* background-color: gray; */ background-image : linear-gradient ( rgba ( 0 , 0 , 0 , 0.8 ), rgba ( 0 , ...