<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>小白教程 - html5编程教程</title>
    <link>https://www.xiaobai27.com/forum-52-1.html</link>
    <description>Latest 20 threads of html5编程教程</description>
    <copyright>Copyright(C) 小白教程</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 11 May 2026 13:04:34 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.xiaobai27.com/static/image/common/logo_88_31.gif</url>
      <title>小白教程</title>
      <link>https://www.xiaobai27.com/</link>
    </image>
    <item>
      <title>烦烦烦烦烦烦烦烦烦方法</title>
      <link>https://www.xiaobai27.com/thread-459-1-1.html</link>
      <description><![CDATA[反反复复烦烦烦烦烦烦烦烦烦烦烦烦烦烦烦]]></description>
      <category>html5编程教程</category>
      <author>小白自学网</author>
      <pubDate>Thu, 01 May 2025 11:29:51 +0000</pubDate>
    </item>
    <item>
      <title>html5编程教程代码文件</title>
      <link>https://www.xiaobai27.com/thread-180-1-1.html</link>
      <description><![CDATA[如题]]></description>
      <category>html5编程教程</category>
      <author>小白教程</author>
      <pubDate>Sun, 09 May 2021 20:07:53 +0000</pubDate>
    </item>
    <item>
      <title>ddddddddddd</title>
      <link>https://www.xiaobai27.com/thread-178-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>html5编程教程</category>
      <author>小令</author>
      <pubDate>Sun, 02 May 2021 07:50:08 +0000</pubDate>
    </item>
    <item>
      <title>HTML中的元数据</title>
      <link>https://www.xiaobai27.com/thread-169-1-1.html</link>
      <description><![CDATA[HTML文档的头部是加载页面时未显示在Web浏览器中的部分。它包含以下信息，例如页面，指向CSS的链接（如果您选择使用CSS设置HTML内容的样式），指向自定义图标的链接以及其他元数据（有关HTML的数据，例如作者，以及描述文档的重要关键字） 。）在本文中，我们将介绍以上 ...]]></description>
      <category>html5编程教程</category>
      <author>汤哥哥</author>
      <pubDate>Sat, 17 Apr 2021 07:26:06 +0000</pubDate>
    </item>
    <item>
      <title>HTML文档的剖析</title>
      <link>https://www.xiaobai27.com/thread-168-1-1.html</link>
      <description><![CDATA[单独的HTML元素本身并不是很有用。接下来，让我们检查各个元素如何组合以形成整个HTML页面：          My test page        This is my page  这里我们有：
[*]：文档类型。在HTML刚成立时（1991年至1992年），doctype旨在充当指向一组规则的链接，HTML页面必须遵循这些 ...]]></description>
      <category>html5编程教程</category>
      <author>我家豆馅儿</author>
      <pubDate>Sat, 17 Apr 2021 07:24:12 +0000</pubDate>
    </item>
    <item>
      <title>属性</title>
      <link>https://www.xiaobai27.com/thread-167-1-1.html</link>
      <description><![CDATA[元素也可以具有属性。属性看起来像这样：我的猫非常脾气暴躁＆amp; amp; amp; amp; amp; lt; / p&gt;\&quot; src=\&quot;https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started/grumpy-cat-attribute-small.png\&quot; width=\&quot;1287\&quot; height=\&quot;156\&quot; loadi ...]]></description>
      <category>html5编程教程</category>
      <author>达摩流浪者</author>
      <pubDate>Sat, 17 Apr 2021 07:22:35 +0000</pubDate>
    </item>
    <item>
      <title>嵌套元素</title>
      <link>https://www.xiaobai27.com/thread-166-1-1.html</link>
      <description><![CDATA[元素可以放置在其他元素内。这称为嵌套。如果要声明我们的猫非常脾气暴躁，可以将单词非常包装在一个元素中，这意味着该单词应具有更强的文本格式：My cat is very grumpy.嵌套有对与错的方法。在上面的示例中，我们p首先打开了元素，然后打开了strong元素。为了正确嵌 ...]]></description>
      <category>html5编程教程</category>
      <author>舍予轻尘</author>
      <pubDate>Sat, 17 Apr 2021 07:21:19 +0000</pubDate>
    </item>
    <item>
      <title>HTML元素的剖析</title>
      <link>https://www.xiaobai27.com/thread-165-1-1.html</link>
      <description><![CDATA[让我们从上一节中进一步探讨我们的段落元素：我们元素的解剖结构是：
[*]开头标记：它由元素的名称（在此示例中为p表示）组成，并包装在打开和关闭尖括号中。此开始标记标记元素开始或开始生效的位置。在此示例中，它在段落文本的开头之前。
[*]内容：这是元素的内容。 ...]]></description>
      <category>html5编程教程</category>
      <author>克米老师</author>
      <pubDate>Sat, 17 Apr 2021 07:12:17 +0000</pubDate>
    </item>
    <item>
      <title>HTML入门</title>
      <link>https://www.xiaobai27.com/thread-164-1-1.html</link>
      <description><![CDATA[在本文中，我们介绍了HTML的绝对基础。为了让您入门，本文定义了元素，属性以及您可能已经听说过的所有其他重要术语。它还说明了这些在HTML中适合的位置。您将学习HTML元素的结构，典型HTML页面的结构以及其他重要的基本语言功能。一路上，也将有机会玩HTML！
什么是HTM ...]]></description>
      <category>html5编程教程</category>
      <author>克米老师</author>
      <pubDate>Sat, 17 Apr 2021 07:08:52 +0000</pubDate>
    </item>
    <item>
      <title>HTML简介</title>
      <link>https://www.xiaobai27.com/thread-163-1-1.html</link>
      <description><![CDATA[从本质上讲，HTML是一种由元素组成的相当简单的语言，可以将其应用于文本片段，以在文档中赋予它们不同的含义（是段落吗？是项目符号列表？是表的一部分吗？ ），将文档分为若干逻辑部分（是否有标题，内容的三列或导航菜单？），然后将图像和视频之类的内容嵌入到页面 ...]]></description>
      <category>html5编程教程</category>
      <author>克米老师</author>
      <pubDate>Sat, 17 Apr 2021 07:07:55 +0000</pubDate>
    </item>
    <item>
      <title>HTML简介</title>
      <link>https://www.xiaobai27.com/thread-162-1-1.html</link>
      <description><![CDATA[从本质上讲，HTML是一种由元素组成的相当简单的语言，可以将其应用于文本片段，以在文档中赋予它们不同的含义（是段落吗？是项目符号列表？是表的一部分吗？ ），将文档分为若干逻辑部分（是否有标题，内容的三列或导航菜单？），然后将图像和视频之类的内容嵌入到页面 ...]]></description>
      <category>html5编程教程</category>
      <author>姓李三个木</author>
      <pubDate>Sat, 17 Apr 2021 07:06:20 +0000</pubDate>
    </item>
  </channel>
</rss>