15.4.05

Blogger Add-ons

Hi, these are the things you can add on your blog via html code that you cannot get in compose mode.

Image:

HTML:
<img src="...">
eg: <img src="http://www.blogger.com/img/icon_help_connect.gif">

Preview:


Popup Message:

HTML:
<body onclick="alert("...")>

Form Components:

HTML:

<form></form>

Textarea:
<textarea>...</textarea>

Button:
<button>...</button>

No comments: