<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-6592189546493904409</atom:id><lastBuildDate>Sun, 20 Oct 2024 03:44:01 +0000</lastBuildDate><category>HTML</category><category>Java</category><category>CSS</category><title>Web Development Support</title><description></description><link>http://spforwebdev.blogspot.com/</link><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><generator>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:image href="https://lh5.googleusercontent.com/-3AlpqAO2IBo/VLuJu54GTNI/AAAAAAAAACE/QLJrzCD1gMc/s630-fcrop64=1,20330161e9c7f5a5/header.spforwebdev.jpg"/><itunes:keywords>HTML,Java,Script,CSS,Web,Development,sp,Support,Web,Design,Web,Site,Site</itunes:keywords><itunes:summary>All Discussion about HTML, Java Script and CSS for Web Development Site.</itunes:summary><itunes:subtitle> Web Development Site.</itunes:subtitle><itunes:category text="Education"><itunes:category text="Educational Technology"/></itunes:category><itunes:owner><itunes:email>spforwebdev@gmail.com</itunes:email></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6592189546493904409.post-8577024987304180300</guid><pubDate>Fri, 23 Jan 2015 08:44:00 +0000</pubDate><atom:updated>2015-04-06T11:34:38.844-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Java</category><title> Screen Height &amp; Width Button Creating </title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
By this post you can know how to create Screen Height and Width Button by Java Script. You can set it on any web page. By setting this, anybody can know your Screen Width &amp;amp; Height. The demo is given below:&lt;br /&gt;
&lt;h2&gt;
This is this demo of Screen Width.&lt;/h2&gt;
This is the Screen Width of Java Script.


&lt;html&gt;
&lt;head&gt;
&lt;script&gt;
function myFunction() {
document.getElementById("10002").innerHTML =
"Screen width is " + screen.width;
}
&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;h3&gt;
Know Your Screen Width&lt;/h3&gt;
&lt;div id="10002"&gt;
It is made of Java Script.&lt;/div&gt;
&lt;button onclick="myFunction()" type="button"&gt;Click Here&lt;/button&gt;

