Blogger Template Basic Structure
5 Sep 2018
Blogger Template Basic Structure - On this occasion I would like to share knowledge about the Blogger Template Basic Structure, which is basically a mendasar knowledge for a blogger to be able to successfully develop his blog in the future.
We can make the knowledge of the basic structure of this blog template to be used to modify the appearance of the blog that we have in order to be more user friendly.
Basically a blogger template is all a collection of several widgets. To prove it please open your blogger, then go to the layout. It is all a collection of widgets that build a blog with a blogger platform. Starting from the header, body, sidebar to footer using a widget.
The following is a framework of html codes that build a blog or website:
From this simple html structure then developed until a website is formed. Okay now we go straight to our main topic.
Blogger Template Structure
To explain the structure of the bogger we will start from the top structure. The most special thing about blogger is that we have to declare XML (eXtensible Markup Language). For XML declarations on bloggers we can see in the top part of the template. The following is the default xml declaration of blogger.
We can make the knowledge of the basic structure of this blog template to be used to modify the appearance of the blog that we have in order to be more user friendly.
Basically a blogger template is all a collection of several widgets. To prove it please open your blogger, then go to the layout. It is all a collection of widgets that build a blog with a blogger platform. Starting from the header, body, sidebar to footer using a widget.
The following is a framework of html codes that build a blog or website:
<html>
<head>
<title>Blog Title</title>
</head>
<body>
</body>
</html>
From this simple html structure then developed until a website is formed. Okay now we go straight to our main topic.
Blogger Template Structure
To explain the structure of the bogger we will start from the top structure. The most special thing about blogger is that we have to declare XML (eXtensible Markup Language). For XML declarations on bloggers we can see in the top part of the template. The following is the default xml declaration of blogger.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html xmlns='https://panduahsan.blogspot.com//search?q=blogger-template-basic-structure" target="_blank">Blogger Template Basic Structure, hopefully useful as additional knowledge.