Computer Science, asked by chauhanabhya, 20 hours ago

How to Create a web page using HTML to give a description of your favorite book.

Instructions:
The title of the web page should be ‘My Favourite Book’.

Answers

Answered by vaaniveer9
2

Answer:

Explanation:

<!DOCTYPE html>

<html><head><title>My Book</title><meta charset="UTF-8"></head><body><h1>My Book</h1><p>HTML book created by me.</p></body></html>                                                                                                           this is an example
Similar questions