CREATE A WEB PAGE ON THE TOPIC REDUCE, REUSE AND RECYCLE.
A. MAKE THE HEADING BOLD, ITALIC AND UNDERLINE.
B. MAKE THE WEBSITE ATTRACTIVE BY USING DIFFERENT TAGS.
Answers
Answer:
well I recommend to do it yourself since you will not learn anything by copy and pasting but I guess I will give you some help for doing this
Explanation:
so first if you want to create a bold italic and underline heading you can use the h1 tag to make the heading and put the tag inside a b tag then put the whole thing inside a i tag , now using CSS ( you can use style tag if you don't know how to call a CSS file ) to give the p a underline use text-decoration
Then you can make different div and give them a pretty background color then write about whatever the topic was , if you want you can give a box shadow to div ( 5px , 5px , 5px , the color you want ). I recommend to add images using img tag , write it like this <img src="write your image source">
You can add some audio if you know how to. I won't write any further because I do not know how much you know about HTML , CSS and JS . but good luck making it!