Static :: SW builders challenge
Q. 저희 로고 코드가 <p style="text-align: center"> <img src="SEIlogo.png" alt="" width=160px height=160px> </p> 이렇게 되있는데 결과 화면에서는 로고가 안떠서 무엇이...
Q. 저희 로고 코드가 <p style="text-align: center"> <img src="SEIlogo.png" alt="" width=160px height=160px> </p> 이렇게 되있는데 결과 화면에서는 로고가 안떠서 무엇이...
Q. 오른쪽에 margin-left가 auto인데 왜 컨텐츠들이 오른쪽으로 가지 않을까요..? 저희는 컨텐츠들을 가운데로 이동시키고 싶어요. A. 혹시 꼭 margin을 활용해서 코드를 짜고싶은거면 다시 말해주세요. 우선은 text-align을...
Summary of the Lecture 1. HTML <!DOCTYPE> Declaration <!doctype html> <html> <head> </head> <body> </body> </html> 2. Selectors - This is...