Write HTML coding for the web page according to the following
specification:
1. The title of the page should be „portfolio‟.
2. The heading „Happiness Overloaded!! „ should appear as heading
level <H3>.
3. The background colour of the page is yellow.
4. The subheading „Happiness‟ should appear as heading level
<H2>, colour red.
5. The text from „ is the key….. accepted by everyone‟ should be in
red colour.
6. The Horizontal line is of blue colour, length 70% of the page.
Answers
Answered by
4
Answer:
1 . <title> portfolio </title>
2..<head> <H3> happiness overload</H3> <head>
3. <body> bgcolor ="yellow"
4.. <H2>happiness </H2>
5. font text ="red"
6.. hr=70%
Answered by
1
Answer:
1) <title>Portfolio</title>
2)<h3>Happiness Overloaded</h3>
3) <body style="background: yellow;"></body>
4) <h2 style="color: #ff0000;">Happiness</h2>
5) <p style="color: #ff0000;">...is the key.... accepted by everyone</p>
6) <hr style="color: blue; width: 70%;">
Similar questions