What are the special effects codes for html web pages?

coldplay.xixi
Release: 2023-01-03 09:30:03
original
5901 people have browsed it

html Web page special effects codes include: 1. Bold font [xx]; 2. Italic font [xx]; 3. Font size control [

xx

]; 4. Change the post background []; 5. Texture [What are the special effects codes for html web pages?

What are the special effects codes for html web pages?

The operating environment of this tutorial: windows7 system, html5 version, DELL G3 computer.

html web page special effects codes are:

1) Texture:

Copy after login

2) Join the link:

写上你想写的字
Copy after login

3) In Open the connection in a new window:

写上要写的字
Copy after login

Remove the underline of the connection and open the connection in a new window:

写上你想写的字
Copy after login

4) Move the font (marquee):

写上你想写的字
Copy after login

5) Make the font bold:

写上你想写的字
Copy after login

6) Font italics:

写上你想写的字
Copy after login

7) Font underline:

写上你想写的字
Copy after login

8) Font strikethrough:

写上你想写的字
Copy after login

9) Font enlargement:

写上你想写的字
Copy after login

10) Font control size:

写上你想写的字

Copy after login

(The font size can be from h1-h5, h1 is the largest, h5 is the smallest)

11) Change the font color :

写上你想写的字
Copy after login

(The value is between 000000 and ffffff (16-digit)

12) Remove the connecting underline:

写上你想写的字
Copy after login

13) Post Music:

Copy after login

14) Post flash:

Copy after login

15) Post video files:

Copy after login

16) Line break:

17) Paragraph:

段落

Copy after login

18) Original text style:

正文
Copy after login

19) Change post background:

Copy after login

20) Fixed post background not scrolling with the scroll bar :

Copy after login

21) Customize post background color: (see value 10)

22) Post background music:

23) Post the web page:

HTML special effects code 1. Ignore the right click

  
Copy after login

or

 
Copy after login

2. Add background music

  IE: 
  NS: 
   
  *.mid你的背景音乐的midi格式文件
Copy after login

3. Simple window.open method

  文字或图片
Copy after login

Parameter explanation:

  • End of js script

4. Simple page encryption

  
Copy after login

5. The background image does not move when the page is pulled

  
Copy after login

6. Let the browser Failed to save when saving the page

  
Copy after login

7. Randomly replace pictures

  
Copy after login

The picture file name is 0.gif 1.gif 2.gif 3.gif 4.gif

8 . The window is closed regularly

First add the following code to the area of ​​the web page file:

  
Copy after login

Then add within the tag such as:

9. The webpage automatically closes

   
   
   
   
   
  
    这个窗口会在10秒过后自动关闭,而且不会出现提示.    
Copy after login

10. The webpage automatically refreshes

Enter

  
Copy after login

in the head section, where 20 means automatic refresh after 20 seconds. You can change it to any value.

11. Automatic page rotation

  
Copy after login

12. Keep layer at the front and not covered by Iframe or Object

Insert Iframe or Object settings in Layer z-Index value

  
# 前面  
# 后面  
height=100% width=100%>    
 
   
Copy after login

13. Return to the previous page

 『返回上一页』
Copy after login

14. Close the window

  『关闭窗口』
Copy after login

15. About the transparent background of iframe