write the HTML code according to the instructions given below: 1. set the title of the web pages my favourite teachers. 2.set background colour as red, top margin as 20, left margin 30.
Write the html coding for it like we write in notepad
Answers
Answered by
3
<html>
<head>
<title>my favourite teachers</title>
</head>
<body bgcolor= red top margin= 20 left margin= 30>.......
</body>
</html>
<head>
<title>my favourite teachers</title>
</head>
<body bgcolor= red top margin= 20 left margin= 30>.......
</body>
</html>
Similar questions