Saturday, December 31, 2011

Season Greetings

Seasons Greetings from WebsitesNBlogs….
A Big thank you to all our visitors and users for being there. As the year comes to an end and we reflex on the things we did, the things we didn't or the ones we wish we had done; just want you guys to know one thing, the past is the past and the future is now. It is never too late to start again or do what you want to do…..
Season Greetings from WebsitesNBlogs

Remember nothing is impossible, the only limitation to a person is himself/herself..... As we enter into the new year...just do one thing....KEEP MOVING FORWARD.........
Happy new year and once again season greetings.....

Thanks,
WebsitesNBlogs…..

Wednesday, December 7, 2011

New Beginings:part 4


Hello everyone, i know it is quite a long time since i posted something on this blog....
Sorry for the long break but i am back and i will like to start off from where i left....
Today i will want us to know some other useful things you can do with tags in HTML....
The last post i made introduced some tags like the <font>  </font> and also the <body>  </body>, well if you tried them out you will notice that your text is displayed in your browser using the default color (usually black and white) and the default size...
Wouldn't it be boring if we had only one type of color in the world... the world of HTML is suppose to be colorful (after all its name is Hyper Text MARKUP Language).... So welcome to the world of colors in HTML which is the focus of this post...
First i will start by discussing the color attribute, this attribute allows you to specify the type of color you wish the browser to display for all the text in between the tags, or the background color of the web page if you use it in the <body> tag.
E.g
let us take the body tag for instance  <body> .....content .... </body>
we could modify the above tag combination by adding bgcolor=" your color " to the body opening tag.

i.e.  <body bgcolor=" red " >  ... content... </body>

The above will change the background of that page to red....you can use other colors.....
hex codes can also be use to specify the color, click here for a list of HTML color codes.
To use the hex code in a body tag, you have to place a hash symbol before you text in the hex code. This is to " tell " the browser that you are inputting a code and not names ... 
E.g  <body bgcolor=#thehexcode> ...content...</body>

i.e. <body bgcolor="#FF0000"> ..content..</body>     changes the background color to red.

You can also use RGB ( stands for Red Green Blue) color code as well...

 i.e. <body bgcolor="rgb(255,0,0)"> ..content.. </body>     changes the background color to red.

check out the complete table below showing how to use the various version of using the color attribute...

Value Description
color_name Specifies the background color with a color name (like " red ")
hex_number Specifies the background color with a hex code (like "#ff0000")
RGB_number Specifies the background color with an rgb code (like " rgb(255,0,0) ")

This is a complete but simple page showing the full usage of the color attribute for the body tag.

<html>
<body bgcolor="#FF0000">
<h1>Hello world!</h1>
<p>
<center>
<font color="red">This is some text!</font> 
<a href="http://www.websitesnblogs.blogspot.com">visit here for HTML Tutorials!</a>
</p>
</center>
</body>
</html>

 Something you might not be familiar with in the above code is the <p></p> tag which is a paragraph tag, all it does is to place two line spacing in between lines...
I will discuss the color attribute for the <font> </font> tag in the next post and also something interesting you can do with HTML tags. see you in part 5...

check out other related posts on this blog

Monday, November 28, 2011

HTML Color Table

This is a comprehensive HTML color table

