<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techschool.murraygunn.id.au/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://techschool.murraygunn.id.au/wiki/feed.php">
        <title>Tech School en:web_development:text</title>
        <description></description>
        <link>https://techschool.murraygunn.id.au/wiki/</link>
        <image rdf:resource="https://techschool.murraygunn.id.au/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-12T20:52:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:attributes&amp;rev=1692203632&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:exercise&amp;rev=1692203632&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:format_text&amp;rev=1692203632&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:headings&amp;rev=1692203632&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:html_tags&amp;rev=1692203632&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:javascript&amp;rev=1692203632&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:styles&amp;rev=1692203632&amp;do=diff"/>
                <rdf:li rdf:resource="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:summary&amp;rev=1692203632&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techschool.murraygunn.id.au/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Tech School</title>
        <link>https://techschool.murraygunn.id.au/wiki/</link>
        <url>https://techschool.murraygunn.id.au/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:attributes&amp;rev=1692203632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:text:attributes</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:attributes&amp;rev=1692203632&amp;do=diff</link>
        <description>Web Development Lesson 2 - Text

Attributes

Objectives

In this exercise you&#039;ll learn how to use HTML attributes to modify the style of specific elements.

Setup

Continue using jsfiddle with the same code from the previous screen. Here it is again.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:exercise&amp;rev=1692203632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:text:exercise</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:exercise&amp;rev=1692203632&amp;do=diff</link>
        <description>Web Development Lesson 2 - Text

Exercise

It&#039;s time to practise what you learnt.

	*  Copy the following text into jsfiddle

My Document
This paragraph is bold
This paragraph is italic
This paragraph is aligned to the right
This paragraph is yellow
This paragraph is underlined</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:format_text&amp;rev=1692203632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:text:format_text</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:format_text&amp;rev=1692203632&amp;do=diff</link>
        <description>Web Development Lesson 2 - Text

Formatting Text

Objectives

In this exercise, you&#039;ll learn some more HTML tags and how to use them to make sections of your text stand out.

Setup

Continue to use the jsfiddle from the previous lesson. If you need it again, here it is.</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:headings&amp;rev=1692203632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:text:headings</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:headings&amp;rev=1692203632&amp;do=diff</link>
        <description>Web Development Lesson 2 - Text

Headings

Objectives

In this exercise you&#039;ll learn how to create a heading and some more formatting styles that make a heading pop.

Setup

We&#039;ll continue to use the code you&#039;ve been working on in jsfiddle.

My Story
&lt;p style=&quot;text-align:right&quot;&gt;
My friend Pablo has a &lt;em style=&quot;color:red; font-weight:700&quot;&gt;pet dog&lt;/em&gt; called Sam who likes to have his tummy scratched. When they go to the park, &lt;strong&gt;he likes to chase a &lt;em&gt;ball&lt;/em&gt;.&lt;/strong&gt; He rolls in the di…</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:html_tags&amp;rev=1692203632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:text:html_tags</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:html_tags&amp;rev=1692203632&amp;do=diff</link>
        <description>Web Development Lesson 2 - Text

HTML Tags

Objectives

In this exercise, you&#039;ll learn about how to use HTML uses tags to format text as paragraphs.

Tools: JSFiddle

	*  jsfiddle is an online tool that&#039;s perfect for testing simple bits of code. It supports</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:javascript&amp;rev=1692203632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:text:javascript</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:javascript&amp;rev=1692203632&amp;do=diff</link>
        <description>Web Development Lesson 2 - Text

Javascript

Objectives

In this exercise you&#039;ll get your first taste of Javascript and use it to create a simple game, where you get a user to change key words in your story to make it funny.

Setup

We&#039;ll build on the work you&#039;ve done so far so if you need to, copy the code below into</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:styles&amp;rev=1692203632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:text:styles</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:styles&amp;rev=1692203632&amp;do=diff</link>
        <description>Web Development Lesson 2 - Letter

Formatting Text

Setup

Continue to use the jsfiddle from the previous lesson. If you need it again, here it is.

My Story
&lt;p&gt;My friend Pablo has a pet dog called Sam who likes to have his tummy scratched. When they go to the park, he likes to chase a ball. He rolls in the dirt so Pablo has to wash him when they get home.&lt;/p&gt;
&lt;p&gt;On Sundays they drive to the mountains where he runs around smelling the grass and wagging his tail. He gets so tired that he sleeps a…</description>
    </item>
    <item rdf:about="https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:summary&amp;rev=1692203632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T09:33:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:web_development:text:summary</title>
        <link>https://techschool.murraygunn.id.au/wiki/doku.php?id=en:web_development:text:summary&amp;rev=1692203632&amp;do=diff</link>
        <description>Web Development Lesson 2 - Text

Summary

In this lesson, we have covered the following concepts for text in web pages.

HTML Tags

	*  &lt;h1&gt;-&lt;h6&gt;
	*  &lt;p&gt;
	*  &lt;em&gt;
	*  &lt;strong&gt;
	*  &lt;sup&gt;

HTML Attributes

	*  color
	*  font-size
	*  font-weight
	*  font-style
	*  font-family
	*  font-variant
	*  text-align
	*  text-decoration
	*  text-transform
	*  text-indent
	*  text-shadow
	*  line-height

Javascript Concepts</description>
    </item>
</rdf:RDF>
