Write HTML commands to display your text as web page plzz give me the answer
Answers
Answered by
0
<html>
<head>
<title>ur web page title </title>
</head>
<body>
<h1>ur heading </h1>
<p>ur text</p>
</body>
</html>
Similar questions