<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>KidzTalk - Recent questions tagged #computer</title>
<link>https://www.kidzsearch.com/questions/tag/%23computer</link>
<description>Powered by Question2Answer</description>
<item>
<title>I think the computer I play MC on is haunted</title>
<link>https://www.kidzsearch.com/questions/953567/i-think-the-computer-i-play-mc-on-is-haunted</link>
<description>So, for as long as I can remember I've left MC running all the time to make getting on easier.&lt;br /&gt;
&lt;br /&gt;
But for three or so days my computer has been randomly waking from sleep mode and playing Minecraft music (sometimes even when it's in idle sleep mode (When it is left alone for long enough and goes dark)) It ha happened mostly when I'm watching tv on my tablet, playing games on my phone or using this site. Also Sunday I even came home to it playing.&lt;br /&gt;
&lt;br /&gt;
It even plays it when it's on the lock screen&lt;br /&gt;
&lt;br /&gt;
It's annoying because for the past two nights (WHEN I AM ASLEEP) it randomly turns on and starts playing the music and due to my 'supersonic Minecraft hearing' it wakes me up.(It happens around 4:00AM)&lt;br /&gt;
&lt;br /&gt;
Tell me is it haunted?</description>
<category>Weird Stuff</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/953567/i-think-the-computer-i-play-mc-on-is-haunted</guid>
<pubDate>Tue, 09 Jun 2026 21:18:12 +0000</pubDate>
</item>
<item>
<title>GELPPP IM SCARED MY CHROMEBOOK NOO</title>
<link>https://www.kidzsearch.com/questions/898945/gelppp-im-scared-my-chromebook-noo</link>
<description>

&lt;p&gt;we&amp;nbsp; cant use google slides, google, google classroom.. etc. We got this update and it wont work anymore..!! HELPPP-- Our school is trying to fix it but for now.. we can't do hw, schoolwork, etc. Atleast we have this tho.. :(&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;the bug&quot; src=&quot;https://www.kidzsearch.com/questions/?qa=blob&amp;amp;qa_blobid=17551492692751902806&quot; style=&quot;height:236px; width:600px&quot;&gt;&lt;/p&gt;</description>
<category>General Blogs</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/898945/gelppp-im-scared-my-chromebook-noo</guid>
<pubDate>Fri, 06 Mar 2026 18:22:18 +0000</pubDate>
</item>
<item>
<title>My computer is Garbage✨✨</title>
<link>https://www.kidzsearch.com/questions/603481/my-computer-is-garbage%E2%9C%A8%E2%9C%A8</link>
<description>uhm sooo my computer sucks XD&lt;br /&gt;
&lt;br /&gt;
it just broke yesterday but my dad did something so it can be fixed for the time being but i still need a new computer because it will just break again. so if i'm unixblicably inactive very randomley, yeah i might not be back for a while. but uh i'm going to get a new computer soom :D</description>
<category>Other</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/603481/my-computer-is-garbage%E2%9C%A8%E2%9C%A8</guid>
<pubDate>Sun, 13 Apr 2025 12:56:04 +0000</pubDate>
</item>
<item>
<title>Inactive :(</title>
<link>https://www.kidzsearch.com/questions/602566/inactive</link>
<description>

&lt;p&gt;Hii it's zwelda nerd I'm logged out rn&lt;/p&gt;

&lt;p&gt;I'm going to be gone for a while because my computer is broken I'm typing this from my tablet but it won't log in&amp;nbsp;&lt;img title=&quot;T_T&quot; alt=&quot;T_T&quot; src=&quot;https://www.kidzsearch.com/questions/qa-plugin/wysiwyg-editor/ckeditor/plugins/smiley/images/a-T_T.gif&quot; style=&quot;height:19px; width:19px&quot;&gt;&amp;nbsp;it's like 8 years old XD&lt;/p&gt;

&lt;p&gt;My dad is going to get me a new computer soon but I won't be active, miss you guys so much&amp;nbsp;&lt;/p&gt;

&lt;p&gt;But don't worry I'll be back :D&lt;/p&gt;</description>
<category>Other</category>
<guid isPermaLink="true">https://www.kidzsearch.com/questions/602566/inactive</guid>
<pubDate>Sat, 12 Apr 2025 16:42:28 +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>
</channel>
</rss>