hyperlink - Link <a href=...</a> doesn't work (maybe HTML5-specific; ) -


probably noob question can't find answer/solution anywhere (even looked in html-references etc).

at moment i'm self-learning html5&co brand-new german book "schrödinger learns html5, css3 & javascript" publisher galileo. i'm complete freshman in html&co (only had awful learning-methods during apprenticeship; neither systematic nor possible document).

anyways, following href doesn't work, independent if use firefox24 or ie10 (os: win7x64 patches etc):

<a href="1stdefault.html*1#*2down*3">other page down </a> 

problem: if omit elements *1, *2 , *3 link works (so when links looks this: <a href="1stdefault.html#down">other page down</a>); though, according answer in book elements *1 etc should/must? used. used used these elements in task (specific: in link jumpgoal/anchor within actual page (to self-defined & down)

these elements aren't explained in book, despite them being used several times. also, searched web these elements can't find anything, can guess for. no idea these elements (or @ least type) called, isn't helping search

edit: since used links these elements can't forbidden, see this: href="#unten"*1 id="oben"*2>nach unten springen /a href="#oben"*3 id="unten"*4>nach oben springen /a

with these working links (just tested) can jump down , page despite elements *1 , *3 being included


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -