diff options
Diffstat (limited to 'files/bg/learn')
-rw-r--r-- | files/bg/learn/html/index.html | 2 | ||||
-rw-r--r-- | files/bg/learn/html/introduction_to_html/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/bg/learn/html/index.html b/files/bg/learn/html/index.html index 46508b0e52..cd7c7b2e36 100644 --- a/files/bg/learn/html/index.html +++ b/files/bg/learn/html/index.html @@ -16,7 +16,7 @@ translation_of: Learn/HTML <p class="summary">To build websites, you should know about {{Glossary('HTML')}} — the fundamental technology used to define the structure of a webpage. HTML is used to specify whether your web content should be recognized as a paragraph, list, heading, link, image, multimedia player, form, or one of many other available elements or even a new element that you define.</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> 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> |