0
How Do You Download Your HTML
I Need To Download My HTML So I Can Add An Image.
11 Answers
0
The simple solution would be copy and pasting the html into a new file.
0
But It Needs To Be In The Same Folder
0
Do you mean relative location of the image?
0
Yes
0
If you copy the html and paste it into a new file in the folder it should be able to access the image. An image tag might be:
<img src="imagename.extension">
Like
<img src="foo.png">
0
What Should I Use On A Samsung Device
0
My Code:
<!DOCTYPE html>
<html>
<head>
<title>Pokemon Go</title>
<style type="text/css" media="screen">
</head>
<body>
<h1>Pokemon</h1>
<p>Pokemon are mythical creatures that you capture with pokeballs and train them to fight or be useful in most ways. </p>
<img src="pokeball-power-ball-stickers-800x800.jpg" />
<hr>
<p>Did you know that pokemon was made in japan by nintendo as a very popular game for nintendo pokemon games!</p>
</body>
</html>
Please Do Not Copy And Steal
0
Do you have a file manager? I have fx. You navigate to the directory create a text file. Make sure the extension is html. Paste your code in the file. That should work.
0
Let Me Try.
Would Astro Work?
What Is Fx?
Besides Astro All I Have Is My Files.
Nevermind I Found FX On The Playstore
0
I Did It But The Image Is Still Not Showing Up
0
Any file browser should work. How are you viewing the html file? If your code is showing up try to view it in a browser. If everything else is working then double check if you have the right file name and it is in the same folder.