<?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: andrea-techprep</title>
    <description>The latest articles on DEV Community by andrea-techprep (@andreatechprep).</description>
    <link>https://dev.to/andreatechprep</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%2F1119292%2F0a4eecbe-afbe-4ac6-9953-564b4ba52a2b.png</url>
      <title>DEV Community: andrea-techprep</title>
      <link>https://dev.to/andreatechprep</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andreatechprep"/>
    <language>en</language>
    <item>
      <title>Today I learned</title>
      <dc:creator>andrea-techprep</dc:creator>
      <pubDate>Wed, 26 Jul 2023 23:16:19 +0000</pubDate>
      <link>https://dev.to/andreatechprep/today-i-learned-52p8</link>
      <guid>https://dev.to/andreatechprep/today-i-learned-52p8</guid>
      <description>&lt;p&gt;I am finishing up with my linktree project and starting RUBY.&lt;/p&gt;

&lt;p&gt;I thought this was a great assignment to review everything we have learned about HTML and CSS.&lt;/p&gt;

&lt;p&gt;Some key points when creating a link tree:&lt;/p&gt;

&lt;p&gt;CSS portion is in the beginning in the &lt;/p&gt;
&lt;br&gt;
HMTL is second in the 

&lt;p&gt;Make sure to commit changes! I think I found a way to automatically commit them! :)&lt;/p&gt;

&lt;p&gt;Rake grade will grade the simple specs&lt;/p&gt;

&lt;p&gt;An html document will only have 1 head and 1 body&lt;/p&gt;

&lt;p&gt;Head= links, titles, and rules&lt;br&gt;
Body= what gets rendered in the browser&lt;/p&gt;

&lt;p&gt;target=_blank is for links and when you want something to open in a new tab&lt;/p&gt;

&lt;p&gt;W3C HTML Validator can be used to check any mistakes you may have&lt;/p&gt;

&lt;p&gt; is used to formatting and making your page look good&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Can deploy in Github or fly.io&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Excited to continue with Ruby, hope everyone has a great day!&amp;lt;/p&amp;gt;
&lt;/p&gt;

</description>
      <category>codespace</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Today I learned!</title>
      <dc:creator>andrea-techprep</dc:creator>
      <pubDate>Tue, 18 Jul 2023 14:01:01 +0000</pubDate>
      <link>https://dev.to/andreatechprep/today-i-learned-37nd</link>
      <guid>https://dev.to/andreatechprep/today-i-learned-37nd</guid>
      <description>&lt;p&gt;Hello everyone!&lt;/p&gt;

&lt;p&gt;Unfortunately, I'm retyping this because my draft did not save. But I am taking this as an opportunity to review again! :)&lt;/p&gt;

&lt;p&gt;Anyways.... as I had previously written. I was getting confused with all of the new terms I was learning. So, I thought I would create a little cheat sheet that I can reference. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The extension for CSS files is .css. These can be linked to an HTML file using a  tag in the &lt;/p&gt; section.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;CSS code can be written in an HTML file by enclosing the code in  tags. &amp;lt;br&amp;gt;
TERMS&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;CSS classes: can be reusable and applied to many elements. Class selectors = . followed by the class name.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;CSS ID selectors: unique and used to style only a single element. ID selectors = # followed by the id name.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;CSS type selectors: match all elements of a given type or tag name. Unlike for HTML syntax, we dont include the angle brackets when using type selectors for tag names. &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;The CSS class selector matches elements based on the contents of their class attribute. a.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Selector specificity: the selector with the highest specificity wins out. The most specific selector type is the ID selector, then class selectors, and then type selectors.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;CSS ID selector: matches elements based on the contents of their id attribute. The values of id attribute should be unique in the entire DOM. # &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;

&amp;lt;p&amp;gt;These are the ones I was confusing but typing them out and rereading definitely helped me review. &amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Excited to continue learning!!!&amp;lt;/p&amp;gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>css</category>
    </item>
    <item>
      <title>TIL Blog</title>
      <dc:creator>andrea-techprep</dc:creator>
      <pubDate>Mon, 17 Jul 2023 03:28:58 +0000</pubDate>
      <link>https://dev.to/andreatechprep/til-blog-5513</link>
      <guid>https://dev.to/andreatechprep/til-blog-5513</guid>
      <description>&lt;p&gt;Today I learned...&lt;/p&gt;

&lt;p&gt;With CSS&lt;/p&gt;

&lt;p&gt;Universal selector selects all elements of &lt;strong&gt;any type&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The universal selector = *&lt;/p&gt;

&lt;p&gt;In order to select an HTML element by its class using CSS, a period (.) is placed before the class name.&lt;/p&gt;

&lt;p&gt;You can add multiple classes to an HTML element’s class by separating them with a space. This lets us do multiple CSS classes without having to write a custom class for every style combination.&lt;/p&gt;

&lt;p&gt;If an HTML element needs to be styled individually, you can give it an ID using the id attribute.&lt;/p&gt;

&lt;p&gt;An element’s id can only have a single value, and only be used once per page.&lt;/p&gt;

&lt;p&gt;Lots of great information. Excited to see what I will learn tomorrow!&lt;/p&gt;

&lt;p&gt;-Andrea R&lt;/p&gt;

</description>
      <category>beginners</category>
    </item>
  </channel>
</rss>
