×

特效代码

网上的网页特效代码怎么使用?文字特效代码

admin admin 发表于2023-01-29 14:39:29 浏览42 评论0

抢沙发发表评论

本文目录

网上的网页特效代码怎么使用

  • 放在你的网页里面你要调用它,它才会出现呀。
    不如,你点击一个按钮出现,或者是页面启动时出现。。。
    你直接复制在你的网页上,不调用它是没有用的

  • 如此乱的代码,看样子你是个新手,刚接触HTML不久吧,
    给你一个文章参考下,http://www.jsweb8.cn/html/faq.html,多试验下,不懂可以向我提问

文字特效代码

基本语法
《marquee》 ... 《/marquee》
《marquee》啦啦啦,我会移动耶!《/marquee》
啦啦啦,我会移动耶!
文字移动属性的设置
方向 《direction=#》 #=left, right
《marquee direction=left》啦啦啦,我从右向左移!《/marquee》 《P》
《marquee direction=right》啦啦啦,我从左向右移!《/marquee》
啦啦啦,我从右向左移!
啦啦啦,我从左向右移!
方式 《bihavior=#》 #=scroll, slide, alternate
《marquee behavior=scroll》啦啦啦,我一圈一圈绕着走!《/marquee》 《P》
《marquee behavior=slide》啦啦啦,我只走一次就歇了!《/marquee》 《P》
《marquee behavior=alternate》啦啦啦,我来回走耶!《/marquee》
啦啦啦,我一圈一圈绕着走!
啦啦啦,我只走一次就歇了!
啦啦啦,我来回走耶!
循环 《loop=#》 #=次数;若未指定则循环不止(infinite)
《marquee loop=3 width=50% behavior=scroll》啦啦啦,我只走 3 趟哟!《/marquee》 《P》
《marquee loop=3 width=50% behavior=slide》啦啦啦,我只走 3 趟哟!《/marquee》 《P》
《marquee loop=3 width=50% behavior=alternate》啦啦啦,我只走 3 趟哟!《/marquee》
啦啦啦,我只走 3 趟哟!
啦啦啦,我只走 3 趟哟!
啦啦啦,我只走 3 趟哟!
速度 《scrollamount=#》
《marquee scrollamount=20》啦啦啦,我走得好快哟!《/marquee》
啦啦啦,我走得好快哟!
延时 《scrolldelay=#》
《marquee scrolldelay=500 scrollamount=100》啦啦啦,我走一步,停一停!《/marquee》
啦啦啦,我走一步,停一停!
外观(Layout)设置
对齐方式(Align) 《align=#》 #=top, middle, bottom
《font size=6》
《marquee align=# width=400》啦啦啦,我会移动耶!《/marquee》
《/font》
对齐上沿、中间、下沿。
啦啦啦,我会移动耶!对齐上沿。
啦啦啦,我会移动耶!对齐中间。
啦啦啦,我会移动耶!对齐下沿。
底色 《bgcolor=#》
#=rrggbb 16 进制数码,或者是下列预定义色彩:
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua
《marquee bgcolor=aaaaee》啦啦啦,我会移动耶!《/marquee》
啦啦啦,我会移动耶!
面积 《height=# width=#》
《marquee height=40 width=50% bgcolor=aaeeaa》
啦啦啦,我会移动耶!
《/marquee》
啦啦啦,我会移动耶!
空白(Margins)《hspace=# vspace=#》
********************************************《br》
嗨,
《marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle》啦啦啦,我会移动耶!《/marquee》
大家好!《br》
********************************************
********************************************
嗨, 啦啦啦,我会移动耶!大家好!

字幕特效的代码有那些

