Computer Science, asked by shalisharma454, 10 months ago

do practice of HTML in notepad window by using following tags :body background colour ,font face ,font size, font colour ,heading levels, bold, Italic, underline.​

Answers

Answered by vinay71730
2

Answer:

body{

background-color:green;

color:white;

font-family:arial;

font-size:20px;

font-weight:bold;

text-decoration:under-line;

}

Similar questions