Practice: Develop a Webpage Using HTML and CSS

Now it's time to practice developing a small webpage using HTML and CSS. In this example, you'll create a biography webpage using font, color, and text-decoration styles. Watch what happens to the biography text by changing the style.

You can also try this example using an editor and a web browser. The HTML file to start this exercise can be found at this link.

Introduction

With the things you have learned in the last few lessons you should find that you can format simple text documents using CSS to add your own style to them. This assessment gives you a chance to do that.

Prerequisites: Before attempting this assessment you should have worked through the rest of the CSS basics module, and also have an understanding of HTML basics (study Introduction to HTML).
Objective: To have a play with some CSS and test your new-found knowledge.


Source: Mozilla, https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/Using_your_new_knowledge
Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.