# Week 0 Markdown
Fanyue Shan
In the first week, I was very happy that I learned to use Lynda and Slack. Lynda is really a very useful resource platform. I also learned how to send and view messages/posts on Slack, as well as collaborate and use code-related functions. My team members and I have set up a group and discussed in Slack.
## CodePen Observations:
Fork is a great feature, so that we can copy and remix other people's code, so it’s kind of a function of open source.
Whether the "Tidy HTML" you mentioned is "Format HTML"? It organizes the code for you to make it clear and easy to read.
The biggest difference between COLLAB and PROFESSOR MODE is that you can collaborate synchronously with partners in COLLAB MODE.
In the HTML panel, enter the function characters, and then enter “tab”, it will help you automatically complete, saving a lot of time.
“Multiple cursors” allow you to enter the same content in different places at the same time, you can imagine that sometimes it will be of great use.
Press and hold “shift” and “alt / option” and the right arrow to select the corresponding code.
“a” is connected with “href” to indicate the link, and “img” is followed by the inserted picture.
h4 specifies that “Descriptions” is a level 4 content.
CSS controls the decoration of web pages, such as changing fonts to Arial and changing colors. The gray hexadecimal color code is # 808080.
Alert is controlled by JavaScript. It uses the function of “adopt”, once clicked, it will alert the corresponding text.
## OBS
https://youtu.be/y2PfJzKcOBA
This is my screen record of the exploration of CodePen.