Computer Science, asked by Ekansh7, 1 year ago

Write HTML commands to display your text as web page plzz give me the answer

Answers

Answered by Hacket
0

<html>

<head>

<title>ur web page title </title>

</head>

<body>

<h1>ur heading </h1>

<p>ur text</p>

</body>

</html>

Similar questions