HTML code analysis of text conversion effects for left and right movement

HTML code analysis of text conversion effects for left and right movement
<div align="center">
<table style="color:white; font-size:10pt" border="1" style="color:white; font-size:10pt" bordercolor="#FF9900">
<td background="image URL.gif">
<p>
<font color="#FFFF00" face="新细明体" size="2">
<marquee scrollamount='2' scrolldelay='150' direction= 'up' width='105' id=xiaoqing height='120' onmouseover=xiaoqing.stop()
onmouseout=xiaoqing.start() style="color: #0000FF; font-size: 10pt; font-weight: bold; font-family:新细明体">Text Marquee Bulletin Board<br>Enter text content here<br></marquee>
</font></td></table>

div align="center">→center the text bulletin board
center = center; left = left; right = right

<table style="color:white; font-size:10pt" border="1" style="color:white; font-size:10pt"

color:white → notice board background white

bordercolor="#FF9900">→Frame color (orange)


<td background="Image URL.gif">→Optional

<p>
<font color="#FFFF00" → Notice board content text color (blue)

face="新细明体" size="2">→Text font size

<marquee scrollamount='2' scrolldelay='150' → The larger the speed value, the slower the marquee will run

direction = 'up' → the text scrolling light moves upwards

Marquee movement:

Left
right
Up
down
Left and right = alternate

width='105' id=xiaoqing height='120' →Width and height of the Marquee Bulletin Board

onmouseover=xiaoqing.stop()
onmouseout=xiaoqing.start() style="color: #0000FF; font-size: 10pt; font-weight: bold; font-family:新细明体">Text Marquee Bulletin Board<br>Enter text content here<br></marquee>
</font></td></table>

<br>Line skip syntax

<<:  Solution to the problem that Docker cannot stop or delete container services

>>:  The difference between redundant and duplicate indexes in MySQL

Recommend

How can MySQL effectively prevent database deletion and running away?

Table of contents Safe Mode Settings test 1. Upda...

Introduction to CSS BEM Naming Standard (Recommended)

1 What is BEM Naming Standard Bem is the abbrevia...

Detailed explanation of vue-router 4 usage examples

Table of contents 1. Install and create an instan...

vue.config.js packaging optimization configuration

The information on Baidu is so diverse that it...

Using CSS3 to achieve transition and animation effects

Why should we use CSS animation to replace JS ani...

In-depth explanation of MySQL stored procedures (in, out, inout)

1. Introduction It has been supported since versi...

The neglected special effects of META tags (page transition effects)

Using js in web design can achieve many page effec...

Specific use of routing guards in Vue

Table of contents 1. Global Guard 1.1 Global fron...

zabbix custom monitoring nginx status implementation process

Table of contents Zabbix custom monitoring nginx ...

How to use JS code compiler Monaco

Preface My needs are syntax highlighting, functio...

js memory leak scenarios, how to monitor and analyze them in detail

Table of contents Preface What situations can cau...

How to use vuex in Vue project

Table of contents What is Vuex? Vuex usage cycle ...

How to compare two database table structures in mysql

During the development and debugging process, it ...