File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
content/pages/07-web-development Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,18 @@ Hypertext Markup Language (HTML) is the standard markup language that is
1212downloaded from a [ web server] ( /web-servers.html ) to a web browser
1313and is used to display website and web application content.
1414
15+ <img src =" /img/logos/html.jpg " alt =" HTML5 logo. " width =" 100% " class =" technical-diagram " >
1516
17+
18+ ### HTML resources
19+ * Mozilla's
20+ [ HTML page] ( https://developer.mozilla.org/en-US/docs/Web/HTML )
21+ and
22+ [ introduction to HTML] ( https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML )
23+ break down HTML by elements, metadata and forms before diving
24+ into more advanced web development topics.
25+
26+ * CodeAcademy's
27+ [ HTML basics] ( https://www.codecademy.com/courses/web-beginner-en-HZA3b/0/1 )
28+ course provides an interactive environment for learning the
29+ gist of the markup language.
You can’t perform that action at this time.
0 commit comments