Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,177 members, 7,815,134 topics. Date: Thursday, 02 May 2024 at 07:56 AM

Free 2019 Intensive Training On Html,css, Php, Java For Beginners| Day 3 - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Free 2019 Intensive Training On Html,css, Php, Java For Beginners| Day 3 (797 Views)

Learn Python For Free|2019 Intensive Train Ing (2) (3) (4)

(1) (Reply)

Free 2019 Intensive Training On Html,css, Php, Java For Beginners| Day 3 by CodingKING: 7:45am On Jan 03, 2019
TODAY WE'RE GOING TO DISCUSS HTML COLOR COMBINATIONS
SOURCE: https://codinglegit..com/2018/12/practical-guide-on-how-to-combine.html


INTRODUCTION
HTML colours are represented in hexadecimal value. These hexadecimal values include 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. If you count all these values from 0-F, you will discover that all the values amount to 16. Zero (0) represents the lowest value while F represents the highest value. Moreover, it is important to state here that colours in HTML are displayed in a combination of Red, Green, and Blue, (RGB). Hence, different colours are formed from this main colours by combining the hexadecimal values. This combination of hex value must begin with hashtag symbol(#) and then followed by three(3) or six (6) hex character.
There are over 15 million RGB colour combination of colour value in HTML. Because of time and space, we will be looking at a few combinations.
#FF00000 represents Red Color
#000000 represents Black Color
#00FF00 represents Green color
#0000FF represents Blue color
#FFFFFF represents White Color
#777777 represents Gray Color
You can mix as many as you can.

Practical Example on How HTML color work
If we want to apply some colors to a web page of a website or a blog, let’s say we want to change the background color and front color. Then do the following

Open your text editor and key in the following codes below. The result will amaze you.

<html>
<head>
<Title>Home Page</title>
</head>
<body bgcolor=’’#0000ff’’>
<h1>
<font color=’’#c1250f’’>Idike Mabel</font>
</h1>
</body>
</html>

SEE PICTURES OR READ MORE@ https://codinglegit..com/2018/12/practical-guide-on-how-to-combine.html

(1) (Reply)

Website Logo urgently needed / Python,java And C++ Good And Sound Programmer / Python Django Developers Circle

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 11
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.