How to Make Text Color in HTML without CSS
Make style of text color can make your website good looking, you change color text what you want from html code, so for make it lets see this coding.
Make Text Color in HTML
1. Make tag HTML in Text Editor
<!DOCTYPE html>
<html>
<head>
<title>Text Color HTML</title>
</head>
<body>
</body>
</html>
2. Make h1 between <body></body>
<!DOCTYPE html>
<html>
<head>
<title>Text Color HTML</title>
</head>
<body>
<h1>Red</h1>
<h2>Green</h2>
<h3>Yellow</h3>
</body>
</html>
3. Make Color Text for h1
<!DOCTYPE html>
<html>
<head>
<title>Text Color HTML</title>
</head>
<body>
<h1 style="color: red">Red</h1>
<h2 style="color: green">Green</h2>
<h3 style="color: yellow">Yellow</h3>
</body>
</html>
Output
Oke, this Make Text Color in HTML, if want ask something you can create comment bellow, and so sorry i just can write englisht little bit. And thank you for read this article.
Make Text Color in HTML
1. Make tag HTML in Text Editor
<!DOCTYPE html>
<html>
<head>
<title>Text Color HTML</title>
</head>
<body>
</body>
</html>
2. Make h1 between <body></body>
<!DOCTYPE html>
<html>
<head>
<title>Text Color HTML</title>
</head>
<body>
<h1>Red</h1>
<h2>Green</h2>
<h3>Yellow</h3>
</body>
</html>
3. Make Color Text for h1
<!DOCTYPE html>
<html>
<head>
<title>Text Color HTML</title>
</head>
<body>
<h1 style="color: red">Red</h1>
<h2 style="color: green">Green</h2>
<h3 style="color: yellow">Yellow</h3>
</body>
</html>
Output
Oke, this Make Text Color in HTML, if want ask something you can create comment bellow, and so sorry i just can write englisht little bit. And thank you for read this article.
0 Response to "How to Make Text Color in HTML without CSS"
Post a Comment