<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Intro :: She Codes by the Beach</title>
    <link>https://tutorials.shecodes.com.au/html_and_css/1_intro/index.html</link>
    <description>For this course we’ll be writing our code on Codepen, which is an online code editing tool. This allows us to write HTML and CSS without needing to install anything on your computer as we’ll do it all in a web browser.&#xA;Before you start writing any code, head over to CodePen and sign up for a free account.</description>
    <generator>Hugo</generator>
    <language>en-au</language>
    <atom:link href="https://tutorials.shecodes.com.au/html_and_css/1_intro/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Codepen</title>
      <link>https://tutorials.shecodes.com.au/html_and_css/1_intro/1_codepen/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://tutorials.shecodes.com.au/html_and_css/1_intro/1_codepen/index.html</guid>
      <description>We’ve created a template for you to get started with. Open the template by clicking this link.&#xA;Once you’ve opened the pen, click the fork button on the bottom right of the page (you will need to make sure you are logged in first).&#xA;This will make a copy of the pen under your account. This means that you can edit it as much as you like and keep your changes.</description>
    </item>
    <item>
      <title>Our First Webpage</title>
      <link>https://tutorials.shecodes.com.au/html_and_css/1_intro/2_our_first_webpage/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://tutorials.shecodes.com.au/html_and_css/1_intro/2_our_first_webpage/index.html</guid>
      <description>Let’s write some code! Now that we are all set up, let’s write some code.&#xA;Add the following to the HTML editor:&#xA;&lt;h1&gt;I learnt to code in HTML today!&lt;/h1&gt; The result should look like the below example:&#xA;Woo! Your first line of HTML code!</description>
    </item>
  </channel>
</rss>