菜单 学习猿地 - LMONKEY

VIP

开通学习猿地VIP

尊享10项VIP特权 持续新增

知识通关挑战

打卡带练!告别无效练习

接私单赚外块

VIP优先接,累计金额超百万

学习猿地私房课免费学

大厂实战课仅对VIP开放

你的一对一导师

每月可免费咨询大牛30次

领取更多软件工程师实用特权

入驻
188
0

markdown语法

原创
05/13 14:22
阅读数 29774

在线编辑器:
http://www.mdeditor.com/

# 字体颜色
<font color='red'> text </font>
<font face="黑体" color=green size=5>我是黑体,绿色,尺寸为5</font>

# 背景颜色
<p style="right;background-color: #b6d7ff;">颜色</p>
<span style="background-color:yellow">背景颜色</span>

# 图像操作
<div align=right>![这里写图片描述](http:...)
<img src="http:..." width = 30% height = 30% />
<img src="http:..." width = "100" height = "100" align=right />

发表评论

0/200
188 点赞
0 评论
收藏