Spoken Tutorials - HTML Assignment
Funded by the National Mission on Education through ICT
Indian Institute of Technology Bombay,
https://spoken-tutorial.org
--------------------------------------------------------------------------------
Elements, Tags & Attributes in HTML
1. Open the file MyHomePage.html which you created in an earlier assignment.
2. Set the background of the page to yellow.
3. Write two paragraphs with p tag.
4. Create a line break between the two paragraphs.
5. Set the title for the first paragraph as "It's my first paragraph".
6. Open the html page in a web browser and see the output.