Computer Science, asked by mdabdulrahaman, 1 year ago

write a program to add title and body of a web page

Answers

Answered by saeed0746
1
<html>
<head><title>YOUR TITLE</title></head>
<body>
BODY OF THE WEBPAGE
</body>
</html>
Similar questions