We all know that we can write Paragraphs in HTML with many tags , like <p> , <span> etc. But what the point is if we think about its formatting , for example how to change a text color,how to resize a text .Don't know ? well take a sit ,we will discuss about it briefly , Lets Start ... First talk about how to resize a font and change it's color also set it's alignment . Please note a point before that in HTML only 3 types of alignments are there : a- left , b- right , c- center We will go through this line with ' p ' tag: "Hello World! Wake up and do your work hard" . First set it's alignment ,I am showing a example below : So,we can see the above example where I have put all three alignments with same line .First one will show at the left hand side ,second one will show at the center ,and last one will show at the right side .Now see the output of this example below : Wow , it sho...
In this Blog,Visitors will see Content of Web design Languages, i.e HTML , CSS , Javascript etc with some different way .