1) Even though comments are ignored by the computer why do you think comments are required in an HTML page?
2) what are headers? write the header tag to display a level 2 heading ''Computer'' which should be center aligned.
plz i want this 2 ques...... fast!!!!!!!!!!!!!!!
Answers
Answered by
3
1) Comments are a great way for other users to know about the logic of your program,they help them decide the next steps of action
2) <html>
<head><center>Computer</center></head>
</html>
2) <html>
<head><center>Computer</center></head>
</html>
Similar questions