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

Detailed example of inserting custom HTML records in Quill editor

It is already 2020. Hungry humans are no longer s...

Prometheus monitors MySQL using grafana display

Table of contents Prometheus monitors MySQL throu...

How to implement the paging function of MyBatis interceptor

How to implement the paging function of MyBatis i...

Node.js solves the problem of Chinese garbled characters in client request data

Node.js solves the problem of Chinese garbled cha...

Zen coding for editplus example code description

For example, he enters: XML/HTML Code div#page>...

Detailed explanation of how to use Vue to load weather components

This article shares with you how to use Vue to lo...

MySQL data duplicate checking and deduplication implementation statements

There is a table user, and the fields are id, nic...

Implementation of k8s deployment of docker container

Environment: (docker, k8s cluster), continue with...

Detailed tutorial on how to quickly install Zookeeper in Docker

Docker Quickly Install Zookeeper I haven't us...

How to solve the mysql insert garbled problem

Problem description: When inserting Chinese chara...

Understanding render in Vue scaffolding

In the vue scaffolding, we can see that in the ne...