aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/conflicting/web/guide/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-11 09:25:19 -0400
committerGitHub <noreply@github.com>2021-07-11 10:25:19 -0300
commit7053a316d36dc8193eb102d0cba46f4970a05637 (patch)
tree65e1b5586cb94cfb16300f496c7287d03a7aa251 /files/pt-br/conflicting/web/guide/index.html
parent0cce4493c05cd8f7becf8e1de289259bef488986 (diff)
downloadtranslated-content-7053a316d36dc8193eb102d0cba46f4970a05637.tar.gz
translated-content-7053a316d36dc8193eb102d0cba46f4970a05637.tar.bz2
translated-content-7053a316d36dc8193eb102d0cba46f4970a05637.zip
delete conflicting/orphaned in pt-BR (#1421)
* delete conflicting/orphaned in pt-BR * chore: remove empty line * deleted last orphaned redirects * remove deleted orphans Co-authored-by: Josiel Rocha <1158643+josielrocha@users.noreply.github.com> Co-authored-by: Josiel Rocha <josiel.rocha@gmail.com>
Diffstat (limited to 'files/pt-br/conflicting/web/guide/index.html')
-rw-r--r--files/pt-br/conflicting/web/guide/index.html96
1 files changed, 0 insertions, 96 deletions
diff --git a/files/pt-br/conflicting/web/guide/index.html b/files/pt-br/conflicting/web/guide/index.html
deleted file mode 100644
index 946da629f5..0000000000
--- a/files/pt-br/conflicting/web/guide/index.html
+++ /dev/null
@@ -1,96 +0,0 @@
----
-title: Desenvolvimento Web
-slug: conflicting/Web/Guide
-translation_of: Web/Guide
-translation_of_original: Web_Development
-original_slug: desenvolvimento_web
----
-<p><strong>Desenvolvimento web </strong>compreende todos os aspectos do desenvolvimento de um site ou aplicação web.</p>
-<p>Aprenda a criar qualquer coisa desde um site simples até sites complexos e altamente interativos que incluem as mais recentes tecnologias da Web, lendo os artigos que você encontrará aqui.</p>
-<table class="topicpage-table">
- <tbody>
- <tr>
- <td>
- <h2 class="Documentation" id="Documentation_topics">Documentation topics</h2>
- <h3 id="Technologies">Technologies</h3>
- <dl>
- <dt>
- <a class="internal" href="/en-US/docs/Web_Development/Introduction_to_Web_development" title="en-US/docs/Web Development/Introduction to Web development">Introduction to Web development</a></dt>
- <dd>
- A guide to learning how to develop for the Web.</dd>
- <dt>
- <a class="internal" href="/en-US/docs/HTML" rel="internal">HTML</a></dt>
- <dd>
- HyperText Markup Language is the basic language for creating web pages and other documents displayed in a browser.</dd>
- <dt>
- <a class="internal" href="/en-US/docs/CSS" rel="internal">CSS</a></dt>
- <dd>
- Cascading Style Sheets make it possible to do advanced layout and page design on the Web.</dd>
- <dt>
- <a class="internal" href="/en-US/docs/JavaScript" rel="internal">JavaScript</a></dt>
- <dd>
- JavaScript is the most commonly used scripting language for developing web applications; it's also used in the development of Mozilla-based software.</dd>
- <dt>
- <a class="internal" href="/en-US/docs/DOM" rel="internal">DOM</a></dt>
- <dd>
- The Document Object Model is an API for HTML and XML documents, providing a structural representation of the document that you can modify in order to alter its visual presentation.</dd>
- <dt>
- <a class="internal" href="/en-US/docs/AJAX" rel="internal">AJAX</a></dt>
- <dd>
- Asynchronous JavaScript and XML isn't so much a technology as a combination of technologies; using JavaScript and other modern web technologies together to create dynamic web applications.</dd>
- <dt>
- <a class="internal" href="/en-US/docs/XHTML" title="en-US/docs/XHTML">XHTML</a></dt>
- <dd>
- Extensible HyperText Markup Language is an XML-based HTML-like language that offers a stricter syntax than HTML.</dd>
- <dt>
- <a class="internal" href="/en-US/docs/SVG" rel="internal">SVG</a></dt>
- <dd>
- Scalable Vector Graphics is an XML markup language for describing 2D vector graphics.</dd>
- </dl>
- <h3 id="Strategies">Strategies</h3>
- <dl>
- <dt>
- <a class="internal" href="/en-US/docs/Web_Standards" title="en-US/docs/Web Standards">Web standards</a></dt>
- <dd>
- Learn how to make your Web site or application reach the largest number of users through compatibility with the open Web.</dd>
- <dt>
- <a href="/en-US/docs/Web_Development/Responsive_Web_design" title="en-US/docs/Web development/Responsive Web design">Responsive Web design</a></dt>
- <dd>
- Use CSS to present the same content across all hardware platforms, from mobile phones to wide-screen, high-res desktop displays.</dd>
- <dt>
- <a href="/en-US/docs/Web_development/Writing_forward-compatible_websites" title="Writing forward-compatible websites">Writing forward-compatible websites</a></dt>
- <dd>
- Best practices for creating websites that do not break when browsers are updated.</dd>
- <dt>
- <a href="/en-US/docs/Web_Development/Mobile" title="/en-US/docs/Web development/Mobile">Mobile Web development</a></dt>
- <dd>
- Developing sites for be viewed on mobile devices involves some unique approaches that may not be familiar to those accustomed to developing for desktop browsers.</dd>
- <dt>
- <a class="internal" href="/en-US/docs/Mozilla_Web_Developer_FAQ" title="en-US/docs/Mozilla Web Developer FAQ">Mozilla Web developer FAQ</a></dt>
- <dd>
- Frequently asked questions from Web developers. With answers!</dd>
- </dl>
- <p><span class="alllinks"><a href="/en-US/docs/tag/Web_Development" title="en-US/docs/tag/Web_Development">View All...</a></span></p>
- </td>
- <td>
- <h2 class="Community" id="Community">Community</h2>
- <ul>
- <li><a class="external" href="http://hacks.mozilla.org" title="http://hacks.mozilla.org">Mozilla Hacks blog</a></li>
- <li><a class="external" href="http://www.whatwg.org/" rel="external nofollow" title="http://www.whatwg.org/">WHAT Working Group</a></li>
- <li><a class="external" href="http://webdevfeedhouse.com/" rel="external nofollow" title="http://webdevfeedhouse.com/">WebDev FeedHouse</a></li>
- </ul>
- <h2 class="Tools" id="Tools">Tools</h2>
- <ul>
- <li><a href="/en-US/docs/Tools" title="en-US/docs/Tools">Main Tools page</a></li>
- <li><a class="link-https" href="https://addons.mozilla.org/en-US/firefox/addon/1843" rel="external nofollow" title="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug extension</a></li>
- <li><a class="link-https" href="https://addons.mozilla.org/en-US/firefox/addon/60" rel="external nofollow" title="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer extension</a></li>
- <li><a href="/en-US/docs/Venkman" rel="internal">Venkman</a>, the JavaScript debugger</li>
- <li><a href="/en-US/docs/DOM_Inspector" rel="internal" title="en-US/docs/DOM Inspector">DOM Inspector</a></li>
- <li><a href="/en-US/docs/Tools/Scratchpad" title="en-US/docs/Tools/Scratchpad">Scratchpad</a></li>
- </ul>
- <p><span class="alllinks"><a href="/en-US/docs/tag/Web_Development:Tools" title="en-US/docs/tag/Web_Development:Tools">View All...</a></span></p>
- </td>
- </tr>
- </tbody>
-</table>
-<p> </p>