Create a web page introducing about your topic (Home page / Intro page).
Answers
Answered by
1
Answer:
<html>
,<head> <title> home page <\title>
</head>
<body bgcolor = cyan font size = '12' font color = 'black' >
type your content .
use these attributes :- <br> to break the line </ br> <center> to center something </center> <hr> for a horizontal line </body>
</ html>
Explanation:
it is not clear to me that what topic you want .so I sent you the format of the coding to create a home page of a web page .
the background colour and the font size or colour is optional , you place any name or size that you want .
Similar questions