0% found this document useful (0 votes)
9 views

Code

The document is an HTML page with CSS styling. It contains a title, headings, and a division element with additional styling applied. The body has a background image and headings are colored. The division has padding, borders and background color applied. The page welcomes users and contains content about HTML and CSS.

Uploaded by

Akshaya ilango
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Code

The document is an HTML page with CSS styling. It contains a title, headings, and a division element with additional styling applied. The body has a background image and headings are colored. The division has padding, borders and background color applied. The page welcomes users and contains content about HTML and CSS.

Uploaded by

Akshaya ilango
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

<html>

  <head>
    <title> welcome akshaya-ak </title>
    <style>
      body
      {
        background-image:url('background.jpg');
      }
      h2,h3
      {
        color:blueviolet;
      }
      .div1
      {background-color:pink;
      color: rgb(179, 61, 61)#ffff;
      padding: 20px;
      border: 5px salmon saddlebrown #16817b;
      }
    </style>
  <BODY>
    <CENTER>
        <H1> WELCOME WONDERS</H1>
        <H2>WE WLECOME u all </H2>
        <h2 class="wonders">happy learnings!</h2>
        <h3> HTML&CSS</h3>
        <DIV class="DIV1">
          <H3>DIVISION Element</H3>
          <button class="btn">click here</button>
        </div>
    </CENTER>
  </BODY>
  </head>
</html>
<html>
  <head>
    <title> welcome akshaya-ak </title>
    <style>
      body
      {
        background-image:url('background.png');
      }
    h2,h3
      {
        color:rgb(225, 152, 144);
      }
      .div1
      {
        background-color:nocolor;
        width: 80%;
      color: rgb(238, 242, 118)#ffff;
      padding: 20px;
      border: 5px rgb(166, 215, 87) rgb(158, 169, 234) #d36f9f;
      }
      h1
      {
        color:rgb(216, 32, 11);
      }

    </style>
  <BODY>
    <center>
    <H1> WELCOME WONDERS
        </H1>
        <H2>WE WLECOME u all </H2>
        <h2 class="wonders">happy learnings!</h2>
        <h3> HTML&CSS</h3>
        <DIV class="DIV1">
          <H3>DIVISION Element</H3>
          <button class="btn">click here</button>
        </div>
        <H1> WELCOME WONDERS</H1>
        <H2>WE WLECOME u all </H2>
        <h2 class="wonders">happy learnings!</h2>
        <h3> HTML&CSS</h3>
        <DIV class="DIV1">
          <H3>DIVISION Element</H3>
          <button class="btn">click here</button>
        </div> <H1> WELCOME WONDERS</H1>
        <H2>WE WLECOME u all </H2>
        <h2 class="wonders">happy learnings!</h2>
        <h3> HTML&CSS</h3>
        <DIV class="DIV1">
          <H3>DIVISION Element</H3>
          <button class="btn">click here</button>
        </div> <H1> WELCOME WONDERS</H1>
        <H2>WE WLECOME u all </H2>
        <h2 class="wonders">happy learnings!</h2>
        <h3> HTML&CSS</h3>
        <DIV class="DIV1">
          <H3>DIVISION Element</H3>
          <button class="btn">click here</button>
        </div> <H1> WELCOME WONDERS</H1>
        <H2>WE WLECOME u all </H2>
        <h2 class="wonders">happy learnings!</h2>
        <h3> HTML&CSS</h3>
        <DIV class="DIV1">
          <H3>DIVISION Element</H3>
          <button class="btn">click here</button>
        </div>
    </CENTER>
  </BODY>
  </head>
</html>

You might also like