Friday, July 25, 2014

How to Put HTML inside blogger tag

What is the meaning of tags inside blogspot? Some of the widget or gadget need you to install it inside the html editor.

What is HTML?
HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. <HTML5> this tag is a version 5, but its still the same

So here are the most basic of html script you can learn



<html>
    <head>
          anything to be put between head
    </head>
         <body>
                 anything to be put between body
         </body>
</html>

Each tag must begin with <html> and must close with a slash sign like </html>. These tag is like a body of human, head means the tag is read first and body to be read next. (sorry there's no leg tag)

So If a widget needs you to put above </body> it means the tag must to be put between the body....

INSTRUCTIONS picture guided

In your blogspot, go to your menu Templates ==> Edit HTML


Click inside the Html column and find the tag </head> or </body> as the instruction given to you


base on numbers in picture above
(1) for easy lookup, click inside the html column and make a cursor appear in it. Then, use keyboard and press CTRL + F. Then type the tag you want to search
(2) The highlighted </body> will appear
(3) Paste and make sure you save

 For safety tips: Make a backup first. Simple method, copy all the html and paste in your computer notepad. If something happens or went wrong, you can paste the whole html back...

#html #blog #blogger #blogspot #javascript

2 comments: