随笔分类 -  前端

上一页 1 ··· 7 8 9 10 11
摘要:有个标签是用来让文字移动的,从右向左移 代码 <marquee direction=left>需要移动的文字</marquee>从左向右移 代码 <marquee direction=right>需要移动的文字</marquee> 阅读全文
posted @ 2020-01-28 23:13 凯宾斯基 阅读(466) 评论(0) 推荐(0)
摘要:<script>$(function(){ $("div").remove()})</script> 阅读全文
posted @ 2019-09-10 22:52 凯宾斯基 阅读(527) 评论(0) 推荐(0)
摘要:<html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head> <body> <form method="post" action="<?php echo htmlspecialcha 阅读全文
posted @ 2019-01-21 11:52 凯宾斯基 阅读(289) 评论(0) 推荐(0)
摘要:1.改变字体大小 <p style="font-size:50px"> 2.改变字体 和 颜色 <p style="font-family:times;color:green"> 3.改变底色 <body style="background-color:PowderBlue;"> <p style= 阅读全文
posted @ 2018-11-24 15:46 凯宾斯基 阅读(193) 评论(0) 推荐(0)
摘要:1.网站重定向方法 <head><meta http-equiv="Refresh" content="5;url=http://www.w3school.com.cn" /></head> 2.标签居中属性 <h1 align="center">This is heading 1</h1> 第二钟 阅读全文
posted @ 2018-11-24 00:16 凯宾斯基 阅读(125) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <body> <h1>My First Web Page</h1> <input id="KK" value="444"> <button onclick="myFunction()">点击这里</button> <script> function my 阅读全文
posted @ 2018-10-13 09:27 凯宾斯基 阅读(31047) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11