how do I link a page named 'form.html' to my home page using <a> tag. I tried using <a href="form.html"> click here to fill form <\a> but when clicked the form page fails to open on the browser but a text editor opens instead. pls help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do I link a page named 'form.html' to my home page using <a> tag. I tried using <a href="form.html"> click here to fill form <\a> but when clicked the form page fails to open on the browser but a text editor opens instead. pls help

Linking pages

6th Nov 2016, 11:25 AM
Nwaburu Emeka Christian
Nwaburu Emeka Christian - avatar
3 Answers
0
a
6th Nov 2016, 12:19 PM
Suprian setia. lombok
Suprian setia. lombok - avatar
0
Make sure you save the file like this example: contacts.html Example: <a href="contacts.html>contacts</a> is the correct element. If you are trying to create a link on this app the link must be a web site already on the internet. To link it add Http://www. Insert here .com
7th Nov 2016, 2:16 AM
Brian
0
Ok.. but i
8th Nov 2016, 2:42 PM
Nwaburu Emeka Christian
Nwaburu Emeka Christian - avatar