1. 程式人生 > >前端與移動開發(html-1)

前端與移動開發(html-1)

哈哈,突然看到三年前為了應付老師,發的一篇博文,轉眼間大四了,慶幸自己還在學習軟體開發的相關知識,come on!

ssh-keygen -t rsa -C 帳號


git config --global user.name "your name"
git config --global user.email "[email protected]"




git remote add origin 地址


git remote add origin 地址


git push origin master


F2重新命名


windows +E  開啟資源管理器 E指:window +Explore


window+d 回到桌面  d指:window+desktop


超文字傳輸協議  Hypertext Transfer protocol


超文字標記語言  Hypertext Markup Language


html就是負責描述頁面的語義,css負責描述頁面的樣式,js負責描述頁面的動態效果


html中,除了語義,其他什麼都沒有。