在图片左边写字的代码:
《P》《IMG height=201 hspace=30 src=“图片连接地址“ width=154 align=right border=0》《FONT face=Arial》你要输入的文字《/FONT》
在图片右边写文字的代码:
《P》《IMG height=201 hspace=30 src=“图片连接地址“ width=154 align=left border=0》《FONT face=Arial》你要输入的文字《/FONT》
height=是图片高度,width=是图片宽度,hspace=是与文字之间的距离,可以自己调整数值,
标题字幕特效
你想让自己的文章更加光彩吗?试试下面这个代码吧!
《FONT style=“FONT-SIZE: 20pt; FILTER: shadow(color=blue); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: 华文彩云; HEIGHT: 48px“》《B》 你将要换上的文字《/B》《/FONT
将其中的“你将要换上的文字”更换成你的文字就行了。
其中的(color=blue)是字体颜色。
让字幕上下滚动的代码
《MARQUEE scrollAmount=1 scrollDelay=77 direction=up width=270 height=77
onmouseout=“this.start()“ onmouseover=“this.stop()“》你的字
《BR》你的字
《BR》你的字
《BR》你的字
《BR》你的字《/MARQUEE》
《BR》后面是显示的文字,根据你的需要填写。
注意,一个《BR》代表一行字,如果一行字太长,可能导致显示不完全。
《/MARQUEE》代表文字结束。
让文字写在图片上的代码
1. 进入发表文章窗口;(想要作背景的图片网络地址应该先前就知道,否则文章做一半又得去找图,多烦!)
2. 勾选“显示源代码”---至关重要!
3. 在栏内添加下列代码:
《table width=“450“ border=“0“》
《tr》
《td height=“562“ background=“图片地址“》《/td》
《/tr》
《/table》
4. 取消“显示源代码”的选择,你就会在栏看到图片,而且光标也在图片之上(可能光标的首行不在图片的顶端,不过没有关系,尽管从光标的首行可是您的写作就行了,文字会自动顶到图片的顶端);
5. 写文章与没有图片一样,完了点击“发表文章”就行了。

字体特效代码是什么应该如何使用

一. 基本语句:
1. 发各种字体的字:
黑体字 : 《font face=“黑体“》黑体字《/font》
宋体字 : 《font face=“宋体“》宋体字《/font》
仿宋字 : 《font face=“仿宋_GB2312“》仿宋字《/font》
楷体字 : 《font face=“楷体_GB2312“》楷体字《/font》
隶书字 : 《font face=“隶书“》隶书字《/font》
幼圆字 : 《font face=“幼圆“》幼圆字《/font》
倒黑体字 : 《font face=“@黑体“》倒黑体字《/font》
倒宋体字 : 《font face=“@宋体“》倒宋体字《/font》
倒仿宋字 : 《font face=“@仿宋_GB2312“》倒仿宋字《/font》
倒楷体字 : 《font face=“@楷体_GB2312“》倒楷体字《/font》
倒隶书字 : 《font face=“@隶书“》倒隶书字《/font》
倒幼圆字 : 《font face=“@幼圆“》倒幼圆字《/font》
2. 发各种字号的大小字:
(1) 发小字:
小字 : 《small》小字《/small》
小字 : 《small》《small》小字《/small》《/small》
(2) 发大字:
大字 : 《big》大字《/big》
大字 : 《big》《big》大字《/big》《/big》
大字 : 《big》《big》《big》大字《/big》《/big》《/big》
大字: 《big》《big》《big》《big》大字《/big》《/big》《/big》《/big》
(3) 发各种字号的大小字:
-1号字 : 《h-1》负一号字《/h-1》
○号字 : 《h0》○号字《/h0》
一号字: 《h1》一号字《/h1》
二号字: 《h3》二号字《/h3》
三号字: 《h3》三号字《/h3》
四号字: 《h4》四号字《/h4》
五号字: 《h5》五号字《/h5》
六号字: 《h6》六号字《/h6》
七号字: 《h7》七号字《/h7》
--------------------------------------------------------------------------------
(4) 发各种字号的大小字:
负三号字 : 《font size=-4》负四号字《/font》
负三号字 : 《font size=-3》负三号字《/font》
负三号字 : 《font size=-2》负二号字《/font》
负一号字 : 《font size=-1》负一号字《/font》
○号字 : 《font size=0》○号字《/font》
一号字 : 《font size=1》一号字《/font》
二号字 : 《font size=2》二号字《/font》
三号字 : 《font size=3》三号字《/font》
四号字 : 《font size=4》四号字《/font》
五号字: 《font size=5》五号字《/font》
六号字: 《font size=6》六号字《/font》
七号字: 《font size=7》七号字《/font》
(5) 发各种字号的大小字:
0pt字 《font style=font:0pt》0pt字《/font》
1pt字 《font style=font:1pt》1pt字《/font》
2pt字 《font style=font:2pt》2pt字《/font》
3pt字 《font style=font:3pt》3pt字《/font》
4pt字 《font style=font:4pt》4pt字《/font》
5pt字 《font style=font:5pt》5pt字《/font》
6pt字 《font style=font:6pt》6pt字《/font》
7pt字 《font style=font:7pt》7pt字《/font》
8pt字 《font style=font:8pt》8pt字《/font》
9pt字 《font style=font:9pt》9pt字《/font》
10pt字 《font style=font:10pt》10pt字《/font》
20pt字 《font style=font:20pt》20pt字《/font》
30pt字 《font style=font:30pt》30pt字《/font》
40pt字 《font style=font:40pt》40pt字《/font》
50pt字 《font style=font:50pt》50pt字《/font》
60pt字 《font style=font:60pt》60pt字《/font》
70pt字 《font style=font:70pt》70pt字《/font》
80pt字 《font style=font:80pt》80pt字《/font》
90pt字 《font style=font:90pt》90pt字《/font》
《font style=font:100pt》100pt字《/font》
《font style=font:200pt》200pt字《/font》
《font style=font:300pt》300pt字《/font》
《font style=font:400pt》400pt字《/font》
《font style=font:500pt》500pt字《/font》
3. 文字修饰:
粗体字 : 《b》粗体字《/b》
斜体字 : 《i》斜体字《/i》
粗斜体字: 《b》《i》粗斜体字《/i》《/b》
下划线 : 《u》下划线《/u》
删除线 : 《STRIKE》删除线《/STRIKE》
上标上标: 上标《Sup》上标《/Sup》
下标下标: 下标《Sub》下标《/Sub》
4. 文字颜色:

例:
红色字: 《font color=#ff0000》红色字《/font》
红色字: 《font color=red》红色字《/font》
5. 颜色:
红色:
兰色:
绿色:
黄色:
黑色:
白色:
红色:
红色:
绿色:
绿色:
紫色:
黑色:
白色:
绝对黑色:
深蓝忧郁:
草原之蓝:
橄榄树绿:
灰蓝种族:
海洋之蓝:
绿色回忆:
蓝色月光:
夜幕低垂:
灰色轨迹:
春草青青:
暗夜兴奋:
发亮蓝紫:
卡其制服:
伦敦灰雾:
兴份过蓝:
紫的拘谨:
流金岁月:
卡布其诺:
正宗喜红:
爱的暗示:
红的发紫:
黄金岁月:
红袍飘飘:
紫金绣帖:
焚心似火:
红粉佳人:
我不知道:

图片中鼠标悬停特效代码怎么写

图片中鼠标悬停特效代码:《img src=“~/images/jalendar-wood-bg.png“ id=“smallimg“ width=“10px“ height=“20px“ onmouseout=“hoverHiddendiv()“onmouseup=“hoverShowDiv()“ /》。

鼠标悬停的意思是指,当你的鼠标在网页的部分图标、文字或者图片上停留的时候,会有部分内容弹出,档从这个图标、文字或者图片上移开鼠标后,弹出的内容自动缩回。

举例:

鼠标悬停在百度首页(

编程可以直接达到特效或者视频的效果吗

本来就是可以的,你用的视频渲染软件,视频处理软件本身就是程序写的的,视频特效原本就是程序处理,只是难度大,大部分人操作不来,才简化成图形界面,让普通用户也可以做特效。可以看世界编程大赛一等奖作品,用代码写出来3d科技大片的特效效果。

我的世界里所有的效果指令是哪些

我们可以通过“/effect 玩家 效果名 持续时间 效果等级 隐藏状态”指令来获得各种效果,例如/effect Steve absorption 1800 10 true指令表示给Steve一个10级持续1800秒的伤害吸收效果,右侧隐藏状态效果。

需要注意的是,在PE端还不能使用ID来代替效果名,不能使用/effect Steve22 1800 10 true这样的代码,必须输入/effect Steve absorption 1800 10 true完整的英文代码。以下是完整的状态效果ID代码表:

我的世界命令方块效果指令表

清除效果 — clear

伤害吸收 22 absorption

失明 15 blindness

防火 12 fire_resistance

发光(PC) 24 glowing

急迫 3 haste

生命提升 21 health_boost

饥饿 17 hunger

瞬间伤害 7 instant_damage

瞬间治疗 6 instant_health

隐身 14 invisibility

跳跃提升 8 jump_boost

飘浮 25 levitation

幸运(PC) 26 luck

挖掘疲劳 4 mining_fatigue

反胃 9 nausea

夜视 16 night_vision

中毒 19 poison

生命恢复 10 regeneration

抗性提升 11 resistance

饱和 23 saturation

缓慢 2 slowness

速度 1 speed

力量 5 strength

霉运(PC) 27 unluck

水下呼吸 13 water_breathing

虚弱 18 weakness

凋零 20 wither

使用dreamwear制作网页时,怎样制作鼠标指针特效

用代码,下面我介绍一个简单的代码,把下面的这段代码放到《head》与《/head》之间:
《style
type=TEXT/CSS》
BODY
{CURSOR:url(’’);}
A
{CURSOR:hand}
《/style》
注意:小括号内应为鼠标指针所在的地址。

求网页特效代码

打字效果的文字特效
====2、以下代码放在HTML的《body》《/body》之间:
《script language=javascript》
var layers =document.layers,style=document.all,both=layers||style,idme=908601;
if(layers){layerRef=’document.layers’;styleRef =’’;}if(style){layerRef=’document.all’;styleRef =
’.style’;}
function writeOnText(obj,str){
if(layers)with(document){ document.open();document.write(str);document.close();}
if(style)eval(obj+’.innerHTML=str’); }
var dispStr=new Array(“javascript源码大全“);
var overMe=0;
function txtTyper(str,idx,idObj,spObj,clr1,clr2,delay,plysnd){
var tmp0=tmp1= ’’,skip=100;
if (both && idx《=str.length) {
if (str.charAt(idx)==’《’){ while(str.charAt(idx)!=’》’) idx++;idx++;}
if (str.charAt(idx)==’&’&&str.charAt(idx+1)!=’ ’){ while (str.charAt(idx)!= ’;’)idx++;idx++;}
tmp0 = str.slice(0,idx);
tmp1 = str.charAt(idx++);
if (overMe==0 && plysnd==1){
if (navigator.plugins){
if(navigator.plugins.type==“audio/basic“ && navigator.javaEnabled()){document.embeds
.stop();
setTimeout(“document.embeds.play(false)“,100);}
} else if (document.all){
ding.Stop();
setTimeout(“ding.Run()“,100);}
overMe=1;}else overMe=0;
writeOnText(idObj, “《span class=“+spObj+“》《font color=’“+clr1+“’》“+tmp0+“《/font》《font color=’“+clr2
+“’》“+tmp1+“《/font》《/span》“);
setTimeout(“txtTyper(’“+str+“’, “+idx+“, ’“+idObj+“’, ’“+spObj+“’, ’“+clr1+“’, ’“+clr2+“’, “+delay+“ ,“+plysnd+“)“,delay);}}
function init(){txtTyper(dispStr, 0, ’ttl0’, ’ttl1’, ’#339933’, ’#99FF33’, 300, 0);}
《/script》
《BODY onload=init()》
《DIV class=ttl1 id=ttl0》《/DIV》
《/BODY》

谁给在网页中鼠标滑过图片使图片放大特效的代码

《table width=“120“ border=“0“ align=“center“ cellpadding=“0“ cellspacing=“0“》
《tr》

《td align=“left“》《a href=“http://www.baidu.com“ target=“_blank“》《img src=“http://list.image.baidu.com/t/image_category/res/Gangtai/Xu_Xi_Yuan.jpg“ onmouseover=“this.width=’190’;this.height=230“ onmouseout=“this.width=’95’;this.height=115“ border=“0“ /》《/a》《/td》《/tr》《tr》
《td align=“left“》《a href=“http://www.baidu.com“ target=“_blank“》《img src=“http://list.image.baidu.com/t/image_category/res/Gangtai/Yang_Cheng_Lin.jpg“ onmouseover=“this.width=’190’;this.height=230“ onmouseout=“this.width=’95’;this.height=115“ border=“0“/》《/a》《/td》《/tr》《tr》
《td align=“left“》《a href=“http://www.baidu.com“ target=“_blank“》《img src=“http://list.image.baidu.com/t/image_category/res/Gangtai/Ye_Xuan.jpg“ onmouseover=“this.width=’190’;this.height=230“ onmouseout=“this.width=’95’;this.height=115“ border=“0“/》《/a》《/td》《/tr》《tr》
《td align=“left“》《a href=“http://www.baidu.com“ target=“_blank“》《img src=“http://list.image.baidu.com/t/image_category/res/Gangtai/Zhang_Bai_Zhi.jpg“ onmouseover=“this.width=’190’;this.height=230“ onmouseout=“this.width=’95’;this.height=115“ border=“0“/》《/a》《/td》《/tr》
《/table》