diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-04-20 09:02:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-20 15:02:07 +0200 |
| commit | c2175872d71e9e55416c0f4793c098d98d297aed (patch) | |
| tree | 37cf99d2d5502eeb7a9ae44f243fa3f1f167b628 /files/bg/learn/html/introduction_to_html/index.html | |
| parent | 27beb2c4d0805c5e22a2e643db6d40a5a91e0f6f (diff) | |
| download | translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.gz translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.bz2 translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.zip | |
replace class="in-page-callout webdev" with class="callout" (#589)
Diffstat (limited to 'files/bg/learn/html/introduction_to_html/index.html')
| -rw-r--r-- | files/bg/learn/html/introduction_to_html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/bg/learn/html/introduction_to_html/index.html b/files/bg/learn/html/introduction_to_html/index.html index 1b35c86467..54cc110cd0 100644 --- a/files/bg/learn/html/introduction_to_html/index.html +++ b/files/bg/learn/html/introduction_to_html/index.html @@ -19,7 +19,7 @@ translation_of: Learn/HTML/Introduction_to_HTML <p class="summary">At its heart, {{glossary("HTML")}} is a fairly simple language made up of {{Glossary("Element","elements")}}, which can be applied to pieces of text to give them different meaning in a document (Is it a paragraph? Is it a bulleted list? Is it part of a table?), structure a document into logical sections (Does it have a header? Three columns of content? A navigation menu?), and embed content such as images and videos into a page. This module will introduce the first two of these and introduce fundamental concepts and syntax you need to know to understand HTML.</p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> |
