Blogger |
What is Section in blogger?
In blogger, sections are spaces where you can insert or contains widgets.
Syntex of creating a section in blogger:
<b:section id="bloglearner" class="bloglearner"></b:section>
Here, <b:section> is the starting tag and </b:section> is the closing tag of the section.
Attributes of Section Tag in Blogger:
ATTRIBUTES |
VALUES |
REQUIRED/OPTIONAL |
REFERS TO |
id |
Unique name. Only letters and numbers are allowed. Example: header, navbar, sidebar, footer
etc. |
Required |
Determining and customizing section with id. |
class |
Same as id. |
Optional |
Determining and customizing section with class. |
maxwidgets |
In numbers. Example: 1,
2, 3, 10, etc. |
Optional |
How many widgets we want to keep within this section. |
showaddelement |
Values of this are in
Boolean. Yes and No. |
Optional |
If yes then the section
will allow adding gadgets as widgets, otherwise none. |
growth |
horizontal and
vertical. |
Optional |
If vertical then the section will be arranged side-by-side. Otherwise stacked. |
How to create or design a blogger template?
What is Section in Blogger? |
No comments:
Post a Comment