<?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: Carla Breden</title>
    <description>The latest articles on DEV Community by Carla Breden (@scarletbegonias68).</description>
    <link>https://dev.to/scarletbegonias68</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%2F348135%2F8f58b227-6fab-4477-a219-23d8d73ec8ef.jpeg</url>
      <title>DEV Community: Carla Breden</title>
      <link>https://dev.to/scarletbegonias68</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/scarletbegonias68"/>
    <language>en</language>
    <item>
      <title>Grateful Dead project</title>
      <dc:creator>Carla Breden</dc:creator>
      <pubDate>Fri, 17 Apr 2020 21:19:24 +0000</pubDate>
      <link>https://dev.to/feldroy/grateful-dead-project-30jm</link>
      <guid>https://dev.to/feldroy/grateful-dead-project-30jm</guid>
      <description>&lt;p&gt;Today was my second day of learning how to code. I was struggling with creating files on my computer. When I expressed my frustration to my coworker, they suggested I check out &lt;a href="https://glitch.com"&gt;Glitch.com&lt;/a&gt;. This site lets me host my files, edit them, and see the results immediately. I can also share my work with others. &lt;/p&gt;

&lt;p&gt;In fact, you can see where I just started playing with Glitch here: &lt;a href="https://glitch.com/%7Egrateful-dead-project"&gt;https://glitch.com/~grateful-dead-project&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Right now, everything is really challenging, but I know from my experiences in life, that it will get easier over time!&lt;/p&gt;

&lt;p&gt;Happy weekend everybody!&lt;/p&gt;

</description>
      <category>todayilearned</category>
      <category>html</category>
      <category>100daysofcode</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>The difference between block and inline elements</title>
      <dc:creator>Carla Breden</dc:creator>
      <pubDate>Thu, 16 Apr 2020 19:46:12 +0000</pubDate>
      <link>https://dev.to/feldroy/the-difference-between-block-and-inline-elements-25pd</link>
      <guid>https://dev.to/feldroy/the-difference-between-block-and-inline-elements-25pd</guid>
      <description>&lt;p&gt;I work for &lt;a href="https://www.feldroy.com/"&gt;Feldroy&lt;/a&gt;, which is a cool little tech company. My job is Director of Customer Success and while I don't code yet, I want to learn. This is the beginning of my journey to become a programmer. I am learning HTML since it might be useful in my job. This is something I learned from my first lesson in &lt;a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started"&gt;Mozilla's HTML class&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;So, in my job, I use Slack a lot. What I realized was that when I want to highlight part of a single line, I use single backticks. This would be an &lt;code&gt;inline&lt;/code&gt; element as the lesson described. To highlight a number of sentences, I use three backticks and it puts a &lt;code&gt;block&lt;/code&gt; around the text. &lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;p&gt;In this &lt;code&gt;example&lt;/code&gt;, the word "example" is decorated with an inline element.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;In this example, the entire sentence is in a block element.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;What I realized after I completed the lesson, was that I had already been using a version of block and inline elements! How cool!&lt;/p&gt;

</description>
      <category>todayilearned</category>
      <category>html</category>
      <category>100daysofcode</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