FFB2B2 FF9999 FF6666 FF4D66 FF6699
FF6633 FF4D33 FF3333 FF334D FF3366
FF4D00 FF3300 FF0000 FF0033 FF0066
E53300 E53333 E50000 E50033 E50066
CC3333 CC3300 CC0000 CC0033 FF7F7F
FF997F FFB299 FFCC99 FFE599 FFE500
FF4C4C FF664C FF7F66 FF9966 FFB266
FF4C00 FF6600 FF7F00 FF9900 FFB200
E54C00 E56600 E57F00 E59900 E5B200
E54C4C E5664C E57F66 E59966 FFCC00
FFFFCC FFFFB2 FFE5B2 FFCC7F E5E500
E5FF99 FFFF99 FFE599 FFCC66 E5CC00
E5FF66 FFFF66 FFE566 FFCC33 E5E566
E5FF00 FFFF00 CCFF99 B2FF7F 99FF7F
CCFF66 99FF66 99FF99 7FFF99 7FFFB2
CCFF00 7FFF66 66FF66 66FF7F 66FF99
99FF00 66FF00 00FF00 00FF66 00FF99
66E500 33E500 00E500 00E533 00E566
66CC00 33CC00 00CC00 00CC33 00CC66
99B200 66B200 33B200 00B200 00B233
99E500 99CC00 99FFFF 99FFF0 99FFE5
66E5FF 66F0FF 66FFFF 66FFF0 66FFE5
00E5FF 00F0FF 00FFFF 00FFF0 00FFE5
66F0F0 33F0F0 00F0F0 00F0E5 00F0CC
B2F0FF 66E5E5 33E5E5 00E5E5 00E5CC
B2E5FF CCE5FF B2FFFF 99B2E5 B2CCE5
99CCFF 7FB2FF 99B2FF 7F99FF 9999FF
6699FF 667FFF 6666FF 4C66FF 7F4CFF
3399FF 3366FF 3333FF 4C33FF 664CFF
0066FF 0033FF 0000FF 3300FF 6600FF
0066CC 0033CC 0000CC 3300CC 6600CC
0066B2 0033B2 0000B2 3300B2 6600B2
9F99FF 9F99E5 B2CCFF CC99FF E5B2FF
9F7FFF 9F66FF 9F7FCC 9F66CC CC66FF
8F00FF 9F00FF 9F00E5 9F00CC CC00FF
7300E5 7F00E5 7F00CC 7F00B2 B200E5
7F33E5 7F33CC 7F33BF 663399 9900CC
CCB2FF E566FF FF66FF FF66E5 FF66CC
E599FF E500FF FF00FF FF00E5 FF00CC
FF99FF CC00E5 E500E5 E500CC E500B2
FF99E5 FF99CC B200CC CC00CC CC00B2
E5E5FF F2E5FF FFE5FF FFE5F2 FFE5E5
E5F2FF F2F2FF FFF2FF FFF2F2 FFF2E5
E5FFFF F2FFFF FFFFFF FFFFF2 FFFFE5
D9F2F2 E5F2F2 F2F2F2 F2F2E5 F2F2D9
CCE5E5 D9E5E5 E5E5E5 E5E5D9 CCD9D9
CCD9CC D9D9D9 D9CCD9 C0CCCC D9D9CC
B2C0C0 C0CCC0 CCCCCC CCC0CC CCCCC0
99B2B2 B2C0B2 C0C0C0 C0B2C0 C0C0B2
8C9999 99B299 B2B2B2 B299B2 B2B299
997F7F 997F99 7F7F7F 7F997F 7F7F99
7F6666 7F667F 666666 667F66 66667F
664C4C 664C66 4C4C4C 4C664C 4C4C66
4C3333 4C334C 333333 334C33 33334C
330000 330033 000000 003300 000033
8C998C 999999 998C99


source

Tuesday, November 22, 2011

New Beginnings:part 3

Hello, today i will explain some very frequently used tags in HTML. I am assuming that you have seen the video ( in the post New Beginnings:part 2) and seen how to make a simple web page that displays in a browser, now i will explain the tags used in the video....

1) The center tag " <center> </center> "      This tag centralizes everything in between the tags, it displays everything as center justified. Very suitable for headings....

2) The font tag " <font> </font> "   This one is used to format any text in-between the tags to the font specified, when this tag is not used the default font is used.

3) The head tag " <head> </head> "  This is used to tell the browser that everything in-between the tags is used for the header or to set the header properties. ( will expand the information on this tag later)

4) The title tag " <title> </title> "  This is used to specify to the browser that the text appearing in-between the tags are for the title of the web page, that is what is to be displayed at the top of the browser as the page title.

5) The body tag " <body> </body> "  This is to specify to the browser that everything in-between the tags is the body of the web page i.e. the web page content.

...i feel that we should take this a step at a time, so bye for now....see you in part 4 ......

Monday, November 21, 2011

New Beginings:part 2

Hi, guys check out this video from youtube about how to write html tags, an essential if you wanna start making your own websites...

Hi everyone, for a complete and detailed discussion or info on websites and html, check out the " website chat room " page right here on this blog......

New Beginings:part 1

Well today, i will like to start by discussing HTML, first and foremost html means Hyper Text Markup Language. As the name implies, it is a language to markup/format text, it was made to make the internet more colorful and fun to use. Html is made up of tags that come in pairs, an opening tag " <tag > "  and a closing tag " < /tag> " .Everything or text in-between the opening and closing tags are formatted with respect to the formatting that is specified by the tag. The browser reads the html tags and interprets it ( i.e. format the text present in-between the tags).....

Catch you guys later...will continue this discussion later....

Welcome

Welcome everyone to Websites N Blogs, this is a place where everything about websites and blogs are dealt with, all questions are answered here....
This blog is in the BETA stage and any feedback on how to improve this blog will highly be appreciated...

Thanks,
WebsitesNBlogs.......