Welcome to my personal blog. You are surfing a simple blog tutorial for html coding. Feel free to ask to ask anything about coding here. UPDATE regularly!

<< BACK and NEXT >> Html code

This is one of my favorite oode. although it no need in a website (you can access BACK and NEXT by clicking to tp top left explorer). Sometime, this code can be very important to give a direct direction to your users.


so here the code is

<.div align="center"> <.a href='#' onclick="history.go(-1);">[back]<./a> <.a href='#' onclick="history.go(+1);">[next]<./a><./div>

Please notice that i put some dot (.) after the "<" symbol to prevent this code detect by blogger html editor. "-1" and "+1" is the page number that you want to access

Now you can put in your blog or site. it come handy to your user to review your item/product.

cheers!!

No comments: