突出重点文字.htm

来自「VBSCRIPT的源码,相信很多html程序员都会用到,这些源码小小变动一下,可」· HTM 代码 · 共 32 行

HTM
32
字号
<html><head><title>突出重点文字</title></head><body onload="flashfont()" bgcolor="#C0C0C0"><center><h1>突出重点文字</h1><hr><br></center><script LANGUAGE="VBScript">flag=1sub flashfont() if flag = 1 then  document.all("flhfnt1").style.color=rgb(255,255,255)  document.all("flhfnt2").style.color=rgb(255,255,255)  flag = 0 else  document.all("flhfnt1").style.color=rgb(0,0,0)  document.all("flhfnt2").style.color=rgb(0,0,0)  flag = 1 end if unknow=window.settimeout("flashfont()",500)end sub</script><center>我喜欢<font id="flhfnt1">你</font>的诚实;<fontid="flhfnt2">你自己</font>希望什么。</p></center><p>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?