Computer Science, asked by sabasufi12, 9 months ago

i wanted to write an html code for my favourite book using 8-10 html tags

Answers

Answered by IamRao
5

Explanation:

<!DOCTYPE html>

<html>

<head>

<title>My favourite book</title>

</head>

<body>

My favourite book is............

It is about........

It infuences/motivates me as.......

I really love it

</body>

</html>

Similar questions