# Text Alight and Background

Preview Full HTML

index.html

<html>

<head>
    <title>Task4</title>
</head>

<body style="background-color: gray;">

    <h1>CodeKids</h1>
    <h1 style="text-align: center;">
        <span style="color: #a83232;">C</span>
        <span style="color: #fca417;">o</span>
        <span style="color: #fce517;">d</span>
        <span style="color: #bbfc17;">e</span>
        <span style="color: #1bfc17;">K</span>
        <span style="color: #17fcde;">i</span>
        <span style="color: #171efc;">d</span>
        <span style="color: #9917fc;">s</span>
        <span style="color: #fc17de;">!</span>
    </h1>

</body>

</html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23