When we visited the blog, sometimes we see some handwriting is on the blog. There is create a text with gait (marque), nothing makes writing style flash (blink), nothing makes writing with an underscore (underline), nothing makes a bold style and writing with others.
Well, here let's try to know some ways to make the writing style on the blog:
a. Make the text running
To create a text with gait (marque), can be done by adding some of the following codes:
(1) The text runs from right to left.
To make the text runs from right to left by simply adding the code:
<marquee direction="left" scrollamount="2" align="center">Text running from Right to left</marquee>
(2) The text running from left to right by adding the code:
To make the text runs from left to right simply by adding the code:
<marquee direction="right" scrollamount="2" align="center"> Text running from left to Right</marquee>
(3) The text goes back and forth (left to right)
To make the text goes back and forth (left to right) by simply adding the code:
<marquee direction="left" scrollamount="2" align="center" behavior="alternate"> back and forth (left to right) </marquee>
(4) The text goes back and forth (right to left)
Make text goes back and forth (right to left) by simply adding the code:
<marquee direction="right" scrollamount="2" align="center" behavior="alternate"> back and forth (right to left) </marquee>
(5) The text running from top to bottom
<marquee direction="down" scrollamount="2" align="center"> Text running from top to bottom </marquee>
(6) The text running from bottom to top
<marquee direction="up" scrollamount="2" align="center"> Text running from bottom to top </marquee>
(7) The text goes back and forth from top to bottom:
<marquee direction="up" scrollamount="2" align="center" behavior="alternate"> back and forth (top to bottom) </marquee>
<marquee direction="up" scrollamount="2" align="center" behavior="alternate"> back and forth (top to bottom) </marquee>
(8) The text runs zig-zag diagonal bouncing
<center>
<marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"><marquee direction="right" behavior="alternate"> zig-zag diagonal bounce </marquee></marquee></center>
(9) The text moves diagonal zig-zag and translucent
<center>
<marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"><marquee direction="right"> zig-zag diagonal and translucent</marquee></marquee></center>
(B) Adding background, padding, border, color of the text
<div style="background: #FF0000; border: 2px solid #FFFF00; color: white; font-size: 20px; font-weight: bold; letter-spacing: 0.5em; padding: 15px;">
enter text here
If it would make the text runs as in point (a), then enter the code in the marque among DIV DIV (or substitute Enter Text Here with Marque code you want.
<div style="background: #FF0000; border: 2px solid #FFFF00; color: white; font-size: 20px; font-weight: bold; letter-spacing: 0.5em; padding: 15px;">
<marquee direction="left" scrollamount="2" align="center">Text running from Right to left</marquee>
</div>
example:
(C) Make a blinking text
After we talked about how to make the current text and text using bacground and lines, now is the time we continue to "make the text blink"
To create a blinking text is very easy, as it only adds blink code before and after the text, the following code:
<blink>Make text blink</blink>
(D) Make text italic
To make italic text is also very easy, simply by adding code text first before and after the text.
Here's how to make the text italic
<i> Make text italic </i>
Make text italic
(E) Make the text bold
Make bold text with html code, simply by adding code B before and after the text
The following HTML code to make text bold
Make text bold
or foam also by adding a strong code before and after the text
the following code to make text bold with strong
<strong> Make text bold with strong </strong>
Make text bold with strong
(F) Make centered text
Sometimes seeing a text format which there are several blogs using force to be centered, with the code if they make the text be centered?
It's easy, simply by adding code to the center before and after the text
Here is the code to create a text to be centered:
(G) Make text Align Right
How to make the text aligned to the right, just by adding the code "align_right"
The following HTML code to make text align right:
<p align="right">
Make text Align Right </p>
Make text Align Right
(H) Make a left-aligned text
Once we know how to make text align right, and right. Now is the time we know how to create a left-aligned text.
HTML code to create left-aligned text, together with the html code to create text aligned to the right, only the code "right" is replaced by "left"
(I) Create colored text html
The code to make the text color, almost the same as the code that we have described in section (b), but in this section we simply pick up the color code on the text only. What code to create colored text?
The following code to create colored text.
<font color="#FF0000"> Make colored text html </font>
Make colored text html
please change the code #FF0000 with the color you want.
0 Komentar