Design a web page showing 6 thoughts for the day using following
guide lines.
1. Write any 6 good thoughts of your choice as headings (heading level can be of your choice)
2. Display each thought on different line. 3. Use different fonts and colors of all thoughts
4. Draw a line after each thought.
5. All the three types of alignment (Left/Right/Centre) is to be used for displaying thoughts. Two thoughts each with same alignment.
6. (Order and use of alignment can be of your choice) You may use page background color of your choice (Suggestion: Use lighter background color and darker text color)
7. Title of the page must be "Thoughts for the day". 8. Bottom of the web page must show your details as Name, Class,
Section and Roll Number with center alignment.
Answers
Answered by
36
Explanation:
Answer:-
In this question. we are going to use Hťml tags. So, let's start going step by step.
<html>
<head>
<title> Thought of the day :) </title>
</head>
<body bgcolor = "pink">
<h1 align= "center"> Health is wealth </h1>
<hr>
<h2 align = "center"> Honesty is the best policy </h2>
<hr>
<h3 align = "left"> Better late than never </h3>
<hr>
<h4 align = "left"> Early to bed early to rise makes a man healthy and wise </h4>
<hr>
<h5 align = "right"> Action speaks louder than words </h5>
<hr>
<h6 align = "right"> Empty vessels make the most noise </h6>
<hr>
<h2 align = "center"> Maria, class X, Roll number 29 </h2>
</body>
</html>
Similar questions