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
2
Answer:
body{
background-color:green;
color:white;
font-family:arial;
font-size:20px;
font-weight:bold;
text-decoration:under-line;
}
Similar questions