2023.SEPT.14(TUE) 슈퍼코딩 부트캠프 신입연수원 Day 2
✅ INTERM REPORT_중간 보고 📌 TO-DO LIST submit blog post 중간보고, 일일보고 슈퍼코딩 11, 12, 13, 14, 15강 github blog add avartar photo bring Notion to Blog ✅ Today I Learned Input Tags v...
✅ INTERM REPORT_중간 보고 📌 TO-DO LIST submit blog post 중간보고, 일일보고 슈퍼코딩 11, 12, 13, 14, 15강 github blog add avartar photo bring Notion to Blog ✅ Today I Learned Input Tags v...
Input for recieving the input data of the user Input Types button checkbox email image number radio: a single value to be selected out of multiple choices range reset: 초기화 ...
organized frequently used CSS and what I get confused the most ✅ justify-content to arrange itmes in axis center space-between first item is flush with the start, last item with the end...
✅ 중간 보고 📌 TO-DO LIST submit blog post 중간보고, 일일보고 슈퍼코딩 1강~10강 인턴 notion 읽기 과제 “what is DOM” 과제 “Header tags” github blog add avartar photo bring Notion to Blog how to do TOC in gi...
Object const Sohee= { name: sohee, gender: female, age: 123, job: programmer, adress: } console.log(Sohee.job); programmer Sohee.hobby = swimming; console.log(Sohee.hobby...
DOM: Document Object Model all the objects that are on a document on the web document as a whole, (head, tables, table headers, text..) allows programming language to interact with the docu...
Head includes important metadata about the document <!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8" /> <title>My test page</title&g...
정적 컨텐츠 그냥 HTML띄워주는 기능 /static 안에 HTML넣기 hello.html 넣은 후 localhost:8080/hello.html 하면 페이지 뜬다. MVC 템플릿 엔진 MVC= model, view, controller view를 찾아 template engine을 사용해 화면을 렌더링해서 html을 웹 브...
✅ Security Acyronyms Stands For XXS Cross Site Scripting CSRF Cross Site Request Forgery SOP Same Orgin...
✅ Daily Report 📌 TO-DO LIST submit github blog post study lesson 4 assigment: ✅ Today I Learned IDE ☑️ Framework 클래스 + 인터페이스의 집합 🐛 Trouble Shooting 🔴 Trouble 🟠 Mistak...