Check out our Web Design Classes
These slides are for the seminar: How to Get Started in Web Design
“Learn to code; even if you don’t intend to code, knowing how to code will make you a better designer and a stronger candidate.”Fast Company: 9 Top Designers On What Every New Grad Should Know
HTML & CSS are used in emails, eBooks, & some apps
(apps would typically use JavaScript)
It’s not just for computer geeks :)
Coding is easier than programming.
Start by focusing on the concepts.
Memorization of exact syntax comes with practice.
Visual Studio Code (free)
Start a new webpage with the following code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Write Title Here</title>
</head>
<body>
Put Content Here
</body>
</html>
Front-End
,
Full-Stack
, &
Web Design
All Web Development Certificates