[2019.06.23 學習筆記2]html
1.定義HTML文檔學習
<!DOCTYPE html> <html> <!--HTML文檔開始--> <head> </head> <body></body> </html> <!--HTML文檔結束-->