1. To make simple text link :
<a href="URL HERE">Text for link</a>
For example <a href="http://bbloggertutorials.blogspot.com/">Blogger Tutorials</a>
Preview
Text for linkFor example Blogger Tutorials
2. To Make the Button:
<FORM METHOD="LINK" ACTION="Page1.htm">
<INPUT TYPE="submit" VALUE="ClickHere Button"></FORM>
Preview
Here's what each parts means:
- FORM tells the computer a form item is going here.
- METHOD tells the computer how to handle the form command.
- ACTION denotes what connection you want to make. Here we made a connection to something called "Page1.htm."
- INPUT TYPE tells what type of input will occur . In this case you want to "submit" something. You see, the FORM command above is looking for a link. Here you are "submitting" a link.
- VALUE is the wording that appears on the button.
Anda baru saja membaca artikel yang berkategori Blogger Tutorials /
How to /
HTML /
Tips and Tricks /
Widgets
dengan judul How to Make a Simple HTML Button For Your Blog. Anda bisa bookmark halaman ini dengan URL https://bblogger-tutorials.blogspot.com/2013/04/how-to-make-simple-html-button-for-your.html. Terima kasih!
Ditulis oleh:
maz - Friday, April 26, 2013
Belum ada komentar untuk "How to Make a Simple HTML Button For Your Blog"
Post a Comment