Showing posts with the label HtmlShow All

What is Python? | Introduction of Python in English

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 more

One of the easiest way to create HTML Document

HOW 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 more

List Of HTML Colors codes and Name

COLOR 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 more

HTML FONT- How to change Font Face,Size,Text color in HTML

CHANGING 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 more