Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,209,530 members, 8,006,391 topics. Date: Tuesday, 19 November 2024 at 12:26 AM |
Nairaland Forum / Science/Technology / Programming / Free 2019 Intensive Training On Html,css, Php, Java For Beginners| Day 3 (834 Views)
Learn Web Development And Programming For Free - 2019 / Learn Python For Free|2019 Intensive Train Ing / Free Online Training For Html/css, Javascript, Jquery, Mysql, Php, Java, Android (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)
.net UWP Developer That Knows About Rotation Of Shapes Is Needed / Please How To Fix "The Tag 'amp-iframe' Is Missing A Mandatory Attribute" / Python Programmer
(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. 9 |