<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>书香雅阁 - HTML+CSS+JS</title>
    <link>https://shuxiangyage.net/forum.php?mod=forumdisplay&amp;fid=81</link>
    <description>Latest 20 threads of HTML+CSS+JS</description>
    <copyright>Copyright(C) 书香雅阁</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 21 Apr 2026 11:24:36 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://shuxiangyage.net/static/image/common/logo_88_31.gif</url>
      <title>书香雅阁</title>
      <link>https://shuxiangyage.net/</link>
    </image>
    <item>
      <title>【input的type属性】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1761</link>
      <description><![CDATA[1：普通单行明文文本框（type=\&quot;text\&quot;）


2：密码文本框（type=\&quot;password\&quot;）



3：普通按钮（type=\&quot;button\&quot;）与提交按钮（ type=\&quot;submit\&quot;）


4：文件浏览（ type=\&quot;file\&quot;）



总结：input标签的功能很强大，更多的属性大家可以通过百度了解


（点击返回课程目录：ht ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 17 May 2025 07:58:30 +0000</pubDate>
    </item>
    <item>
      <title>【input的type属性】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1760</link>
      <description><![CDATA[input标签的用途非常多，通过改变type属性可以实现不同的输入效果


①：单行文本框]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 17 May 2025 07:23:47 +0000</pubDate>
    </item>
    <item>
      <title>【form表单】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1579</link>
      <description><![CDATA[我们先在php的根目录里创建一个1.html






接下来我们编写1.php里面的代码


运行 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 30 Mar 2024 18:25:55 +0000</pubDate>
    </item>
    <item>
      <title>【html与php的混写】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1578</link>
      <description><![CDATA[代码所在的文件名后缀是php

html代码范围


php代码的范围是


html和php的范围是可以混合去写的，在实际操作中，一般只要html代码不写到php里面都能正常生效

[mw_shl_code=php,true]


 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 30 Mar 2024 17:43:30 +0000</pubDate>
    </item>
    <item>
      <title>【html的php化】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1577</link>
      <description><![CDATA[你首先需要阅读
php系列的前面21节课程

复习课程：
【编写一个计算器界面】

然后将创建以下代码放入1.php
[mw_shl_code=html,true]


        第2个程序
 
 


 
        
 
        
                +
                -
                *
                /
    ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 30 Mar 2024 13:13:15 +0000</pubDate>
    </item>
    <item>
      <title>【&lt;ol&gt;&lt;li&gt;有序号列表】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1414</link>
      <description><![CDATA[重点：
li是写在ol里面的，第1项，第2项等前面有序号，区别于上一课的无序列表，所以叫有序列表


效果图：

（点击返回课程目录：https://shuxiangyage.n ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 20:10:50 +0000</pubDate>
    </item>
    <item>
      <title>【&lt;ul&gt;&lt;li&gt;无序号列表】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1413</link>
      <description><![CDATA[重点：
li是写在ul里面的，第1项，第2项等前面是个点，没有序号，所以叫无序列表


效果图：

（点击返回课程目录：https://shuxiangyage.net/forum.php?mo ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 19:36:07 +0000</pubDate>
    </item>
    <item>
      <title>【给图片添加跳转链接】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1412</link>
      <description><![CDATA[复习：
016：【跳转链接】
019：【添加图片】



我们需要将这两课的内容结合起来
直接上代码



提示：


（点击返回课程目录：https://shuxiangyage.net/forum.php?mod=viewthread&amp; ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 19:32:34 +0000</pubDate>
    </item>
    <item>
      <title>【&lt;img&gt;添加图片】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1411</link>
      <description><![CDATA[重点：
1.png就是图片地址，这里写的是相对路径（相对于当前网页源码的位置），也可以写绝对路径或网图地址


（点击返回课程目录：https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1134）

 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 19:29:09 +0000</pubDate>
    </item>
    <item>
      <title>【&lt;p&gt;段落效果】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1410</link>
      <description><![CDATA[效果图：


提示：
这和-标签组件在功能效果上基本没区别，只是规范的问题，如一篇文章中大标题使用，段落使用


（点击返回课程目录：https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=11 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 19:26:22 +0000</pubDate>
    </item>
    <item>
      <title>【&lt;h1-h6&gt;指定文字大小】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1409</link>
      <description><![CDATA[,,...用于指定一段文字的具体大小


重点提示：
此标签组件自带换行功能，还有很多这种标签，后面就不特别强调某个标签自带换行功能的特性 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 19:21:38 +0000</pubDate>
    </item>
    <item>
      <title>【&lt;a&gt;跳转链接】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1408</link>
      <description><![CDATA[效果图：

（点击返回课程目录：https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1134）]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 19:02:49 +0000</pubDate>
    </item>
    <item>
      <title>【&lt;br&gt;换行符】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1407</link>
      <description><![CDATA[我们在上一节课里会发现，虽然代码写了2行，但是浏览效果并没有实现2行，这个我们前面的课程已经解释原因了
007：【html的换行规则】 





效果图：



（点击返回课程目录：https:// ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 18:48:28 +0000</pubDate>
    </item>
    <item>
      <title>【&lt;b&gt;加粗效果】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1406</link>
      <description><![CDATA[效果图：


（点击返回课程目录：https://www.52hb.com/thread-58658-1-1.html）]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sat, 23 Dec 2023 17:21:05 +0000</pubDate>
    </item>
    <item>
      <title>【组件标签的功能介绍】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1405</link>
      <description><![CDATA[先复习

002：【浏览器的作用】         
003：【编程工具的下载】   
004：【主体框架的认识】


接下来的课程我们会对单个的组件标签进行功能效果的介绍




（点击返回课程目录：https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1134）
 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Fri, 22 Dec 2023 22:38:10 +0000</pubDate>
    </item>
    <item>
      <title>【js显示实时时间】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1268</link>
      <description><![CDATA[比如我们想在网页上显示当前的实时时间，那么我们需要2步
    1：确定载体（时间由哪个html组件来显示）
    2：使用js每秒修改一次该组件的值

第1步不用过多讲解，大家应该都能看懂了
[mw_shl_code=html,true]


    
    CountDown


    当前时间由我来显示


[ ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Tue, 17 Jan 2023 12:29:15 +0000</pubDate>
    </item>
    <item>
      <title>【JS的用途】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1267</link>
      <description><![CDATA[首先大家要知道，js和json并不是一种东西，很多人容易搞混，json大家可以理解为某种格式的文本（这个以后将），js全称JavaScrip，json全称JavaScript Object Notation
    在html中，大家会发现，一个组件一旦被创建就确定了，我们无法进行修改，比如我们在网站上下 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Tue, 17 Jan 2023 11:51:22 +0000</pubDate>
    </item>
    <item>
      <title>【CSS的模块化处理】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1261</link>
      <description><![CDATA[当我们多个文件需要使用同一个css时，重复编写代码不利于后期修改，比如你有100个html文件，都用到了同一个css代码，一旦后期要修改，那么我们必须要修改100个地方，那么我们可以考虑把这个css单独分离出来成为一个文件，其他html文件加载这个css文件即可

①在data文件 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Wed, 04 Jan 2023 10:17:56 +0000</pubDate>
    </item>
    <item>
      <title>【CSS选择器简介】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1260</link>
      <description><![CDATA[运行后效果

很多朋友可能发现了，这里没有换行符为啥自动换行了，因为和组件（标签）自带换行属性


css是控制html组件（标签）属性的，那 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sun, 01 Jan 2023 17:17:00 +0000</pubDate>
    </item>
    <item>
      <title>【登录界面的开发】</title>
      <link>https://shuxiangyage.net/forum.php?mod=viewthread&amp;tid=1258</link>
      <description><![CDATA[我们本节课来开发一个软件的登录界面，无美化效果，我们首先要确定组件（标签）

1：文本提示
2：文本输入框
3：按钮

[mw_shl_code=html,true]


        第8课


        账号：
        
        密码：

        

        


 ...]]></description>
      <category>HTML+CSS+JS</category>
      <author>admin</author>
      <pubDate>Sun, 01 Jan 2023 07:59:46 +0000</pubDate>
    </item>
  </channel>
</rss>