2023 Web Dev Bootcamp: Using HTML Tags & other topics

 Today, I started the section called Introduction to HTML. Below are the things that I covered in this section.

I learned about:

<h1> and other header tags : h12, h3, h4...

<br> breaks

<hr>: The Thematic Break (Horizontal Rule) element

<center>

<!--  comments -->


other things:

- devdocs.io

- internet archive wayback machine


Using HTML Tags




The Anatomy of an HTML Tag









Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle