-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
33 lines (31 loc) · 2.87 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>My New Hugo Site</title>
<link>https://haronhu.github.io/</link>
<description>Recent content on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 15 Aug 2023 21:09:36 +0800</lastBuildDate><atom:link href="https://haronhu.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<link>https://haronhu.github.io/posts/my-first-post/</link>
<pubDate>Tue, 15 Aug 2023 21:09:36 +0800</pubDate>
<guid>https://haronhu.github.io/posts/my-first-post/</guid>
<description>今天通过青训营课程复习了一下html,感觉知识理解都有了一个大的提升,也掌握了新知识 &lsquo;datalist&rsquo;以及&rsquo;dl&rsquo;&lsquo;dt&rsquo;&lsquo;dd&rsquo;。
在课程中,我们复习了无序列表和有序列表,还有input的placeholder占位符,range、radio、text和date等类型。 cite是斜体标签;strong是加粗字体标签;blockquote是表示引用的标签。
datalist是放在input标签里的,可以给予用户快捷选择input内容的标签 用法如下
&lt;input list=&#34;wajj&#34; type=&#34;text&#34;&gt; &lt;datalist id=&#34;wajj&#34;&gt; &lt;option&gt;给我青训营机会&lt;/option&gt; &lt;option&gt;有许多好文章&lt;/option&gt; &lt;/datalist&gt; 而dl,dt,dd是起到的作用和制表符差不多,都是空出4个占位符。 此标签效果如下:
select和datalist不同的是select不是input类型的子标签,而是一个供选择的选择的文本框,不支持自己手动输入文本。 最后要记录的是前端语言的几大要求:
功能 美观 无障碍 安全 兼容 性能 用户体验 选择器 伪类选择器1 如图中第5行^=意思是选中href中以&quot;#&ldquo;开头的a标签
第11行$=意思是选中href中以&rdquo;.jpg&quot;结尾的a标签 伪类选择器2 伪类的定义:状态伪类、结构伪类等
状态伪类比如有标签所处不同状态不同css样式如:
link(默认状态下)、visited(访问过后的状态)、hover(鼠标移上去后)、active(鼠标摁下去后)四种状态
结构伪类:如first-child(第一个)、last-child(最后一个)
选择器组合 下面是一些css选择器样式, 除此之外如果想要同时选中多个标签可以用,隔开(即选择器组)
css颜色在这里不过阐述 字体(font-family) css中斜体是font-style: italic
css中字重(字的粗细)是font-weight 一些字体可以只有(400-normal)(700-bold)两种字重
line-height是行高(两行之间的距离加一行字体的高度)</description>
</item>
</channel>
</rss>