Skip to content

Commit f0fb65a

Browse files
committed
add starter page on html under web design
1 parent d757843 commit f0fb65a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

content/pages/07-web-development/16-html.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,18 @@ Hypertext Markup Language (HTML) is the standard markup language that is
1212
downloaded from a [web server](/web-servers.html) to a web browser
1313
and 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.

static/img/logos/html.jpg

26.7 KB
Loading

0 commit comments

Comments
 (0)