+ 2
how can I open my HTML in web? how know my web link... should i type https://title.com ??
if we use computer, we can opeen it using microsolf edge.... but how do i can open it on anddroid?
3 Antworten
+ 3
Hi! If you want to open your html file in web, then you should put this html file to hosting
+ 3
Maybe this article can help
https://medium.com/@StudyWebDevelopment/web-development-101-understanding-the-basics-3a0e594f9da9
In PC or mobile device, you can use a browser to open HTML document using file:// prefix for the file local path.
In Android for example, a file stored in root directory can be loaded in browser using such path:
file:///storage/emulated/0/1.html
+ 2
In sololearn..
For html section
Code section > click on + > click on web > screen appear with four navs on top > click on html (it will be highlighted and prerequired html code will be there).
For web code link
Open code, click on share icon > share the link to notes > cut/copy the link text from text..