I have finally began the HTML and CSS portion of my class. So far everythig is understandable as long as I can rememeber the codes/ tags.
Here is what I know so far
- Always state
- Restate For example :
<!DOCTYPE HTML>
My First Code
- I learned how to add headings and paragraphs for the body.
Example:
Today is Thursday
TO DO List
Here is a list of thing that need to be complted today
<h2>Thursday</h2> <p><strong>today</strong></p>
Top comments (0)