<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>KidzTalk - Recent questions tagged #programming</title>
<link>https://www.kidzsearch.com/questions/tag/%23programming</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to use  a /div to view a URL in html</title>
<link>https://www.kidzsearch.com/questions/625280/how-to-use-a-div-to-view-a-url-in-html</link>
<description>So, I am making a html script to view a website. I used an iframe to go to a URL and it worked but... there is no keyboard functionality. So, I attempted to use a dividend. It went to the url but the url being viewed is frozen. Is there any way to resolve this issue?</description>
<category>Technology</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/625280/how-to-use-a-div-to-view-a-url-in-html</guid>
<pubDate>Tue, 29 Apr 2025 00:09:25 +0000</pubDate>
</item>
<item>
<title>Any python programmers here, why doesn't this while loop repeat after the run loop ends? (at the bottom)</title>
<link>https://www.kidzsearch.com/questions/498733/any-python-programmers-here-why-doesnt-this-while-loop-repeat-after-the-run-loop-ends-at-the-bottom</link>
<description>

&lt;pre&gt;
&lt;/pre&gt;

&lt;pre&gt;&lt;span style=&quot;color:#808080&quot;&gt;# if anything has a red underline, its just KS being weird&lt;/span&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;while True&lt;/span&gt;:
    run = &lt;span style=&quot;color:#6897bb&quot;&gt;0
&lt;/span&gt;&lt;span style=&quot;color:#6897bb&quot;&gt;    &lt;/span&gt;order = []
    script = &lt;span style=&quot;color:#6897bb&quot;&gt;1
&lt;/span&gt;
&lt;span style=&quot;color:#6897bb&quot;&gt;    &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;while &lt;/span&gt;script == &lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;:
        imput = &lt;span style=&quot;color:#8888c6&quot;&gt;input&lt;/span&gt;(&lt;span style=&quot;color:#6a8759&quot;&gt;&quot;&quot;&lt;/span&gt;)
        order.append(imput)
        &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;imput == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;run()&quot;&lt;/span&gt;:
            script = &lt;span style=&quot;color:#6897bb&quot;&gt;0
&lt;/span&gt;&lt;span style=&quot;color:#6897bb&quot;&gt;            &lt;/span&gt;imput = &lt;span style=&quot;color:#6897bb&quot;&gt;0
&lt;/span&gt;&lt;span style=&quot;color:#6897bb&quot;&gt;            &lt;/span&gt;run = &lt;span style=&quot;color:#6897bb&quot;&gt;1
&lt;/span&gt;&lt;span style=&quot;color:#6897bb&quot;&gt;    &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;while &lt;/span&gt;run == &lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;:
        &lt;span style=&quot;color:#808080&quot;&gt;# variables
&lt;/span&gt;&lt;span style=&quot;color:#808080&quot;&gt;        &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;set'&quot;&lt;/span&gt;:
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                var1 = order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                var2 = order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                var3 = order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)

        &lt;span style=&quot;color:#808080&quot;&gt;# print
&lt;/span&gt;&lt;span style=&quot;color:#808080&quot;&gt;        &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;write'&quot;&lt;/span&gt;:
            &lt;span style=&quot;color:#8888c6&quot;&gt;print&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;])
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
        &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;write&quot;&lt;/span&gt;:
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#8888c6&quot;&gt;print&lt;/span&gt;(var1)
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#8888c6&quot;&gt;print&lt;/span&gt;(var2)
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#8888c6&quot;&gt;print&lt;/span&gt;(var3)
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;result&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#8888c6&quot;&gt;print&lt;/span&gt;(&lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(solution))
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)

        &lt;span style=&quot;color:#808080&quot;&gt;# math
