Home >Web Front-end >CSS Tutorial >Learning HTML Day 1

Learning HTML Day 1

Patricia Arquette
Patricia ArquetteOriginal
2025-01-06 02:15:411013browse

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 :




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>
    

The above is the detailed content of Learning HTML Day 1. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn