Tagged Questions
1
vote
2answers
224 views
HTML5 article tag application for the iPad/iPhone
I've used article tags on websites. My understanding and practice is to use the article tag for publication content. I always use HTML/HTML5 tags as their intended purposes and not at will.
Recently, ...
1
vote
0answers
405 views
Javascript autotab function not working on iPad or iPhone [closed]
I have this this piece of html code:
<form name="postcode" method="post" onsubmit="return OnSubmitForm();">
<input class="postcode" maxlength="1" size="1" name="c" onKeyup="autotab(this, ...