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 explanation of the pitfalls of mixing MySQL order by and limit

In MySQL, we often use order by for sorting and l...

How to implement variable expression selector in Vue

Table of contents Defining the HTML structure Inp...

Practice of deploying web applications written in Python with Docker

Table of contents 1. Install Docker 2. Write code...

Implementing image fragmentation loading function based on HTML code

Today we will implement a fragmented image loadin...

A brief discussion on the principle of Vue's two-way event binding v-model

Table of contents explain: Summarize Replenish Un...

Centos7 installation of FFmpeg audio/video tool simple document

ffmpeg is a very powerful audio and video process...

JavaScript implements asynchronous acquisition of form data

This article example shares the specific code for...

How to configure ssh/sftp and set permissions under Linux operating system

Compared with FTP, SSH-based sftp service has bet...

How Database SQL SELECT Queries Work

As Web developers, although we are not profession...

Review of the best web design works in 2012 [Part 1]

At the beginning of the new year, I would like to...

Detailed explanation of the use of Linux lseek function

Note: If there are any errors in the article, ple...

Vue custom v-has instruction, steps for button permission judgment

Table of contents Application Scenario Simply put...

Implementation of Vue3 style CSS variable injection

Table of contents summary Basic Example motivatio...

Detailed explanation of how to use Node.js to implement hot reload page

Preface Not long ago, I combined browser-sync+gul...