随笔分类 - 前端
摘要:有个标签是用来让文字移动的,从右向左移 代码 <marquee direction=left>需要移动的文字</marquee>从左向右移 代码 <marquee direction=right>需要移动的文字</marquee>
阅读全文
摘要:<script>$(function(){ $("div").remove()})</script>
阅读全文
摘要:<html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head> <body> <form method="post" action="<?php echo htmlspecialcha
阅读全文
摘要:1.改变字体大小 <p style="font-size:50px"> 2.改变字体 和 颜色 <p style="font-family:times;color:green"> 3.改变底色 <body style="background-color:PowderBlue;"> <p style=
阅读全文
摘要:1.网站重定向方法 <head><meta http-equiv="Refresh" content="5;url=http://www.w3school.com.cn" /></head> 2.标签居中属性 <h1 align="center">This is heading 1</h1> 第二钟
阅读全文
摘要:<!DOCTYPE html> <html> <body> <h1>My First Web Page</h1> <input id="KK" value="444"> <button onclick="myFunction()">点击这里</button> <script> function my
阅读全文

浙公网安备 33010602011771号