Finally I can easily explain to people how to create a Watson chatbot on NodeRED. Thank you to Aiman, this great article explain it all
Wednesday, March 15, 2017
Tuesday, March 14, 2017
Color text in HTML
Learn on how to change the text color in HTML using CSS from the page WikiHow: Change-Text-Color-in-HTML.
Now I can always change the color using the class that I've placed at the internal style sheet section:
<style>
.redtext {
color: red;
}
</style>
.
.
.
<body>
<p class="redtext">
The text in this paragraph is red in color
</p>
</body>
Another method is to use inline style attributes. For example:
Now I can always change the color using the class that I've placed at the internal style sheet section:
<style>
.redtext {
color: red;
}
</style>
.
.
.
<body>
<p class="redtext">
The text in this paragraph is red in color
</p>
</body>
Another method is to use inline style attributes. For example:
This text is red in color
Neat!
Welcome back, for I can't remember how many times..
Now.. it has been awhile. Actually it has been too long. While searching for stuff in the Internet, I found out that I still the owner of this blog. Guess it will not hurt to put one or two line. Just to get back on the track
Subscribe to:
Posts (Atom)