Computer Science, asked by Gautamkr9503, 14 days ago

HTML program to insert an image and ""Hello"" .text should displayed in centre

Answers

Answered by shreyas3562
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