BACKGROUND ELEMENT

With this element we can change the background with image. For this we can use JPG, PNG, GIF,JPEG image. In the beginning we have said we need to keep HTML files in a folder. If you didnt do that yet, now its time to do that. To use the image as background we must need to keep those where are the HTML files. We cam make a folder name "test" and keep html files there and also save those images insider "test" folder. We can also create a folder inside test folder and name it Image and keep image files there. Lets try.

The format is <Body Background=filename.jpg>

 Here is the Example

 
<HTML>
<Head>
<Title> Example of Background Image</Title>
</Head>
<Body background=bg.jpg>
<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:

  • FONT COLOR ELEMENT This tag is like FONT FACE and FONT SIZE element. Color can be declared by name like RED or GREEN or BLACK or you may use declare by decimal number which is decided for all the colors. This tag format is <FONT COLOR=(name… Read More
  • Revision 0.0.1 Today we are going to revise all the things we learn so far. We will write all the tags in a single page. So far we learnt how to BOLD, or ITALIC or UNDERLINE a text.  Then we learn how to BLINK and SUPERSCRIP SUBSCRIPT… Read More
  • FONT SIZE With this tag we can increase or decrease the font size. The default size is 12. We can increase this till +7 or decrease till -7. We use (+) sign for increasing and (-) sign for decreasing. The tag format is <FONT SIZE=… Read More
  • FONT FACE ELEMENT Sometimes we change fonts in MS Words, here we can do the same thing. Its like FONT SIZE tag. The format is like  <FONT FACE=(name of the font)>.........</FONT> Example: <HTML> <HEAD> <TITLE… Read More
  • Subscript and Superscript Element SUBSCRIPT We familiar with Subscript element. It is mostly used in chemical name , The tag is looks like <SUB>………………….</SUB> Example: <HTML> <HEAD> <TITLE> Program 6 </TITLE> &… Read More

0 comments:

Post a Comment