the student of lotus public school want to create the following web page realated to the outdoor activities help them to create the code in HTML.
Answers
Answered by
3
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Answered by
1
As mentioned if the students of lotus public school want to create a simple webpage using the html c.ode which relates to the outdoor activities -
- We know that a simple text editor and a web browser are all you need to start coding HTML. On text editors such as NotePad write, the c.ode. Then in the Notepad menu, go to File > Save as. The file should be called "Page.htm." The file extension might be either.htm or.html. It makes no difference; it is all up to you. Now Open the HTML file in your preferred browser.
- The c.ode
<!DOCTYPE html>
<html>
<head>
<title>Outdoor activities</title>
</head>
<body>
<h1>We are talking about different kinds of outdoor activities.</h1>
<p>Such as- Mountaniering .</p>
<p>Gardenning.</p>
<p>Hiking</p>
<p>Bike Riding.</p>
<p>Playing.</p>
<p> etc.</p>
</body>
</html>
#SPJ3
Similar questions