首页 技术 正文
技术 2022年11月14日
0 收藏 478 点赞 3,968 浏览 1653 个字

插入图片:

1.利用链接(静态)

<img src=”https://img.zhankr.net/gyekecnkvb4151910.jpg”>

2.利用存储路径

<img src= “D:/sougou/SogouWP/Net/WallPaper/120.jpg”>

3.动态图片

<script charset=”Shift_JIS” src=”http://chabudai.sakura.ne.jp/blogparts/honehoneclock/honehone_clock_tr.js”></script>

居中显示:

<div align=center><img............></div>

显示时间

1.静态显示

<script type=”text/javascript”>
var myDate = new Date();
document.write(myDate.toLocaleString())
</script>

基本格式     http://www.w3school.com.cn/tags/tag_br.asp

1.换行<br>

<br>This is the sidebar</br>

遇到<br>就另起一行

  遇到</br>就空余、行

2.另起段落<p>

3.文字特效:http://sdgaoli.blog.163.com/blog/static/37033025200792272452942/

链接for fun

<!–人体时间–>
<script charset=”Shift_JIS” src=”http://chabudai.sakura.ne.jp/blogparts/honehoneclock/honehone_clock_tr.js”></script>

<script charset=”Shift_JIS” src=”http://chabudai.sakura.ne.jp/blogparts/honehoneclock/honehone_clock_wh.js”></script>

<!–地球–>
<script type=”text/javascript” src=”http://jf.revolvermaps.com/2/1.js?i=5217wxy382x&amp;s=220&amp;m=0&amp;v=false&amp;r=false&amp;b=000000&amp;n=false&amp;c=ff0000″ async=”async”></script>

获取IP
http://www.jbxue.com/article/16787.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>客户端外网IP-www.jbxue.com</title>
</head>
<body>
IP地址是:<span id="keleyivisitorip"></span>
<script type="text/javascript" src="http://tool.keleyi.com/ip/visitoriphost/"></script>
</body>
</html>

转载视频(代码来自网页自带的分享)

<embed src="http://player.youku.com/player.php/sid/XNzEwMzIxODU2/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="left" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>
相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,500
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,914
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,747
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,504
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:8,142
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,306