User:Vtaylor/CIS89A Learning Web Design/coding project feedback
From WikiEducator
2. Basic HTML
- All html files MUST be structured
<html>
<head> * only one head element completely with the html element - this is information for the browser. It doesn't display on the screen.
</head>
<body> * only one body element completely within the html element - this is the content that will be displayed on the screen
</body>
</html>
Textbook Chapter 2: p.10 To create a new webpage
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics
- Submit coding projects as the web address of the Glitch Preview in a new window (lower right on the edit screen)
- Replace the default Glitch Hello world title
- html comments https://www.w3schools.com/html/html_comments.asp
- css comments https://developer.mozilla.org/en-US/docs/Web/CSS/Comments
- Use more list styles