Code 64 Bicth - This time I will share some of the HTML script for beginners , please be learned and practiced direct some simple HTML script this .
1 . Creating Background Pages
<html>
<head>
<title> background page < / title>
< / head>
<bodhy bgcolor ="red">
red background color of your page
< / body>
< / html >
2 . Making Text Color<html>
<head>
<titile> example colored text < / titile >
< / head>
<body text="green">
text color is green
< / body>
< / html >
3 Make Letters Bold, Italics , and Underline
<html>
<head>
<title> Bold Italic Underline make letters < / title>
< / head>
<body>
This <b> uppercase < / b > Reviews
This <i> italics < / i > Reviews
This <u> letter underlined < / u > Reviews
This <S> letters in graffiti < / s >
< / body>
<html>
Definition :
<b> is uppercase
<i> is italics
<u> is striped letters
is crossed out letters <s>
A few of my tutorials may be a future post will discuss php , may be useful and can be understood .
