Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 1,948 for

generate report

(0.08 sec)
  1. Estructura web y documentación - Aprende desarr...

    Además de definir partes individuales de tu página (como un párrafo o una imagen), HTML también dispone de elementos de bloque que se pueden utilizar para estructurar las distintas áreas de tu sito web (tal como el encabezado, el menú de navegación o la parte del contenido principal. En este artículo veras cómo planificar una estructura básica de página web y escribirás el HTML que representa esa estructura....servirá para hacerte una idea general sobre el tema. Con el CSS adecuado...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/es/docs/Learn/HTML/Introd...
  2. Mobile accessibility - Learn web development | MDN

    In this article, we have provided you with some details about common mobile accessibility-specific issues and how to overcome them. We also took you through the usage of the most common screen readers to aid you in accessibility testing....support for web standards in general — is good in modern mobile...mobile, you just need to follow general good web design and accessibility...

    developer.mozilla.org/en-US/docs/Learn/Accessib...
  3. HTTP messages - HTTP | MDN

    HTTP messages are the mechanism used to exchange data between a server and a client in the HTTP protocol. There are two types of messages: requests sent by the client to trigger an action on the server, and responses, the answer that the server sends in response to a request....includes when the response was generated. There is also information...should be handled first. In general, despite all of the improvements...

    developer.mozilla.org/en-US/docs/Web/HTTP/Messages
  4. How to write in Markdown - The MDN Web Docs pro...

    This page describes how we use Markdown to write documentation on MDN Web Docs. We have chosen GitHub-Flavored Markdown (GFM) as a baseline, and added some extensions to support some of the things we need to do on MDN that aren't readily supported in GFM.... So the general principle is that authors should...that we don't recommend the general use of <caption> elements on...

    developer.mozilla.org/en-US/docs/MDN/Writing_gu...
  5. Basic math in JavaScript — numbers and operator...

    In this article, we have covered the fundamental information you need to know about numbers in JavaScript, for now. You'll see numbers used again and again, all the way through your JavaScript learning, so it's a good idea to get this out of the way now. If you are one of those people that doesn't enjoy math, you can take comfort in the fact that this chapter was pretty short....swaps between two states is generally referred to as a toggle ....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...
  6. HTML attribute reference - HTML: HyperText Mark...

    Elements in HTML have attributes; these are additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.... This means you can, in general, use the event variable within...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/HTML/Attri...
  7. Document and website structure - Learn web deve...

    At this point, you should have a better idea about how to structure a web page/site. In the next article of this module, we'll learn how to debug HTML....the bottom of the page that generally contains fine print, copyright...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/HTML/Int...
  8. What is Software Testing? Definition and Types ...

    Software testing, its benefits, types of tests, and the available software testing tools....during the testing phase is generally less expensive than addressing...expected results. Defect reporting. If bugs or defects are identified...

    resources.github.com/software-development/what-...
  9. GitHub - HariSekhon/DevOps-Bash-tools: 1000+ De...

    1000+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Docker, CI/CD, APIs, SQL, PostgreSQL, MySQL, Hive, Impala, Kafka, Hadoop, Jenkins, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build Linting, pkg mgmt for Linux, Mac, Python, Perl, Ruby, NodeJS, Golang, Advanced dotfiles: .bashrc, .vimrc, .gitconfig, .screenrc, tmux.. - HariSekhon/DevOps-Bash-tools...account summary, lots of IAM reports, CIS Benchmark config hardening...browser vagrant_hosts.sh - generate /etc/hosts output from a Vagrantfile...

    github.com/HariSekhon/DevOps-Bash-tools
  10. Advanced text formatting - Learn web developmen...

    That marks the end of our study of HTML text semantics. Bear in mind that what you have seen during this course is not an exhaustive list of HTML text elements — we wanted to try to cover the essentials, and some of the more common ones you will see in the wild, or at least might find interesting. To find way more HTML elements, you can take a look at our HTML element reference (the Inline text semantics section would be a great place to start). In the next article, we'll look at the HTML elements you'd use to structure the different parts of an HTML document....HTML: <code> : For marking up generic pieces of computer code. <pre>...For retaining whitespace (generally code blocks) — if you use...

    developer.mozilla.org/en-US/docs/Learn/HTML/Int...