answersLogoWhite

0

Drop Cap

Example:

This is an example of a drop cap effect using the float property.

Mouseover Title

Example:

Paragraph text here.

Scrolling Text

Example:

Scrolling text up!

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What is the so-called founding technology of HTML?

hyper text markup language tags are instruction that are embedded directly into the text of the document.An HTML is the language interpreted by a browser.Web page are also called HTML document. HTML is a set of special codes that can be embedded in text to add formatting and linking information.HTML is specified as tags in a HTML document.


How do you add a HTML signature to outlook 2003?

the signature is stored as HTML by default, along with versions in rtf and plain text. to create a signature it's in the options dialog under tools -> options


What is the difference between HTML an plain text documents?

Yes, they do. The contents is a lot different for one thing. If you open .htm and then .doc in notepad, you will notice that .htm will display code. .doc will display a bunch of random symbols. A word document can't be displayed in a browser. Also, word documents contain pictures. HTML documents have to have pictures linked to it. That's why people sometimes get image errors with the little red X.


How do you add scrolling text to HTML page?

I love using this code: <marquee>Enter scrolling text here</marquee> Put this code underneath the <body> tag: <html> <body> <marquee>Enter scrolling text here</marquee> </body> </html> Want to change the colour of the text? <font face="arial" color="colour you want" size="8"> place that between <body> and <Marquee> <html> <body> <font face="arial" color="colour you want" size="8"> <marquee>Enter scrolling text here</marquee> </body> </html>


How can you add audio to HTML?

HTML does not add files. That is the use of SQL.

Related Questions

Can you use HTML Tags As Special characters in a text field?

I don't know what you mean by that, but I am going to say no. HTML only works in HTML. You can add special characters to HTML by doing: & copy; & trade; & reg;


What happens when you add effects on text?

You can't add effects on text, but you can animate the text.


What is the so-called founding technology of HTML?

hyper text markup language tags are instruction that are embedded directly into the text of the document.An HTML is the language interpreted by a browser.Web page are also called HTML document. HTML is a set of special codes that can be embedded in text to add formatting and linking information.HTML is specified as tags in a HTML document.


How do you add Text box and Effects which can be added to the Text?

Text Box can be added in the insert column of the window. Animations tab can add effects to it.


Are special effects that add action to text and graphics so they move around on the screen during a slide show?

Transitions


What are special effects that add action to text and graphics so they move around on the screen during a slide show?

They are called animations.


Which command is used to add a reflection or an outline to text?

Text effects and Typography


What command is used to add a reflection or an outline to text?

Text effects and Typography


What are the features and functions of the After Effects text box?

The After Effects text box allows users to add and customize text in their videos. Users can adjust the font, size, color, alignment, and animation of the text. They can also add effects like shadows, outlines, and gradients to make the text stand out. Additionally, users can animate the text to move, scale, or fade in and out to create dynamic visual effects in their videos.


How did they add the blood in soul surfer?

Special effects


How do you add a text box to your website?

It depends on what type of text box you want to add. The simple HTML tag for a regular text box is this. <input type=text name=textbox1 id=textbox1> If you are planning for a text box that accepts passwords change the type to "password".


How do you make text bigger one Tumblr?

At the bar on top of the text editor, click HTML and then add < big > (with no spaces) in front of the text you want to make bigger! Then click update. You can add < big > multiple times to make the text as big as you like.