基础教程
基础教程(nhooo.com)
HTML/CSS
HTML基础教程
HTML5基础教程
HTML参考手册
SVG 教程
CSS 教程
CSS 参考手册
CSS3教程
Bootstrap3 教程
Bootstrap4 教程
Font Awesome图标
JavaScript
JavaScript 教程
JavaScript 参考手册
jQuery 教程
AJAX 教程
JSON 教程
AngularJS 教程
ReactJS 教程
NodeJS 教程
服务端开发
Python 教程
C++ 教程
Golang 教程
C 语言教程
PHP 教程
C# 教程
LINQ 教程
Lua 教程
Ruby 教程
Rust 教程
Linux 教程
R 语言教程
Docker 教程
Scala 教程
MatLab 教程
Erlang 教程
Pandas教程
Numpy教程
Matplotlib教程
Flask教程
Java教程
Java 教程
SpringBoot 教程
JDBC 教程
JSP 教程
Servlet 教程
Maven 教程
Spring 教程
Django 教程
移动端
Swift 教程
Kotlin 教程
数据库
SQL 教程
MongoDB 教程
SQLite 教程
PostgreSQL 教程
MySql 教程
Redis 教程
Elasticsearch 教程
经验笔记
在线工具
首页
HTML参考手册
HTML: <img> vspace 属性
CSS 示例:带有边距的图像
源代码:
点击运行
<!DOCTYPE html> <html> <body> <h4>Image with no margins</h4> <p><img src="smiley.gif" alt="Smiley face" width="42" height="42" align="middle"> This is some text. This is some text. This is some text.</p> <h4>Image with 50px margins on top and botttom</h4> <p><img src="smiley.gif" alt="Smiley face" width="42" height="42" align="middle" style="margin:50px 0px">This is some text. This is some text. This is some text.</p> </body> </html>
运行结果
打赏
腾讯云_特惠50元/年
阿里云代金券
阿里云超优惠
感谢您的支持,我会做的更好!
扫码打赏,你说多少就多少
打开
微信
扫一扫,即可进行扫码打赏哦
友情链接:
json在线解析
通晓查询
糯晒黄历
姓名打分
风车动漫
Copyright ©2024
基础教程
nhooo.com