MARGIN ATTRIBUTE

Like any other document we can select TOP, BOTTOM, LEFT, RIGHT Margin for HTML document

Here is an example 

<HTML>
<HEAD>
<TITLE> Example of Margin Attribute </TITLE>
</HEAD>
<Body background=bg.jpg LEFTMARGIN="100" RIGHTMARGIN="60">
<H1>This is Tanjies </H1>
<P><Strong>Services we are providing</strong></p>
<OL>
<Li>Web Development
<Li>Search Engine Optimization
<Li>Web Application
<Li>Social Media Marketing
</OL>
<P><Strong>Themes We are Using </strong></p>
<OL>
<Li>The 7
<Li>Avada
<Li>Jollyall
<Li>Udesign
</OL>
<Body>
</HTML>

The saving procedure is like before, but if u face something wrong then don't forget to write me. 



Related Posts:

  • A few new tags to learn There are a lot more tags, but we will just cover few more for now, mostly straightforward to use and you can see the effect in your web page when you use them: <q> - The q tag is for quote. This has no relationship to… Read More
  • Nested Unordered List with Attribute We have learned Unordered list. We can define the bullet by using the attribute TYPE. Generally we use SQUARE, CIRCLE, and DISK bullet. Here is an example: <HTML> <HEAD>     <TITLE> Example… Read More
  • MARGIN ATTRIBUTELike any other document we can select TOP, BOTTOM, LEFT, RIGHT Margin for HTML document Here is an example  <HTML><HEAD><TITLE> Example of Margin Attribute </TITLE></HEAD><Body backgro… Read More

0 comments:

Post a Comment