answersLogoWhite

0

What is transparency in HTML?

User Avatar

Savithateamo

Lvl 1
11y ago
Updated: 8/21/2019

Transparency is an attribute of CSS in HTML. Any header or text can be put to transparent using this property.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is graphite's transparency?

Graphite does not have a transparency.


What is Chalcopyrite's transparency?

no chalcopyrite does not have transparency


Does aluminum transparency?

No it does not have a transparency number.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


When was Platform for Transparency created?

Platform for Transparency was created in 2005.


What is the transparency for a sapphire?

the transparency of the sapphire is transparent and opaque.


Does MP4 support transparency?

No, MP4 does not support transparency.


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped