Computer Science, asked by poojaS9976, 1 year ago

Where is the adsense code to be placed in tumblr edit html?

Answers

Answered by ayush579
0
Just like the other elements of your site (images, paragraphs, etc.), you can change the position of your Google ads by using HTML tags (<div>, <table>, etc.). For example, if you surround your ad code with the HTML tags <div align="center">and </div>, your ads will appear in the center of your page.

<html>
<head>
This is the head of your page
<title>Example HTML page</title>
</head>
<body>

Answered by naTEA
1

Answer:

&lt;!DOCTYPE html&gt;</p><p></p><p>&lt;html&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;title&gt;Page Title&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;svg id="ci"width="100%" height="600"&gt; &lt;circle cx="110" cy="110" r="30" style="fill:#000;stroke:#018770" stroke-width="1px"&gt;</p><p></p><p>&lt;animate attributename="r" from="0%" to="20%" dur="1s" repeatcount="indefinite"/&gt;</p><p></p><p>&lt;animate attributeName="stroke" values="#f0f;#00f;#A34CBE;#000;#D6002F;#B20F53;#000;#F24091;" dur="10s" fill="freeze" repeatcount ="indefinite" /&gt;</p><p></p><p>&lt;/circle&gt;</p><p></p><p>&lt;circle cx="110" cy="110" r="30" style="fill:#000;stroke:#018770" stroke-width="2px"&gt;</p><p></p><p>&lt;animate attributename="r" from="20%" to="0%" dur="1s" repeatcount="indefinite"/&gt;</p><p></p><p>&lt;animate attributeName="stroke" values="#f0f;#00f;#A34CBE;#D6002F;#B20F53;#F24091;" dur="10s" fill="freeze" repeatcount ="indefinite" /&gt;&lt;/circle&gt;</p><p></p><p>&lt;circle cx="80%" cy="10%" r="30" style="fill:#000;stroke:#018770" stroke-width="2px"&gt;</p><p></p><p>&lt;animate attributename="r" from="20%" to="0%" dur="1s" repeatcount="indefinite"/&gt;</p><p></p><p>&lt;animate attributeName="stroke" values="#f0f;#00f;#A34CBE;#000;#D6002F;#B20F53;#000;#F24091;" dur="10s" fill="freeze" repeatcount ="indefinite"&gt;&lt;/circle&gt;</p><p></p><p>&lt;circle cx="80%" cy="10%" r="30" style="fill:#000;stroke:#018770" stroke-width="2px"&gt;</p><p></p><p>&lt;animate attributename="r" from="0%" to="20%" dur="1s" repeatcount="indefinite"/&gt;</p><p></p><p>&lt;animate attributeName="stroke" values="#f0f;#00f;#A34CBE;#D6002F;#B20F53;#F24091;" dur="10s" fill="freeze" repeatcount ="indefinite" /&gt;</p><p></p><p>&lt;/circle&gt;&lt;circle cx="50%" cy="70%" r="30" style="fill:#000;stroke:#018770" stroke-width="2px"&gt;</p><p></p><p>&lt;animate attributename="r" from="0%" to="25%" dur="1s" repeatcount="indefinite"/&gt;</p><p></p><p>&lt;animate attributeName="stroke" values="#f0f;#00f;#A34CBE;#000;#D6002F;#B20F53;#000;#F24091;" dur="10s" fill="freeze" repeatcount ="indefinite" /&gt;</p><p></p><p>&lt;/circle&gt;</p><p></p><p>&lt;circle cx="50%" cy="70%" r="30" style="fill:#000;stroke:#018770" stroke-width="2px"&gt;</p><p></p><p>&lt;animate attributename="r" from="20%" to="0%" dur="1s" repeatcount="indefinite"/&gt;</p><p></p><p>&lt;animate attributeName="stroke" values="#f0f;#00f;#A34CBE;#000;#D6002F;#B20F53;#000;#F24091;" dur="10s" fill="freeze" repeatcount ="indefinite" /&gt;</p><p></p><p>&lt;/circle&gt;</p><p></p><p>&lt;circle cx="30%" cy="60%" r="30" style="fill:#000;stroke:#018770" stroke-width="2px"&gt;</p><p></p><p>&lt;animate attributename="r" from="20%" to="0%" dur="1s" repeatcount="indefinite"/&gt;</p><p></p><p>&lt;animate attributeName="stroke" values="#f0f;#00f;#A34CBE;#000;#D6002F;#B20F53;#000;#F24091;" dur="10s" fill="freeze" repeatcount ="indefinite" /&gt;</p><p></p><p>&lt;/circle&gt;</p><p></p><p>&lt;circle cx="30%" cy="60%" r="30" style="fill:#000;stroke:#018770" stroke-width="2px"&gt;</p><p></p><p>&lt;animate attributename="r" from="0%" to="20%" dur="1s" repeatcount="indefinite"/&gt;</p><p></p><p>&lt;animate attributeName="stroke" values="#f0f;#00f;#A34CBE;#D6002F;#B20F53;#F24091;" dur="10s" fill="freeze" repeatcount ="indefinite" /&gt;</p><p></p><p>&lt;/circle&gt;</p><p></p><p>&lt;/svg&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;

Similar questions