'HTML tag'

王林
Release: 2023-09-12 11:45:06
forward
870 people have browsed it

HTML tag

The applet tag in HTML is used to set up Java applets on HTML web pages.

Note: The applet tag is deprecated in HTML5. It is recommended to use or elements. Following are the properties-

##AlignmentURLDefine text alignment around applet##cltArchiveCodeCode BaseheighthspaceNameObject

TitlevspaceWidth
Properties

Value

Description

th>

URL

Alternative text displayed when the browser does not support mini programs

URL td>

The path of the Applet when it is stored in the Java Archive, ie. jar file

URL

points to the applet class URL

URL

If Code Attribute is relative, it means the basic URL of the mini program

pixels

Display the height of the applet

pixels

Define the left and right spacing around the applet

Name

Define unique name applet

Name

Specify a resource that contains a serialized representation of the applet state.

Test

As shown in the mouse tooltip Additional information

Pixels

To be above the object and the amount of whitespace inserted below.

td>

pixels

Displays the width of the applet.

p>

The above is the detailed content of 'HTML tag'. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!