Skip to content

Commit d757843

Browse files
committed
working on html page and add css logo
1 parent be026e6 commit d757843

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ meta: Learn how to use Cascading Style Sheets (CSS) to create your web applicati
1111
Cascading Style Sheet (CSS) files contain rules for how to display and
1212
lay 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?
1618
CSS separates the content contained in HTML files from how the content
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

static/img/logos/css.jpg

28.3 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>

theme/templates/table-of-contents.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)