STEPS
- Make your HTML document.
then
- Create the basic HTML skeleton. As a reminder, it's an opening HTML tag, an opening head tag, a closing head tag, an opening body tag, a closing body tag, and a closing html tag.
then
- Create a HTML element. It can be a paragraph, heading, or whatever you want.
then
- Give the HTML element a class. Do this by inserting "class="classname" inside the opening tag for your element.
then
- Put a "style" tag between the head tags. You'll put your CSS here.
then
- Call your class. This is done by putting ".classname { }" in the CSS document.
then
- Put the styles your want between the curly brackets.
0 maoni:
Post a Comment