what I learned… 2/10
This first week of October I became comfotable adding basic HTML into VS code. I learned how and why to add the element <meta charset=”utf-8″> line at the beggining of the html document. This sets it up for binary code layout and the consistency in 8 characters in binary code for it to properly function across all platforms and browsers.
I also learned about HTML file structure and the importance of consistency in file structure. Using proper indentation within the structures of parent child relationships allows for items to be easier to find when looking for things to find. Adding personal notes can also be very helpful to organize work or find edits you need to revisit in the future.