I've create an easy html page and I wanted to attach it to my website. But no one link doesn't to that new page.
The page's name is, christmas-ornaments.html
I think maybe the problem is this symbol, -
Hope to get your advaice, friends.
I just ran a quick test to be sure, and a page name with - in it works fine.
It seems obvious, but have you checked that you've spelled it correctly in the link? Often, the most simple explanation is the correct 1.
Simbol "-" cannot cause error. It is usefull in html names. Maybe you write wrong extension .html instead of .htm because some HTML editors (like Dreamviwer) automaticaly insert one type of extension.
Sonam
Can you show us your code please? That would help us see what might be wrong with it...
just please check the spelling of the url link in order to show correctly, dash(-) doesn't cause any errors it is acceptable at all.
also double check if it is in the same folder as your webpage(that one that will link to christmas-ornaments.html) if it is then <a href="chirstmas-ornaments.html>link</a> will suffice if it is in another folder let as say
folder tree
main
|__ index.html (the one that will link to christmas-ornaments)
|__ christmas
|__ chirstmas-ornaments.html
your link should be like <a href="christmas/christmas-ornaments.html>link</a>