카테고리 없음
사전수업
oodada
2024. 8. 27. 09:57
웹사이트 제작 기본 프로세스 | https://odada.me/291 |
퍼블리싱 기초 | https://odada.me/290 |
부트스트랩으로 빠르게 포폴 만들기 | https://odada.me/350 |
W3Schools.com
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
https://developer.mozilla.org/ko/docs/Web
개발자를 위한 웹 기술 | MDN
웹의 개방성은 개발자들에게 많은 기회를 제공합니다. 하지만 웹 기술을 잘 활용하려면 우선 그 사용 방법을 잘 알아야 합니다. 아래의 링크들을 확인하여 다양한 웹 기술을 배워보세요.
developer.mozilla.org
https://zoom.us/j/98343749057?pwd=AELWF5sJqJb5LEyd0t8BrT2SCFbrvQ.1
<!DOCTYPE html>
<html lang="en">
<head>
<title>정미애의 포트폴리오</title>
</head>
<body>
<h1>
<span>RORTFOLIO</span>
<span>odada</span>
</h1>
<p>I'M HERE</p>
<p>Did you looking for me?</p>
<div>2024 - 2025</div>
<dl>
<dt>CONTACT</dt>
<dd>
<a href="tel:010-1234-5678">010-1234-5678</a>
</dd>
<dd>
<a href="mailto:mail@mail.com">mail@mail.com</a>
</dd>
</dl>
</body>
</html>