DEV Community

Tyler Mothershed
Tyler Mothershed

Posted on

Learning HTML Day 1

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

  1. Always state
  2. Restate For example :

<!DOCTYPE HTML>


My First Code

  1. 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>
    
    Enter fullscreen mode Exit fullscreen mode

Top comments (0)