HTML/CSS Course – Day 3
Today I have learned three things: 1. Learned about the tags “<h1>” to ”<h6>” (header tag), “<b>”/”<strong>” (bold tag), “<i>”/”<em>” (italic/emphasize tag). In the case of “<b>” and ”<i>”, they…
Today I have learned three things: 1. Learned about the tags “<h1>” to ”<h6>” (header tag), “<b>”/”<strong>” (bold tag), “<i>”/”<em>” (italic/emphasize tag). In the case of “<b>” and ”<i>”, they…
Part 2 of today’s learning: 1. How to make the basic structure of HTML. All HTML files start with the “<!DOCTYPE html>” and the “<html></html>” file line. The “<head></head>” and…
Part 1 of today’s learning: 1. Changing the settings and color of VS Code. Installed “Code Prettier” and went to settings, entered “default format”, then change “Editor: Default Formatter” to…
Today I have learned two things: 1. Static websites are primarily front-end code, and they have everything already on the server, and doesn’t have things such as comments, ratings, etc.…