Introduction of Python in English Do you want to become a Programmer? If yes, what is Python, and why use it? You should know about this. Most people interested in coding languages know little about Python because it is a high-level programming language. Python is used to do big tasks. If you are learning &quo…
Read moreHOW TO CREATE AN HTML DOCUMENT To create an HTML document we can type the text in any word processor, like word pad , note pad. The extension given to the page is always .html. Let us see how to open and create document using notepad:- Open Notepad by clicking on Start > All programs> Accessories >Notep…
Read moreUnderstanding HTML HTML stands for Hyper Text Mark-Up Language which allows the users to create web pages. It includes text graphics. Using HTML, we can add links to the web pages. It is the most commonly used language to write web pages. This language is Easy to understand and modify and provides a more flexible …
Read moreCOLOR CHART IN HTML Hello friends, In this lesson we will see the color code that is used in HTML.Any color is a combination of three Basic colors, namely, red, green, and blue. All other colors can be obtained by mixing these three colors. As a browser does not understand all the colors with their names, so in plac…
Read moreCHANGING FONT FACE, SIZE, TEXT COLOR IN HTML This page contains instructions on How to change Font face, size, text color in HTML.Font is the different style of writing text in a document. HTML renders an option to change the formatting of text. The <FONT>tag allows us to set the size, style and color of a s…
Read moreWays for changing the Appearance of TEXT in HTML Font style Tags: These tags change the appearance of text. They are also known as Physical markup. They are treated identically by all browsers. Bold: The bold tag is used, when you need to emphasize the text. Type <B> before typing the text that you want to …
Read moreTAGS IN HTML & its types: HTML provides a number of formatting options to display text, graphics, and links etc. using tags. The text and images which appear in the browser window are written between the <BODY>tag. HTML is a tag based language that helps in creating web pages. A tag comprises of text e…
Read more
Social Icons