<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mich-web</title>
    <description>The latest articles on DEV Community by mich-web (@michweb).</description>
    <link>https://dev.to/michweb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1625109%2Ffd8481a6-5c4d-469e-b1ef-0a33c7c4582c.jpg</url>
      <title>DEV Community: mich-web</title>
      <link>https://dev.to/michweb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michweb"/>
    <language>en</language>
    <item>
      <title>HOW DO YOU CREATE A BACKGROUND COLOR IN HTML AND STYLE.CSS WHILE CODING?</title>
      <dc:creator>mich-web</dc:creator>
      <pubDate>Mon, 22 Jul 2024 08:27:24 +0000</pubDate>
      <link>https://dev.to/michweb/how-do-you-create-a-background-color-in-html-and-stylecss-while-coding-48p7</link>
      <guid>https://dev.to/michweb/how-do-you-create-a-background-color-in-html-and-stylecss-while-coding-48p7</guid>
      <description>&lt;p&gt;I have been trying to create a background color in my codes but it seems I don't get it.&lt;br&gt;
The last time I tried it I did it like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;In the HTML....
&amp;lt;body&amp;gt;
&amp;lt;bgcolor="#f1f132"&amp;gt;
&amp;lt;/body&amp;gt;

While in css....
.body {
bgcolor: #f1f132;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;PLEASE! can someone put me through?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>COMPUTER MEMORY</title>
      <dc:creator>mich-web</dc:creator>
      <pubDate>Sat, 22 Jun 2024 22:11:59 +0000</pubDate>
      <link>https://dev.to/michweb/computer-memory-45d8</link>
      <guid>https://dev.to/michweb/computer-memory-45d8</guid>
      <description>&lt;p&gt;Computer memory stores information, such as data and programs, for immediate use in the computer. The term memory is often synonymous with the terms RAM, main memory, or primary storage. Archaic synonyms for main memory include core and store.&lt;br&gt;
RAM. Specifically, RAM stands for “Random Access Memory” or “Ready Access Memory”. It is a temporary notepad where your computer sends information to disk&lt;/p&gt;

</description>
    </item>
    <item>
      <title>HTML TAGS</title>
      <dc:creator>mich-web</dc:creator>
      <pubDate>Fri, 14 Jun 2024 15:46:30 +0000</pubDate>
      <link>https://dev.to/michweb/html-tags-2h3o</link>
      <guid>https://dev.to/michweb/html-tags-2h3o</guid>
      <description>&lt;p&gt;&lt;strong&gt;Question1:&lt;/strong&gt;What is the full meaning of &lt;strong&gt;HTML&lt;/strong&gt;?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;&lt;em&gt;HTML means Hyper Text Markup Language&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question2:&lt;/strong&gt;What does it mean?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;&lt;em&gt;It is the computer language that is used to create and display pages on the internet&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question3:&lt;/strong&gt;What are &lt;strong&gt;"HTML tags"&lt;/strong&gt;?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;These are used to place elements in the proper format.Tags also use symbols&amp;lt;,&amp;gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question4:&lt;/strong&gt;What are the form of &lt;strong&gt;"HTML tags"&lt;/strong&gt;?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;We have 2 types of tags namely:&lt;br&gt;
  &lt;strong&gt;1&lt;/strong&gt;Opening tags&lt;br&gt;
  &lt;strong&gt;2&lt;/strong&gt;Closing tags&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question5:&lt;/strong&gt;What are the types of opening tags?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;h1,h2,h3,p,a,etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question6:&lt;/strong&gt;What are the types of closing tags?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;h1,h2,h3,a,p.etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question7:&lt;/strong&gt;What is the difference between opening and closing tag?&lt;br&gt;
&lt;strong&gt;Answer&lt;/strong&gt;Opening tags don't have a slash while closing tags have a slash.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question8:&lt;/strong&gt;What are the list types in HTML?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;Ordered list and un ordered list.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question9:&lt;/strong&gt;What is order list?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;This takes the form of ol.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question10:&lt;/strong&gt;What is un ordered list?&lt;br&gt;
&lt;strong&gt;Answer:&lt;/strong&gt;This takes a bulleted form.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