&lt;/body&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also set this Height &amp;amp; Screen Button on Blogger Page. For this you have to configure the page setting.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;On the blogger page you can see 'Option'.&amp;nbsp; Click on Option and &lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;you can see '&lt;input id="comments-mode-hide" name="comments-mode" type="radio" value="commentsModeHide" /&gt; &lt;label for="comments-mode-hide"&gt;Don't allow, hide existing'. Now click on it. Look at this image:&amp;nbsp;&lt;/label&gt;&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzSg8HJWRjfuSW0Ep6MROwcTC4qfYbcZk3jGZN4A_iNGjW1zkegrWF5C_60WeBaAyYYpVTfxz7IsF6AKPSzKBEyJzt7Y2XTTlUXWuyd4hcykDdeXc6o6LE6DnQQvhLV_D_4neN_pyndFA/s1600/image+sreen+button.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img alt="Page Setting for Creating Height &amp;amp; Screen Button" border="0" height="159" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzSg8HJWRjfuSW0Ep6MROwcTC4qfYbcZk3jGZN4A_iNGjW1zkegrWF5C_60WeBaAyYYpVTfxz7IsF6AKPSzKBEyJzt7Y2XTTlUXWuyd4hcykDdeXc6o6LE6DnQQvhLV_D_4neN_pyndFA/s1600/image+sreen+button.jpg" title="Page Setting for Creating Height &amp;amp; Screen Button" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Page Setting for Creating Height &amp;amp; Screen Button&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;label for="comments-mode-hide"&gt;&lt;br /&gt;&lt;/label&gt;
&lt;br /&gt;
&lt;br /&gt;
On the mode of HTML, you will have to set the following Java Script. After setting this, when you click on the mode of 'Compose', you can see nothing. Don't worry at this. Then you give your post or update and all is done! &lt;br /&gt;
&lt;h4&gt;
&lt;b&gt;This is the Java Script of Screen Height&lt;/b&gt;&lt;/h4&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
function myFunction() {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById("10001").innerHTML =&lt;br /&gt;
"Screen height is " + screen.height;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;&lt;br /&gt;
&lt;span style="color: #274e13;"&gt;Know Your Screen Height&lt;/span&gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;div id="10001"&amp;gt;&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;It is made of Java Script&lt;/span&gt;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;button onclick="myFunction()" type="button"&amp;gt;&lt;span style="color: #274e13;"&gt;Click Here&lt;/span&gt;&amp;lt;/button&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
This is the Screen Width of Java Script.&lt;/h4&gt;
&lt;br /&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
function myFunction() {&lt;br /&gt;
document.getElementById("10002").innerHTML =&lt;br /&gt;
"Screen width is " + screen.width;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;&lt;br /&gt;
&lt;span style="color: #274e13;"&gt;Know Your Screen Width&lt;/span&gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;div id="10002"&amp;gt;&lt;br /&gt;
&lt;span style="color: #274e13;"&gt;It is made of Java Script&lt;/span&gt;.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;button onclick="myFunction()" type="button"&amp;gt;&lt;span style="color: #274e13;"&gt;Click Here&lt;/span&gt;&amp;lt;/button&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h4&gt;
&lt;span style="color: red;"&gt;*In the Java Script you can change the green colored writings.&lt;/span&gt;&lt;/h4&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/html&gt;&lt;/div&gt;
</description><link>http://spforwebdev.blogspot.com/2015/01/screen-height-width-button-creating.html</link><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzSg8HJWRjfuSW0Ep6MROwcTC4qfYbcZk3jGZN4A_iNGjW1zkegrWF5C_60WeBaAyYYpVTfxz7IsF6AKPSzKBEyJzt7Y2XTTlUXWuyd4hcykDdeXc6o6LE6DnQQvhLV_D_4neN_pyndFA/s72-c/image+sreen+button.jpg" width="72"/><georss:featurename>Rampura, Dhaka, Bangladesh</georss:featurename><georss:point>23.7612256 90.420765999999958</georss:point><georss:box>23.746693099999998 90.400595999999965 23.7757581 90.440935999999951</georss:box><author>spforwebdev@gmail.com (Anonymous)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6592189546493904409.post-3478683432243273469</guid><pubDate>Mon, 19 Jan 2015 20:38:00 +0000</pubDate><atom:updated>2015-04-06T11:34:58.365-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">HTML</category><title>HTML Attributes</title><description>If you want to give extra information about an element, you can do so by setting &lt;i&gt;&lt;b&gt;HTML attributes&lt;/b&gt;&lt;/i&gt;. &amp;nbsp; &lt;i&gt;&lt;b&gt;Attributes&lt;/b&gt;&lt;/i&gt; are fixed in the start tag. They generally remain in the form of name/value pairs like: &lt;b&gt;name="value". &lt;/b&gt;Here I am discussing some attributes one by one.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
&lt;b&gt;Lang Attribute&lt;/b&gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;span style="font-weight: normal;"&gt;Lang Attribute contains the declaration of the language&lt;/span&gt;&lt;b&gt;. &lt;/b&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;Declaring a language gets accessibility applications (screen 
readers) and search engine. It is search engine friendly.Now look this below html script:&lt;/span&gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;/h3&gt;
&lt;div class="example_code notranslate htmlHigh"&gt;
&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;!DOCTYPE&lt;/span&gt; &lt;span class="highATT"&gt;html&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: red;"&gt;&lt;b&gt;&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;html&lt;/span&gt; &lt;span class="highATT"&gt;lang=&lt;/span&gt;&lt;span class="highVAL"&gt;"en-US"&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;body&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;h1&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;This is My Blogger Heading&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;/h1&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;p&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;This can help you set html lang="en-US". Thus you can write your paragraph here.&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;/p&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;/body&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;/html&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt;&lt;/span&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;span style="font-weight: normal;"&gt;You can set this&amp;nbsp; html lang&amp;nbsp; below the &lt;span class="highLT"&gt;&amp;lt;&lt;/span&gt;&lt;span class="highELE"&gt;!DOCTYPE&lt;/span&gt; &lt;span class="highATT"&gt;html&lt;/span&gt;&lt;span class="highGT"&gt;&amp;gt; but above &amp;lt;body&amp;gt; of&amp;nbsp; blogger or any website. The language code''en-US' that found in the html lang is changeable. Here you can change any other language code instead of it.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;span style="font-weight: normal;"&gt;&lt;span class="highGT"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;i&gt;&lt;span style="font-weight: normal;"&gt;&lt;span class="highGT"&gt;&lt;b&gt;&amp;nbsp;Size Attribute&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;span style="font-weight: normal;"&gt;By this &amp;lt;img&amp;gt; tag you can define HTML images. Here you can define the file names of the source as src. The 'src', the size of the 
images are all provided as attributes:&amp;nbsp; &lt;/span&gt;&lt;/h3&gt;
&lt;h3&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;&amp;lt;img src="&lt;span style="font-weight: normal;"&gt;&lt;span class="highGT"&gt;https://lh5.googleusercontent.com/-73Wz3fVoMZw/AAAAAAAAAAI/AAAAAAAAABg/NXM1NahY0jA/s46-c-k-no/photo.jpg&lt;/span&gt;&lt;/span&gt;" width="100" height="100"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;span style="font-weight: normal;"&gt;By this size attribute you can change the size of the image as you like. Instead of this image location or image url(&lt;/span&gt;&lt;span style="font-weight: normal;"&gt;&lt;span class="highGT"&gt;https://lh5.googleusercontent.com/-73Wz3fVoMZw/AAAAAAAAAAI/AAAAAAAAABg/NXM1NahY0jA/s46-c-k-no/photo.jpg) &lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: normal;"&gt;you can give your image url or location. Thus you can do your html image size solution for your web development.&lt;/span&gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;/h3&gt;
</description><link>http://spforwebdev.blogspot.com/2015/01/html-attributes-gives-extra-information.html</link><thr:total>0</thr:total><georss:featurename>Rampura, Dhaka, Bangladesh</georss:featurename><georss:point>23.7612256 90.420765999999958</georss:point><georss:box>23.746693099999998 90.400595999999965 23.7757581 90.440935999999951</georss:box><author>spforwebdev@gmail.com (Anonymous)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6592189546493904409.post-3629495727556408767</guid><pubDate>Sat, 17 Jan 2015 20:22:00 +0000</pubDate><atom:updated>2015-03-01T10:58:46.576-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS</category><title>How to CSS Header, Body, Page</title><description>&lt;i&gt;&lt;b&gt;CSS&lt;/b&gt;&lt;/i&gt; means &lt;span class="_Tgc"&gt;Cascading Style Sheet language which is used for describing the look and formatting of a document written in a markup language. However, let's learn how to CSS Header, Body and Page of a document. &lt;/span&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span class="_Tgc"&gt;Here if you want to change the background color of the body, just you have to change the color code no.(&lt;/span&gt;&lt;span class="_Tgc"&gt;&lt;span class="_Tgc"&gt; &lt;/span&gt;&lt;span class="_Tgc"&gt;#00FFFF)&lt;/span&gt; which is between &lt;/span&gt;&lt;br /&gt;
&lt;span class="_Tgc"&gt;body {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: &lt;/span&gt;&lt;span class="_Tgc"&gt;#00FFFF;&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span class="_Tgc"&gt;&amp;nbsp; After that if you want to stylize the header, you will have to change &lt;/span&gt;the following code:&lt;br /&gt;
&lt;span class="_Tgc"&gt;h1 {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: red;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: left;&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span class="_Tgc"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span class="_Tgc"&gt;Here you can change 'text-align' left or right as you like best. Besides, if you want to CSS the page according to your liking, you will have to change this following code:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="_Tgc"&gt;p {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: "Calibri";&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 20px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: Blue&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="_Tgc"&gt;Here p means page. Thus you will have to change the code for CSS of the document. Finally you will write your own document name between &lt;span style="color: red;"&gt;&amp;lt;h1&amp;gt;............&amp;lt;/h1&amp;gt;&lt;/span&gt; and&lt;span style="color: blue;"&gt; &amp;lt;p&amp;gt;...........&amp;lt;/p&amp;gt; &lt;/span&gt;and that is done. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class="_Tgc"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;style&amp;gt;&lt;br /&gt;body {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #d0e4fe;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h1 {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: red;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;p {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family: "Calibri";&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 20px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: Blue&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;&amp;lt;h1&amp;gt;Your Own Document&amp;lt;/h1&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: blue;"&gt;&amp;lt;p&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="_Tgc"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="_Tgc"&gt;&amp;nbsp;Color is an important element of CSS. So for this you will have know the color code. To know the color code, you can visit this &lt;a href="http://www.computerhope.com/htmcolor.htm"&gt;color codes link&lt;/a&gt; &lt;/span&gt;</description><link>http://spforwebdev.blogspot.com/2015/01/how-to-css-header-body-page.html</link><thr:total>0</thr:total><georss:featurename>Rampura, Dhaka, Bangladesh</georss:featurename><georss:point>23.7612256 90.420765999999958</georss:point><georss:box>21.9013001 87.838978999999952 25.6211511 93.002552999999963</georss:box><author>spforwebdev@gmail.com (Anonymous)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6592189546493904409.post-6780700949738622312</guid><pubDate>Sat, 17 Jan 2015 17:11:00 +0000</pubDate><atom:updated>2015-04-06T11:36:01.045-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Java</category><title>Creating Answer Button</title><description>For creating Answer Button you follow the below script that can help you create Answer Button. Here you look. You can write your question between it( &amp;lt;p&amp;gt; .........................&amp;lt;p&amp;gt; ) that's marked as red. &lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;Then &lt;span style="color: blue;"&gt;you&lt;span style="color: blue;"&gt; have to writ&lt;span style="color: blue;"&gt;e Answer &lt;span style="color: blue;"&gt;between&lt;span style="color: blue;"&gt; this b&lt;span style="color: blue;"&gt;lank place&lt;/span&gt;&lt;/span&gt;(&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;lt;button onclick="myFunction()"&amp;gt;&lt;span style="color: red;"&gt;.........&lt;/span&gt;&amp;lt;/button&amp;gt;).&lt;span style="color: black;"&gt; Besides, you also have to set the answer of the question between &amp;lt;script&amp;gt;..........&amp;lt;/script&amp;gt;. That instead of &lt;/span&gt;&lt;span style="color: red;"&gt;&lt;b&gt;Wordsworth&lt;/b&gt;&lt;/span&gt; you can set your own answer.&lt;b&gt; Better to say, y&lt;/b&gt;ou must notice that &lt;/span&gt;&lt;span style="color: blue;"&gt;&lt;span style="color: black;"&gt;&amp;lt;p id&lt;/span&gt; and &lt;/span&gt;&lt;span style="color: blue;"&gt;&lt;span style="color: #38761d;"&gt;getElementById&lt;/span&gt; should be same. If the both ids are different, this button will not work. Thus you can create your &lt;i&gt;&lt;b&gt;Answer Button&lt;/b&gt;&lt;/i&gt; with &lt;i&gt;&lt;b&gt;Java Script.&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;p&amp;gt;01.Who is called nature poet?&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;lt;button onclick="myFunction()"&amp;gt;&lt;span style="color: red;"&gt;Answer&lt;/span&gt;&amp;lt;/button&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p id="10001"&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
function myFunction() {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: #38761d;"&gt; document.getElementById("10001").innerHTML =&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: red;"&gt;"Wordsworth ";&lt;/span&gt;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;</description><link>http://spforwebdev.blogspot.com/2015/01/creating-answer-button.html</link><thr:total>0</thr:total><georss:featurename>Rampura, Dhaka, Bangladesh</georss:featurename><georss:point>23.7612256 90.420765999999958</georss:point><georss:box>23.746693099999998 90.400595999999965 23.7757581 90.440935999999951</georss:box><author>spforwebdev@gmail.com (Anonymous)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6592189546493904409.post-5294101826052861794</guid><pubDate>Sat, 17 Jan 2015 14:00:00 +0000</pubDate><atom:updated>2015-01-21T09:29:06.424-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">HTML</category><title>How to Create Page Title with HTML</title><description>Dear Learners!&lt;br /&gt;
By this following html you can create your own page title. This html knowledge can also help your web development. Here you can see the two red marked options(&lt;span style="color: red;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;Here You will Write Your Own Page Name&lt;span style="color: black;"&gt; and&lt;span style="color: red;"&gt; Page Title &lt;/span&gt;).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span style="color: red;"&gt;&lt;span style="color: black;"&gt; Instead of &lt;/span&gt;&lt;/span&gt;&lt;span style="color: red;"&gt;&lt;span style="color: black;"&gt;&lt;span style="color: red;"&gt;'Here You will Write Your Own Page Name' &lt;span style="color: black;"&gt;you can write &lt;/span&gt;&lt;span style="color: #38761d;"&gt;Y&lt;span style="color: black;"&gt;our Own Page Title and all is done! It is noticeable that when you write the following html script and apply it in the web page, you can't see another red marked option&lt;/span&gt;: &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: red;"&gt;&lt;span style="color: black;"&gt;&lt;span style="color: red;"&gt;&lt;span style="color: #38761d;"&gt;&lt;span style="color: red;"&gt;Page Title.&amp;nbsp;&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;title&amp;gt;&lt;span style="color: red;"&gt;Page Title&lt;/span&gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;h1&amp;gt;&lt;span style="color: red;"&gt;Here You will Write Your Own Page Name&lt;/span&gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;p&amp;gt;You should learn html&amp;nbsp; and educate yourself.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description><link>http://spforwebdev.blogspot.com/2015/01/how-to-create-page-title-with-html.html</link><thr:total>0</thr:total><georss:featurename>Rampura, Dhaka, Bangladesh</georss:featurename><georss:point>23.7612256 90.420765999999958</georss:point><georss:box>23.746693099999998 90.400595999999965 23.7757581 90.440935999999951</georss:box><author>spforwebdev@gmail.com (Anonymous)</author></item></channel></rss>