HTML program to insert an image and ""Hello"" .text should displayed in centre
Answers
Answered by
0
Explanation:
<HTML>
<HEAD>
<TITLE>Hello</TITLE>
</HEAD>
<BODY>
<h1><align text =center>hello.jpg(I am writing an example you write what you want)</h1>
</BODY>
</HTML>
Similar questions