Saturday, 18 February 2017

HTML LESSON - 4

 

FOURTH  LESSON OF HTML

<!DOCTYPE html>
<html>

<head>
<title>Fourth Lesson of HTML</title>
<head>
<body>
<h2>Learn with us in  easy and simple way!!!</h2>
<h3 style="color:blue;">Sky says, I am blue.</h3>

<!-- In above line of code, paragraph text color will be blue--->
<br>
<p style="font-family:verdana;">I am a member of the font-family. Try to use me!</p>

<!-- In above line of code, font will be change from default font to verdana.--->
<br>
<p style="font-size:36px;">My size is bigger, just compare me with default size. </p>

<!-- In above line of code, font will be in bigger size.--->

</body>
</html>





Now, Few Key points to remember always:

  • Always try to use hexadecimal code for defining color of object.

Related Posts:

  • HTML Lesson - 6 SIXTH LESSON OF HTML   <!DOCTYPE html> <html> <head> <title>Sixth Lesson of HTML</title> </head> <bod… Read More
  • HTML Lesson - 5 Output of the code given   FIFTH LESSON OF HTML Now, Few Key point to remember always: The td tags contain data like images, t… Read More
  • HTML LESSON - 4   FOURTH  LESSON OF HTML <!DOCTYPE html><html> <head> <title>Fourth Lesson of HTML</title> <head>&l… Read More
  • HTML LESSON - 3   THIRD LESSON OF HTML <!DOCTYPE html> <html> <head> <title>Third Lesson of HTML</title> </head> &l… Read More
  • HTML LESSON - 2 SECOND LESSON OF HTML <!DOCTYPE html> <html> <head> <title>Second Lesson of HTML</title> </head> <body> &l… Read More

0 comments:

Post a Comment