The first day of learning by heart after deciding to learn Web front-end development. Because I went to the training institution for two days of basic courses, so I have a certain understanding of some basic things. Today I mainly learned the syntax and basic structure of HTML, document setting tags (format tags and text tags), image tags (IMG), the use of hyperlinks, table related tags. Watching someone else write code is totally different than writing your own code. As a front-end geek, with zero foundation, I had to copy the code four or five times before MEMORizing the basic structure of HTML:

<html> 

<head> 

<meta charset=”UTF-8″> 

The < title > title < / title >

 </head>

Content of the < body > < / body >

</html> 

The advantage of the basic content is probably simple and easy to understand, so I didn’t encounter any questions in the first day of learning. What impressed me most about the content I learned today was the marks related to the table, that is <table>. Looking at the table MADE by myself with the code, I felt a sense of achievement. I hope I can stick to it on the way of learning front end, come on!