Sunday, September 29, 2019

Div Tag in HTML

Here is a simple markup that I wrote using HTML and CSS to demonstrate how to use div tag in a web page. The code is very simple and easy to understand.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.
My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.


My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output


Program Listing

index.htm

<htm>
  <title> div demonstration in HTML </title>
  <body>
  <style>
  body {

           font-family: arial;
           font-weight: bold;
           size:20;
  }
  </style>
<div style="background-color:yellow;text-align:center">
<p>http://www.jakerpomperada.blogspot.com</p>
</div>
<div style="background-color:lightblue;text-align:center">
<p>Created By Mr. Jake Rodriguez Pomperada</p>
</div>
<div style="background-color:lightgreen;text-align:center">
<p>CopyRight 2019 Jake R. Pomperada</p>
</div>
</body>
</htm>


No comments:

Post a Comment