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

Analysis of permissions required to run docker

Running Docker requires root privileges. To solve...

A nice html printing code supports page turning

ylbtech_html_print HTML print code, support page t...

...

Vue codemirror realizes the effect of online code compiler

Preface If we want to achieve the effect of onlin...

8 Reasons Why You Should Use Xfce Desktop Environment for Linux

For several reasons (including curiosity), I star...

Vue basics MVVM, template syntax and data binding

Table of contents 1. Vue Overview Vue official we...

Detailed steps for running springboot project in Linux Docker

Introduction: The configuration of Docker running...

Nginx improves access speed based on gzip compression

1. Why does nginx use gzip? 1. The role of compre...

Tutorial on how to use profile in MySQL

What is a profile? We can use it when we want to ...

Example of how to configure the MySQL database timeout setting

Table of contents Preface 1. JDBC timeout setting...

mysql 8.0.18 mgr installation and its switching function

1. System installation package yum -y install mak...

Common failures and reasons for mysql connection failure

=================================================...

HTML displays ellipsis beyond the text... implemented through text-overflow

You need to apply CSS to div or span at the same t...