+ 7
I want to go to the website just by clicking the .html extension file.
I want to make a html file with .html extention but how to code which redirects me to a website suppose sololearn.com
13 Answers
+ 8
You can redirect to the website through JavaScript function also. Just write a function and call on body onload. It will redirect to the website when you will open this html page.
+ 6
Елена🇷🇺 yes
+ 4
Look at Sololearn’s HTML tutorial, it has all the information you need
+ 4
Chris C. I have the fundamentals experience.
+ 3
Nathan Lewis it is better to link the lesson.
+ 3
Browse the list of courses for HTML Fundamentals
If you are using a web browser click the link below
https://www.sololearn.com/Course/HTML/
+ 2
Just click Learn, all your language tutorials are right there
+ 2
Nathan Lewis I already have the learning option but I want to do it on urgent basis.
+ 2
https://www.sololearn.com/learn/HTML/1031/
<a href=“www.sololearn.com”>Sololearn Website</a>
+ 2
Nathan Lewis but it takes me to a page first, I want to go to the website just by clicking the extension file.
+ 2
AJ (AY) can you do it for me?
+ 2
Thank you very much AJ (AY) , you solved my problem.!
0
Use anchor tag with with href !☺️