How Do You Download Your HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How Do You Download Your HTML

I Need To Download My HTML So I Can Add An Image.

13th Dec 2016, 3:49 AM
C0D3M45T3R 208
C0D3M45T3R 208 - avatar
11 Answers
0
The simple solution would be copy and pasting the html into a new file.
13th Dec 2016, 3:52 AM
Gabe Maxfield
Gabe Maxfield - avatar
0
But It Needs To Be In The Same Folder
13th Dec 2016, 3:53 AM
C0D3M45T3R 208
C0D3M45T3R 208 - avatar
0
Do you mean relative location of the image?
13th Dec 2016, 3:54 AM
Gabe Maxfield
Gabe Maxfield - avatar
0
Yes
13th Dec 2016, 3:54 AM
C0D3M45T3R 208
C0D3M45T3R 208 - avatar
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">
13th Dec 2016, 3:57 AM
Gabe Maxfield
Gabe Maxfield - avatar
0
What Should I Use On A Samsung Device
13th Dec 2016, 3:57 AM
C0D3M45T3R 208
C0D3M45T3R 208 - avatar
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
13th Dec 2016, 3:58 AM
C0D3M45T3R 208
C0D3M45T3R 208 - avatar
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.
13th Dec 2016, 3:59 AM
Gabe Maxfield
Gabe Maxfield - avatar
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
13th Dec 2016, 3:59 AM
C0D3M45T3R 208
C0D3M45T3R 208 - avatar
0
I Did It But The Image Is Still Not Showing Up
13th Dec 2016, 4:15 AM
C0D3M45T3R 208
C0D3M45T3R 208 - avatar
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.
13th Dec 2016, 4:18 AM
Gabe Maxfield
Gabe Maxfield - avatar