&lt;/span&gt;&lt;span style=&quot;color:#808080&quot;&gt;        &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;add'&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;subtract'&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;multiply'&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;divide'&quot;&lt;/span&gt;:
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;add'&quot;&lt;/span&gt;:
                solution = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;]) + &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;])
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;subtract'&quot;&lt;/span&gt;:
                solution = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;]) - &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;])
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;multiply'&quot;&lt;/span&gt;:
                solution = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;]) * &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;])
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;divide'&quot;&lt;/span&gt;:
                solution = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;]) / &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;])
                order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
                order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
                order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
        &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;add&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;subtract&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;multiply&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;divide&quot;&lt;/span&gt;:
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var1)
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var2)
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var3)
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var1)
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var2)
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var3)
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;add&quot;&lt;/span&gt;:
                solution = x + y
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;subtract&quot;&lt;/span&gt;:
                solution = x - y
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;multiply&quot;&lt;/span&gt;:
                solution = x * y
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;divide&quot;&lt;/span&gt;:
                solution = x / y
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
        &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;addvar'&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;subtractvar'&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;multiplyar'&quot; &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;or &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;dividevar'&quot;&lt;/span&gt;:
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;addvar'&quot;&lt;/span&gt;:
                solution = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]) + &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;])
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;subtractvar'&quot;&lt;/span&gt;:
                solution = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]) - &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;])
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;multiplyvar'&quot;&lt;/span&gt;:
                solution = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]) * &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;])
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;dividevar'&quot;&lt;/span&gt;:
                solution = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]) / &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;])
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                var1 = solution
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                var2 = solution
            &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                var3 = solution
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)

        &lt;span style=&quot;color:#808080&quot;&gt;# if
&lt;/span&gt;&lt;span style=&quot;color:#808080&quot;&gt;        &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;if&quot;&lt;/span&gt;:
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;='&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#cc7832&quot;&gt;if not &lt;/span&gt;&lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]) == &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;]):
                    &lt;span style=&quot;color:#cc7832&quot;&gt;while not &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;close&quot;&lt;/span&gt;:
                        order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;&amp;gt;'&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#cc7832&quot;&gt;if not &lt;/span&gt;&lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]) &amp;gt; &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;]):
                    &lt;span style=&quot;color:#cc7832&quot;&gt;while not &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;close&quot;&lt;/span&gt;:
                        order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;&amp;lt;'&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#cc7832&quot;&gt;if not &lt;/span&gt;&lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;]) &amp;lt; &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;]):
                    &lt;span style=&quot;color:#cc7832&quot;&gt;while not &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;close&quot;&lt;/span&gt;:
                        order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;=&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var1)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var2)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var3)
                &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var1)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var2)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var3)
                &lt;span style=&quot;color:#cc7832&quot;&gt;if not &lt;/span&gt;x == y:
                    &lt;span style=&quot;color:#cc7832&quot;&gt;while not &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;close&quot;&lt;/span&gt;:
                        order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;&amp;gt;&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var1)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var2)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var3)
                &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var1)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var2)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var3)
                &lt;span style=&quot;color:#cc7832&quot;&gt;if not &lt;/span&gt;x &amp;gt; y:
                    &lt;span style=&quot;color:#cc7832&quot;&gt;while not &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;close&quot;&lt;/span&gt;:
                        order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;&amp;lt;&quot;&lt;/span&gt;:
                &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var1)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var2)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;2&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                    x = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var3)
                &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;1&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var1)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;2&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var2)
                &lt;span style=&quot;color:#cc7832&quot;&gt;elif &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;3&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;3&quot;&lt;/span&gt;:
                    y = &lt;span style=&quot;color:#8888c6&quot;&gt;int&lt;/span&gt;(var3)
                &lt;span style=&quot;color:#cc7832&quot;&gt;if not &lt;/span&gt;x &amp;lt; y:
                    &lt;span style=&quot;color:#cc7832&quot;&gt;while not &lt;/span&gt;order[&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;] == &lt;span style=&quot;color:#6a8759&quot;&gt;&quot;close&quot;&lt;/span&gt;:
                        order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
            &lt;span style=&quot;color:#cc7832&quot;&gt;for &lt;/span&gt;i &lt;span style=&quot;color:#cc7832&quot;&gt;in &lt;/span&gt;&lt;span style=&quot;color:#8888c6&quot;&gt;range&lt;/span&gt;(&lt;span style=&quot;color:#6897bb&quot;&gt;4&lt;/span&gt;):
                order.pop(&lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;)
        &lt;span style=&quot;color:#cc7832&quot;&gt;if &lt;/span&gt;&lt;span style=&quot;color:#8888c6&quot;&gt;len&lt;/span&gt;(order) &amp;lt; &lt;span style=&quot;color:#6897bb&quot;&gt;1&lt;/span&gt;:
            run = &lt;span style=&quot;color:#6897bb&quot;&gt;0&lt;/span&gt;&lt;/pre&gt;</description>
