File tree Expand file tree Collapse file tree 5 files changed +36
-0
lines changed
content/pages/07-web-development Expand file tree Collapse file tree 5 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ meta: Learn how to use Cascading Style Sheets (CSS) to create your web applicati
1111Cascading Style Sheet (CSS) files contain rules for how to display and
1212lay out the HTML content when it is rendered by a web browser.
1313
14+ <img src =" /img/logos/css.jpg " width =" 100% " alt =" CSS3 logo. " class =" technical-diagram " />
15+
1416
1517## Why is CSS necessary?
1618CSS separates the content contained in HTML files from how the content
Original file line number Diff line number Diff line change 1+ title: Hypertext Markup Language (HTML)
2+ category: page
3+ slug: hypertext-markup-language-html
4+ sortorder: 0717
5+ toc: False
6+ sidebartitle: HTML
7+ meta: Hypertext Markup Language (HTML) is the standard markup language interpreted by browsers to display websites and web applications.
8+
9+
10+ # Hypertext Markup Language (HTML)
11+ Hypertext Markup Language (HTML) is the standard markup language that is
12+ downloaded from a [ web server] ( /web-servers.html ) to a web browser
13+ and is used to display website and web application content.
14+
15+
Original file line number Diff line number Diff line change 1+ < h3 > What's next to learn after HTML?</ h3 >
2+ < div class ="row ">
3+ < div class ="col-md-4 ">
4+ < div class ="well select-next ">
5+ {% include "choices/buttons/web-design.html" %}
6+ </ div >
7+ </ div >
8+ < div class ="col-md-4 ">
9+ < div class ="well select-next ">
10+ {% include "choices/buttons/static-content.html" %}
11+ </ div >
12+ </ div >
13+ < div class ="col-md-4 ">
14+ < div class ="well select-next ">
15+ {% include "choices/buttons/javascript.html" %}
16+ </ div >
17+ </ div >
18+ </ div >
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ <h4 class="toc-subsection">7.2 <a href="/template-engines.html">Template Engines
160160< div class ="toc "> < a href ="/django-templates.html "> Django Templates</ a > </ div >
161161
162162< h4 class ="toc-subsection "> 7.3 < a href ="/web-design.html "> Web design</ a > </ h4 >
163+ < div class ="toc "> < a href ="/hypertext-markup-language-html.html "> HTML</ a > </ div >
163164< div class ="toc "> < a href ="/cascading-style-sheets.html "> CSS</ a > </ div >
164165< div class ="toc "> < a href ="/responsive-design.html "> Responsive Design</ a > </ div >
165166< div class ="toc "> < a href ="/minification.html "> Minification</ a > </ div >
You can’t perform that action at this time.
0 commit comments