0
Can i add other elements in <p> such as <img src="Logo.jpg"alt=""/>???
<body> <p align="Center">Hello <Img src="Logo.jpg"alt=""/> </p> Can you check if something's wrong here or if it's capable to run
2 Answers
+ 5
I see no problem with the code.
<body> <p align="Center">Hello <Img src="Logo.jpg"alt=""/> </p> Can you check if something's wrong here or if it's capable to run