<category>Technology</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/498733/any-python-programmers-here-why-doesnt-this-while-loop-repeat-after-the-run-loop-ends-at-the-bottom</guid>
<pubDate>Wed, 29 Jan 2025 20:07:24 +0000</pubDate>
</item>
<item>
<title>Learn HTML here! REPOST + UPDATED + CSS TOO???</title>
<link>https://www.kidzsearch.com/questions/383957/learn-html-here-repost-updated-css-too</link>
<description>

&lt;p&gt;Hey guys! So, you clicked on this post to learn HTML, eh? Well, your in the right place!&lt;/p&gt;

&lt;p&gt;HTML is a programming language that is fun and frustrating at times.&lt;/p&gt;

&lt;p&gt;HTML stands for HyperText Markup Language&lt;/p&gt;

&lt;p&gt;You could use it to make forums, websites, documents, and MORE!&lt;/p&gt;

&lt;p&gt;So, lets get started!&lt;/p&gt;

&lt;p&gt;Create a new file in a folder called index.html (i recommend using&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://vscode.dev&quot;&gt;&lt;em&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color:#3498db&quot;&gt;https://vscode.dev&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;First, you put &amp;lt;DOCTYPE! html&amp;gt; at the top on line 1! (formatting is important so you can read your code)&lt;/p&gt;

&lt;p&gt;After that, put &amp;lt;html&amp;gt;, if your code editor is good (i recommend&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://vscode.dev&quot;&gt;&lt;em&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color:#3498db&quot;&gt;https://vscode.dev&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;) it should auto generate &amp;lt;/html&amp;gt; after that. the &amp;lt;html&amp;gt; and &amp;lt;/html&amp;gt; things are called tags, you can put things in them!&lt;/p&gt;

&lt;p&gt;After you put that, put &amp;lt;head&amp;gt; in between&amp;nbsp;the &amp;lt;html&amp;gt; tags. Anything inside a tag is called content, and tags and content together are called elements! please remember these words for later.&lt;/p&gt;

&lt;p&gt;After you put your head tags, put &amp;lt;title&amp;gt; inbetween &amp;lt;head&amp;gt; and &amp;lt;/head&amp;gt;&lt;/p&gt;

&lt;p&gt;that is the data that will be applied to your document!&lt;/p&gt;

&lt;p&gt;after that, in between &amp;lt;title&amp;gt; and &amp;lt;/title&amp;gt;, put whatever you want! When you open the document in your files, it will open a page on your browser! Then if you look at the tab name, what you put in the title tags will be there!&lt;/p&gt;

&lt;p&gt;-------------------CONTINUED-------------------&lt;/p&gt;

&lt;p&gt;After that, below the &amp;lt;/head&amp;gt; tag, put &amp;lt;body&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;body&amp;gt; is the element that will hold everything that the user can see (images, gifs, text, etc.)&lt;/p&gt;

&lt;p&gt;Put &amp;lt;h1&amp;gt;, and inside those &amp;lt;h1&amp;gt; tags, put whatever text you want!&lt;/p&gt;

&lt;p&gt;When you reload the page, it will show big text!&lt;/p&gt;

&lt;p&gt;Try that with &amp;lt;h2&amp;gt;, &amp;lt;h3&amp;gt;, &amp;lt;h4&amp;gt;, &amp;lt;h5&amp;gt;, and &amp;lt;h6&amp;gt;!&lt;/p&gt;

&lt;p&gt;Those are the headers! Now, lets make paragraphs!&lt;/p&gt;

&lt;p&gt;put &amp;lt;p&amp;gt; tags. Like the headers, put text inside them to show that text!&lt;/p&gt;

&lt;p&gt;So, you put the text, right?&lt;/p&gt;

&lt;p&gt;put a new line in the &amp;lt;p&amp;gt; tag, and on that new line, put text!&lt;/p&gt;

&lt;p&gt;do you notice something? Yep, that new line doesn't break apart the text!&lt;/p&gt;

&lt;p&gt;to do that, put &amp;lt;br&amp;gt;&amp;nbsp;for a new line!&amp;nbsp;&lt;/p&gt;

&lt;p&gt;this also spaces apart elements if your too lazy to use padding (we will get into that later)&lt;/p&gt;

&lt;p&gt;also, you can put images! In your files, put an image in the same folder as your html file&lt;/p&gt;

&lt;p&gt;then put &amp;lt;img src=&quot;image.png&quot; height=&quot;50&quot; width=&quot;50&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;that will create an image on your page that is exactly 50 pixels tall and 50 pixels wide.&lt;/p&gt;

&lt;p&gt;but, the image will lose all of its proportions!&lt;/p&gt;

&lt;p&gt;to keep them, remove the width=&quot;50&quot; or height=&quot;50&quot; part of your image tag.&lt;/p&gt;

&lt;p&gt;So, that's done!&lt;/p&gt;

&lt;p&gt;next, we will learn how to put videos and audio.&lt;/p&gt;

&lt;p&gt;-------------------CONTINUED-------------------&lt;/p&gt;

&lt;p&gt;so, lets say you want AUTOPLAYING BACKGROUND MUSIC&lt;/p&gt;

&lt;p&gt;put an &amp;lt;audio&amp;gt; tag, also, for images, videos, or audio, you don't need the second tag.&lt;/p&gt;

&lt;p&gt;put &amp;lt;audio src=&quot;audio.mp3&quot; autoplay&amp;gt;&lt;/p&gt;

&lt;p&gt;that will put auto-playing background music.&lt;/p&gt;

&lt;p&gt;also, experiment with images, videos, and audio!&lt;/p&gt;

&lt;p&gt;there is also stuff you can put in the tag with autoplay, like controls, and looped!&lt;/p&gt;

&lt;p&gt;now, lets put a video!&lt;/p&gt;

&lt;p&gt;put a &amp;lt;video&amp;gt; tag&lt;/p&gt;

&lt;p&gt;in that tag, put autoplay, looped, and controls&lt;/p&gt;

&lt;p&gt;it should look like this&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;video src=&quot;video.mp4&quot; autoplay looped controls&amp;gt;&lt;/p&gt;

&lt;p&gt;that will put a video on the screen. and btw, the height= and width= stuff works with almost all tags!&lt;/p&gt;

&lt;p&gt;thats it for now!&lt;/p&gt;

&lt;p&gt;-------------------CONTINUED-------------------&lt;/p&gt;

&lt;p&gt;so, you learned a few media types. But... what about&lt;/p&gt;

&lt;p&gt;text? I mean, you learned the text types and headers...&lt;/p&gt;

&lt;p&gt;but what about the text &lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;u&gt;&lt;em&gt;&lt;strong&gt;&lt;span style=&quot;background-color:#3498db&quot;&gt;styling?&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/u&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;span style=&quot;background-color:#3498db&quot;&gt;&lt;strong&gt;&lt;em&gt;&lt;u&gt;THIS is an example of yhat you can do with text!&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;anyways, lets put a &amp;lt;p&amp;gt; element.&lt;/p&gt;

&lt;p&gt;inside the tags, put &amp;lt;b&amp;gt; tags.&lt;/p&gt;

&lt;p&gt;now put text inside the b tags. and... there you go!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;bold text!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;but... what about italic? strike through? underline? superscript? subscript? text colors???&lt;/p&gt;

&lt;p&gt;well, &lt;em&gt;&amp;lt;i&amp;gt; for italic,&lt;/em&gt;&lt;u&gt; &amp;lt;u&amp;gt; for underlined,&lt;/u&gt;&lt;span style=&quot;text-decoration: line-through;&quot;&gt;&amp;nbsp;&amp;lt;s&amp;gt; for strikethrough&lt;/span&gt;,&lt;sub&gt; &amp;lt;sub&amp;gt; for subscript&lt;/sub&gt;,&lt;sup&gt; &amp;lt;sup&amp;gt; for superscript&lt;/sup&gt;, and thats about it!&lt;/p&gt;

&lt;p&gt;until... COLORS!!!!&lt;/p&gt;

&lt;p&gt;make a new file called styles.css&lt;/p&gt;

&lt;p&gt;inside there, put #coloredtext, it should generate this.&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;#coloredtext {&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;then, back in HTML&lt;/p&gt;

&lt;p&gt;in the p tag,&amp;nbsp;&lt;/p&gt;

&lt;p&gt;copy this!&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;&amp;lt;p id=&quot;coloredtext&quot;&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;that hooks up the id to the CSS file.&lt;/p&gt;

&lt;p&gt;then in the CSS put&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;#coloredtext {&lt;/p&gt;

&lt;p&gt;color: blue;&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;the text will be blue! but when you reload the page..&lt;/p&gt;

&lt;p&gt;its not?&lt;/p&gt;

&lt;p&gt;that's because we forgot to hook up the CSS to the HTML.&lt;/p&gt;

&lt;p&gt;inside the head tags put&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;&amp;lt;link rel=&quot;stylesheet&quot; href=&quot;styles.css&quot;&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;reload the page and...&lt;/p&gt;

&lt;p&gt;it works!&lt;/p&gt;

&lt;p&gt;but thats just the text color...&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;#coloredtext {&lt;/p&gt;

&lt;p&gt;color: blue;&lt;/p&gt;

&lt;p&gt;background-color: red;&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;now, the background color of the text is red!&lt;/p&gt;

&lt;p&gt;that is it on the coding for now..&lt;/p&gt;

&lt;p&gt;-------------------END-------------------&lt;/p&gt;

&lt;p&gt;I'll edit this and continue this soon. I might create a new post whether you can edit posts or not. Bye bye!&lt;/p&gt;</description>
<category>Technology</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/383957/learn-html-here-repost-updated-css-too</guid>
<pubDate>Thu, 24 Oct 2024 17:44:05 +0000</pubDate>
</item>
<item>
<title>I updated the HTML tutorial!</title>
<link>https://www.kidzsearch.com/questions/370689/i-updated-the-html-tutorial</link>
<description>

&lt;p&gt;I updated the tutorial!&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;div&gt;Visit it at&amp;nbsp;&lt;a href=&quot;https://www.kidzsearch.com/questions/370482/learn-html-here&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://www.kidzsearch.com/questions/370482/learn-html-here&lt;/a&gt;&lt;/div&gt;</description>
<category>Other</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/370689/i-updated-the-html-tutorial</guid>
<pubDate>Mon, 07 Oct 2024 23:50:49 +0000</pubDate>
</item>
<item>
<title>Learn HTML here!</title>
<link>https://www.kidzsearch.com/questions/370482/learn-html-here</link>
<description>

&lt;p&gt;(updated:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.kidzsearch.com/questions/383957/learn-html-here-repost-updated-css-too&quot;&gt;https://www.kidzsearch.com/questions/383957/learn-html-here-repost-updated-css-too&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Hey guys! So, you clicked on this post to learn HTML, eh? Well, your in the right place!&lt;/p&gt;

&lt;p&gt;HTML is a programming language that is fun and frustrating at times.&lt;/p&gt;

&lt;p&gt;HTML stands for HyperText Markup Language&lt;/p&gt;

&lt;p&gt;You could use it to make forums, websites, documents, and MORE!&lt;/p&gt;

&lt;p&gt;So, lets get started!&lt;/p&gt;

&lt;p&gt;Create a new file in a folder called index.html (i recommend using&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://vscode.dev&quot;&gt;&lt;em&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color:#3498db&quot;&gt;https://vscode.dev&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;First, you put &amp;lt;DOCTYPE! html&amp;gt; at the top on line 1! (formatting is important so you can read your code)&lt;/p&gt;

&lt;p&gt;After that, put &amp;lt;html&amp;gt;, if your code editor is good (i recommend &lt;a rel=&quot;nofollow&quot; href=&quot;https://vscode.dev&quot;&gt;&lt;em&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;color:#3498db&quot;&gt;https://vscode.dev&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;) it should auto generate &amp;lt;/html&amp;gt; after that. the &amp;lt;html&amp;gt; and &amp;lt;/html&amp;gt; things are called tags, you can put things in them!&lt;/p&gt;

&lt;p&gt;After you put that, put &amp;lt;head&amp;gt; in between&amp;nbsp;the &amp;lt;html&amp;gt; tags. Anything inside a tag is called content, and tags and content together are called elements! please remember these words for later.&lt;/p&gt;

&lt;p&gt;After you put your head tags, put &amp;lt;title&amp;gt; inbetween &amp;lt;head&amp;gt; and &amp;lt;/head&amp;gt;&lt;/p&gt;

&lt;p&gt;that is the data that will be applied to your document!&lt;/p&gt;

&lt;p&gt;after that, in between &amp;lt;title&amp;gt; and &amp;lt;/title&amp;gt;, put whatever you want! When you open the document in your files, it will open a page on your browser! Then if you look at the tab name, what you put in the title tags will be there!&lt;/p&gt;

&lt;p&gt;-------------------CONTINUED-------------------&lt;/p&gt;

&lt;p&gt;After that, below the &amp;lt;/head&amp;gt; tag, put &amp;lt;body&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;body&amp;gt; is the element that will hold everything that the user can see (images, gifs, text, etc.)&lt;/p&gt;

&lt;p&gt;Put &amp;lt;h1&amp;gt;, and inside those &amp;lt;h1&amp;gt; tags, put whatever text you want!&lt;/p&gt;

&lt;p&gt;When you reload the page, it will show big text!&lt;/p&gt;

&lt;p&gt;Try that with &amp;lt;h2&amp;gt;, &amp;lt;h3&amp;gt;, &amp;lt;h4&amp;gt;, &amp;lt;h5&amp;gt;, and &amp;lt;h6&amp;gt;!&lt;/p&gt;

&lt;p&gt;Those are the headers! Now, lets make paragraphs!&lt;/p&gt;

&lt;p&gt;put &amp;lt;p&amp;gt; tags. Like the headers, put text inside them to show that text!&lt;/p&gt;

&lt;p&gt;So, you put the text, right?&lt;/p&gt;

&lt;p&gt;put a new line in the &amp;lt;p&amp;gt; tag, and on that new line, put text!&lt;/p&gt;

&lt;p&gt;do you notice something? Yep, that new line doesn't break apart the text!&lt;/p&gt;

&lt;p&gt;to do that, put &amp;lt;br&amp;gt;&amp;nbsp;for a new line!&amp;nbsp;&lt;/p&gt;

&lt;p&gt;this also spaces apart elements if your too lazy to use padding (we will get into that later)&lt;/p&gt;

&lt;p&gt;also, you can put images! In your files, put an image in the same folder as your html file&lt;/p&gt;

&lt;p&gt;then put &amp;lt;img src=&quot;image.png&quot; height=&quot;50&quot; width=&quot;50&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;that will create an image on your page that is exactly 50 pixels tall and 50 pixels wide.&lt;/p&gt;

&lt;p&gt;but, the image will lose all of its proportions!&lt;/p&gt;

&lt;p&gt;to keep them, remove the width=&quot;50&quot; or height=&quot;50&quot; part of your image tag.&lt;/p&gt;

&lt;p&gt;So, that's done!&lt;/p&gt;

&lt;p&gt;next, we will learn how to put videos and audio.&lt;/p&gt;

&lt;p&gt;-------------------CONTINUED-------------------&lt;/p&gt;

&lt;p&gt;so, lets say you want AUTOPLAYING BACKGROUND MUSIC&lt;/p&gt;

&lt;p&gt;put an &amp;lt;audio&amp;gt; tag, also, for images, videos, or audio, you don't need the second tag.&lt;/p&gt;

&lt;p&gt;put &amp;lt;audio src=&quot;audio.mp3&quot; autoplay&amp;gt;&lt;/p&gt;

&lt;p&gt;that will put auto-playing background music.&lt;/p&gt;

&lt;p&gt;also, experiment with images, videos, and audio!&lt;/p&gt;

&lt;p&gt;there is also stuff you can put in the tag with autoplay, like controls, and looped!&lt;/p&gt;

&lt;p&gt;now, lets put a video!&lt;/p&gt;

&lt;p&gt;put a &amp;lt;video&amp;gt; tag&lt;/p&gt;

&lt;p&gt;in that tag, put autoplay, looped, and controls&lt;/p&gt;

&lt;p&gt;it should look like this&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;video src=&quot;video.mp4&quot; autoplay looped controls&amp;gt;&lt;/p&gt;

&lt;p&gt;that will put a video on the screen. and btw, the height= and width= stuff works with almost all tags!&lt;/p&gt;

&lt;p&gt;thats it for now!&lt;/p&gt;

&lt;p&gt;-------------------END-------------------&lt;/p&gt;

&lt;p&gt;I'll edit this and continue this soon. I might create a new post whether you can edit posts or not. Bye bye!&lt;/p&gt;</description>
<category>Other</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/370482/learn-html-here</guid>
<pubDate>Mon, 07 Oct 2024 21:41:14 +0000</pubDate>
</item>
<item>
<title>What should i learn first?</title>
<link>https://www.kidzsearch.com/questions/71937/what-should-i-learn-first</link>
<description>What should I learn first, if I want to develop websites?</description>
<category>Technology</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/71937/what-should-i-learn-first</guid>
<pubDate>Sat, 29 Aug 2020 07:10:04 +0000</pubDate>
</item>
</channel>
</rss>