Showing posts with the label Tag

The XML CDATA section, where the term CDATA means 'Character Data'. CDATA is defined as blocks of text that are not encoded or parsed by the parser, but are recognized as markup. When parser parsed block of code, the predefined entities such as <, >, & will resulting an &lt;, &gt;, and &amp; as output. By using CDATA … Show Full Article»

The tag <data:...>  is a singleton tag that allows us to print the single value of data point from the parent. In general terms VALUE in <data:VALUE> is an alias to parent variable name. Syntax maybe differ According from which the data is extracted and according to the type of the data Show Full Article»

The tag <b:template-script>  is an instruction to call a JavaScript file hosted on the server side of Blogger related to Official theme distributed by Blogger. this tag generates a  script  tag containing the url of a JS file, or adding inline of the JS file inside XML Blogger Template Code. Show Full Article»

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 CSS code and variable declarations used along with CSS and can be interacting with the Theme Designer tool . <b:skin>  is responsible for CSS used for the current blog look, while the <b:te… Show Full Article»

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 as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number. In the Blogger Language , a loop is implemented using the tag &… Show Full Article»
About
BloggerBasics101 is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Misc