Write a program using HTML to design it in HTML
Answers
Answered by
1
<HTML>
<HEAD><TITLE> my web page</TITLE>
</HEAD>
<BODY bgcolor ="red"
Hello friends.
this is my first web page
</BODY>
</HTML>
Answered by
2
<html>
<head>
<title>”write text here”<title/>
<head/>
<body>
Write what u want here
<body/>
<html/>
Mark how it helps u
Similar questions