Week 2:
A wireframe is the first step in website design. Getting the design down and ideas to other people.
Helpful link: Website Wireframe Beginner's Guide: Processes, Tools, & Examples (hubspot.com)
Web Page Template:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page Title Goes Here</title>
<meta charset="utf-8">
</head>
<body>
... body text and more HTML tags go here ...
</body>
</html>
W3C HTML Validation Tool: The W3C Markup Validation Service
HTML Cheat Sheet: HTML5-Cheat-Sheet.pdf (johndecember.com)
Tutorial: HTML5 Tutorial (tutorialspoint.com)
YouTube Tutorials: HTML5 Tutorials Playlist - YouTube
Comments
Post a Comment