Soojin Woo2019년 11월 8일1분 분량Error :: Indentation ErrorIndentationError: unindent does not match any outer indentation level Q. What is the cause of this Error? A. It could happen when...
Soojin Woo2019년 9월 22일1분 분량Web programming :: Teaching assistantSummary of the Lecture 1. HTML <!DOCTYPE> Declaration <!doctype html> <html> <head> </head> <body> </body> </html> 2. Selectors - This is...