<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>flippey.eth</title>
        <link>https://paragraph.com/@flippey</link>
        <description>undefined</description>
        <lastBuildDate>Sun, 26 Apr 2026 07:57:28 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>flippey.eth</title>
            <url>https://storage.googleapis.com/papyrus_images/8c9015ac840270b58a168d93c30650db4c9e7888096f6bec686837ea224e5603.jpg</url>
            <link>https://paragraph.com/@flippey</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[What is keeping you motivated? ]]></title>
            <link>https://paragraph.com/@flippey/what-is-keeping-you-motivated</link>
            <guid>fEnFHbGbQIjT8SKCD2IW</guid>
            <pubDate>Fri, 05 Aug 2022 00:27:24 GMT</pubDate>
            <description><![CDATA[Set goals. When you set a goal, you make a decision to act in a way that will help you achieve what you want. Goals give you a direction to focus on – one that’s measurable and has an endpoint. This can help you to stay motivated. Choose goals that interest you. You’re much more likely to stay motivated if you’re working towards something that you genuinely want to do or achieve, rather than what other people want for you.]]></description>
            <content:encoded><![CDATA[<p><strong>Set goals.</strong> When you set a goal, you make a decision to act in a way that will help you achieve what you want. Goals give you a direction to focus on – one that’s measurable and has an endpoint. This can help you to stay motivated.</p><p><strong>Choose goals that interest you</strong>. You’re much more likely to stay motivated if you’re working towards something that you genuinely want to do or achieve, rather than what other people want for you.</p>]]></content:encoded>
            <author>flippey@newsletter.paragraph.com (flippey.eth)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/3dc2faea8fb121ed29247483c09dd5313fae1c116a0bacdb8717fe0bee0c78a7.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[RabbitHole_Skill]]></title>
            <link>https://paragraph.com/@flippey/rabbithole-skill</link>
            <guid>uzlQl0pCDpe6WNUZl0rc</guid>
            <pubDate>Sat, 07 May 2022 00:27:15 GMT</pubDate>
            <description><![CDATA[so expansive]]></description>
            <content:encoded><![CDATA[<p>so expansive</p>]]></content:encoded>
            <author>flippey@newsletter.paragraph.com (flippey.eth)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/d67996872c1554677ae6205dbae56cb987041b949e8d0801ada11844c6430428.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[RabbitHole_Mirror]]></title>
            <link>https://paragraph.com/@flippey/rabbithole-mirror</link>
            <guid>vedIST7OAkw9YhwSUmrA</guid>
            <pubDate>Fri, 06 May 2022 09:39:10 GMT</pubDate>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/54ed737cb4af55b7d29d6a7604a3ba2b35fc18e105a6d915d58044d44c4cfcc0.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>flippey@newsletter.paragraph.com (flippey.eth)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/ef318981eb993f8b04b4fd50e68664977c262d8d86f6540a02401bbd9f0f4650.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[前端学习-基础知识1]]></title>
            <link>https://paragraph.com/@flippey/1</link>
            <guid>FMDPh2t8ByWkepjk1jKm</guid>
            <pubDate>Wed, 19 Jan 2022 02:53:59 GMT</pubDate>
            <description><![CDATA[##HTML第一天 ###我们接下来是进行的网页开发网页的相关概念:什么是网页?什么是HTML? IE火狐谷歌苹果欧朋浏览器是网页显示、运行的平台。常用的浏览器有 IE、火狐（Firefox）、谷歌（Chrome）、Safari和Opera等。平时称为五大浏览器。 目前国内一般浏览器都会采用 Webkit/Blink 内核，如 360、UC、QQ、搜狗等。 ##web标准：Web 标准是由 W3C 组织和其他标准化组织制定的一系列标准的集合。W3C（万维网联盟）是国际最著名的标准化组织。 ###为什么需要Web标准： 1.结构类似身体 2.表现类似外观装饰 3.行为类似行为动作 在链接文本的 href 属性中，设置属性值为 #名字 的形式，如<a href="#two"> 第2集 </a> 找到目标位置标签，里面添加一个 id 属性 = 刚才的名字 ，如：<h3 id="two">第2集介绍</h3> ###注释 如果需要在 HTML 文档中添加一些便于阅读和理解但又不需要显示在页面中的注释文字，就需要使用注释标签。 HTML中的注释以“<!--”开头，以“ -->”结束。 具体...]]></description>
            <content:encoded><![CDATA[<p>##HTML第一天 ###我们接下来是进行的网页开发网页的相关概念:</p><ul><li><p>什么是网页?</p></li><li><p>什么是HTML?</p></li><li><br></li><li><p>IE</p></li><li><p>火狐</p></li><li><p>谷歌</p></li><li><p>苹果</p></li><li><p>欧朋</p></li><li><p>浏览器是网页显示、运行的平台。常用的浏览器有 IE、火狐（Firefox）、谷歌（Chrome）、Safari和Opera等。平时称为五大浏览器。</p></li><li><br></li><li><br></li><li><p>目前国内一般浏览器都会采用 Webkit/Blink 内核，如 360、UC、QQ、搜狗等。 ##web标准：</p></li><li><p>Web 标准是由 W3C 组织和其他标准化组织制定的一系列标准的集合。W3C（万维网联盟）是国际最著名的标准化组织。 ###为什么需要Web标准：</p></li><li><br></li></ul><p>1.结构类似身体</p><p>2.表现类似外观装饰</p><p>3.行为类似行为动作</p><ul><li><p>   在链接文本的 href 属性中，设置属性值为 #名字 的形式，如&lt;a href=&quot;#two&quot;&gt; 第2集 &lt;/a&gt;</p></li><li><p>   找到目标位置标签，里面添加一个 id 属性 = 刚才的名字 ，如：&lt;h3 id=&quot;two&quot;&gt;第2集介绍&lt;/h3&gt;
   ###注释
   如果需要在 HTML 文档中添加一些便于阅读和理解但又不需要显示在页面中的注释文字，就需要使用注释标签。
   HTML中的注释以“&lt;!--”开头，以“ --&gt;”结束。
   具体实现：
        &lt;!-- 注释语句 --&gt;      快捷键: ctrl +  / 
   一句话: 注释标签里面的内容是给程序猿看的, 这个代码是不执行不显示到页面中的.
   添加注释是为了更好地解释代码的功能，便于相关开发人员理解和阅读代码，程序是不会执行注释内容的
   ###特殊字符：
   在 HTML 页面中，一些特殊的符号很难或者不方便直接使用，此时我们就可以使用下面的字符来替代。
   !Unsupported embed 
   重点记住：空格 、大于号、 小于号 这三个， 其余的使用很少，如果需要回头查阅即可。</p></li></ul>]]></content:encoded>
            <author>flippey@newsletter.paragraph.com (flippey.eth)</author>
        </item>
        <item>
            <title><![CDATA[Hi,My first]]></title>
            <link>https://paragraph.com/@flippey/hi-my-first</link>
            <guid>xfRHqTNS8N0uHXhwDHj0</guid>
            <pubDate>Wed, 10 Nov 2021 08:41:07 GMT</pubDate>
            <description><![CDATA[just test]]></description>
            <content:encoded><![CDATA[<p>just test</p>]]></content:encoded>
            <author>flippey@newsletter.paragraph.com (flippey.eth)</author>
        </item>
    </channel>
</rss>