b:widget-settings and b:widget-setting The tags <b:widget-settings> (with "s") is a wrapper <b:widget-setting> (without "s") which held user-defined <b:…
b:widget The tags <b:widget> known as Gadget is a small application contain lots of code that interact with the user interface. In Blogger, Gadget can o…
b:skin and b:template-skin Tags <b:skin> and <b:template-skin> are elements used only the header of the Blogger theme XML file, whose content is hold a series of CS…
b:section The Blogger <b:section> is a layout to nesting Blogger gadget <b:widget>. When we design a blogger template its make easier to manage a g…
b:message and b:param The tags <b:message> used for getting explicit message data which value stored at the server side of Blogger, while <b:param/> is …
b:loop A loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such …
b:include The <b:include> is statement takes all the text/code/markup that exists in the <b:includable> tags and copies it into the part that call…