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

Learning HTML Day 1

Patricia Arquette
Release: 2025-01-06 02:15:41
Original
931 people have browsed it

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>
    
    Copy after login

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

source:dev.to
Statement of this Website
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template