自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(21)
  • 收藏
  • 关注

原创 CSS常用属性

div{ color: blue; border: 1px blue solid; width: 100px; height: 300px; background-color: yellow; font-size: 30px; margin-left: auto; margin-right: auto; text-align: center;}table{ border: 1px yellowgreen solid; .

2021-11-02 22:24:59 141

原创 CSS class类型选择器

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title><style type="text/css"> .class1{ color: blue; font-size: 30px; border: 1px red solid; } .

2021-11-02 22:13:04 152

原创 CSS ID选择器

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title><style type="text/css"> #id001{ color: blue; font-size: 30px; border: 1px red solid; } .

2021-11-02 22:08:29 160

原创 CSS 通过<link/>标签引入CSS样式

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title><link rel="stylesheet" type="text/css" href="1.css"></head><body><div>div标签1</div><div&gt.

2021-11-02 21:54:39 2569

原创 CSS <style></style>标签的用法

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> div{ border: 1px solid crimson; } span{ borde.

2021-11-02 21:48:21 1144

原创 CSS和HTML的结合使用

<div style="border: 1px solid crimson ">div标签1</div><div style="border: 1px solid crimson ">div标签2</div><span style="border: 1px solid crimson ">span标签1</span><span style="border: 1px solid crimson ">span标签2&lt.

2021-11-02 21:42:20 76

原创 HTML<div></div><p></P><span></span>

<div>div标签1</div><div>div标签2</div><span>span标签1</span><span>span标签2</span><p>段落标签1</p><p>段落标签2</p>

2021-11-02 21:33:09 120

原创 HTML <form></form>和<table></table>组合使用

<form action="http://www.baidu.com"method="get"> <h1 align="center">用户注册</h1> <table align="center"> <tr> <td> 用户名称: </td> <td> .

2021-11-02 21:28:32 244

原创 HTML <form></form>及<input/>、<select></select>、<textarea></textarea>常见用法

<form> 用户名称: <input type="text" value="默认值"/><br/> 用户密码: <input type="password" value="abc"/><br/> 确认密码: <input type="password" value="abc"/><br/> 性别:<input type="radio" name="sex" checked="chec.

2021-11-01 22:38:30 90

原创 HTML <iframe></iframe> 与<a></a>标签的联合使用

<iframe src="html.html" width="300" height="600" name="abc"></iframe> <br/> <ul> <li><a href="html.html" target="abc"> 111</a></li> <li><a href="html.html" target="abc"> 1.

2021-11-01 22:13:55 309

原创 HTML <table></table>跨行跨列

<table width="500" height="500" cellspacing="0" border="1"> <tr> <td colspan="2">1.1</td> <td>1.3</td> <td>1.4</td> <td>1.5</td> </tr> <tr>.

2021-11-01 22:04:14 191

原创 HTML 表格标签<table></table>

<table border="1" width="100" height="300" cellspacing="0" align="center"> <tr> <th>1.1</th> <th>1.2</th> <th>1.3</th> </tr> <tr> <td>2.1</td.

2021-10-31 22:13:54 127

原创 HTML 图片标签 <img>

<img src="../imgs/1.jpg" width="100" height="200" border="1" alt="图片加载失败">

2021-10-31 22:02:07 76

原创 HTML 有序跟无序标签<ul></ul>. <ol></ol>

<ul type="none"> <li>1</li> <li>2</li> <li>3</li> <li>4</li></ul><ol type="none"> <li>1</li> <li>2</li> <li>3</li> &lt.

2021-10-31 21:49:58 168

原创 HTML 超链接 <a></a>标签

<a href="http://www.baidu.com" target="_blank">百度1</a><a href="http://www.baidu.com" target="_self">百度2</a><a href="http://www.baidu.com" target="_parent">百度3</a><a href="http://www.baidu.com" target="_top">百度4.

2021-10-31 21:43:31 702

原创 HTML 标题标签

<h1 align="center">标题1</h1><h2 align="right">标题2</h2><h3 align="left">标题3</h3><h4>标题4</h4><h5>标题5</h5><h6>标题6</h6>

2021-10-31 21:38:08 69

原创 HTML 常用的特殊字符

<对应的特殊字符是. &lt;>对应的特殊字符是 &gt;空格 对应的特殊字符是 &nbsp;

2021-10-31 21:33:20 236

原创 HTML <font></font>标签

<font color="aqua" face="宋体" size="7">我是字体标签</font>

2021-10-31 21:27:11 358

原创 HTML 换行标签跟和下划线标签及按钮标签

<button onclick="alert('点击了按钮')">按钮</button>hello<br/>word<hr/>

2021-10-31 21:19:29 347

原创 Mac 电脑 java jdk 安装及环境变量配置

1登陆www.oracle.com 下载jdk2.傻瓜式安装jdk3.环境变量配置 见MAC安装JDK及环境变量配置_GeekTech-CSDN博客

2021-10-29 21:59:24 200

原创 自定义Tabbar

////  QYFTabBar.h//  自定义Tabbar////  Created by ztt on 2017/12/21.//  Copyright © 2017年 中天科技. All rights reserved.//#import @class QYFTabBar;@protocol QY

2017-12-21 15:25:39 139

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除