Jump to content

Talk:HTML

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 117.99.109.150 (talk) at 09:55, 23 November 2024 (Protected edit request on 22 November 2024: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Windows 11 and HTMLLock

And all other things that are in my mind and the upstream documentation is a setup process. At the same time I was just curious about the window 10-5 and how it could work with the new content 41.122.11.57 (talk) 12:54, 25 March 2024 (UTC)[reply]

Got vandalized

The article got vandalized with information about some rapper 68.146.42.107 (talk) 09:28, 28 April 2024 (UTC)[reply]

Semi-protected edit request on 13 June 2024

"Sorry, HTML is mostly consufed as a markup language, even if the acronym have "Markup Language" is classified as a programming language."

-Sam McGrimer, Official CERN team. ThatMintyLad (talk) 11:12, 13 June 2024 (UTC)[reply]

 Not done: it's not clear what changes you want to be made. Please mention the specific changes in a "change X to Y" format and provide a reliable source if appropriate. '''[[User:CanonNi]]''' (talkcontribs) 11:17, 13 June 2024 (UTC)[reply]

Semi-protected edit request on 4 September 2024

Hypertext Markup Language (HTML) is the foundational markup language used to create and structure content for display in web browsers. VidhyaSpo (talk) 15:16, 4 September 2024 (UTC) Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser.[reply]

 Not done: it's not clear what changes you want to be made. Please mention the specific changes in a "change X to Y" format and provide a reliable source if appropriate. ⸺(Random)staplers 16:56, 4 September 2024 (UTC)[reply]

Protected edit request on 22 November 2024

<!DOCTYPE html> <html> <head> <title>my first webpage</title> <style>

 h1 {
   text-align: center;
   color: black;
   font-family: 'Caveat', cursive;
 }
 body {
   background-color: rgb(192, 217, 242);
   font-family: Georgia, serif;
 }
 p {
   font-size: 1.5em;
 }
 .row {
   display: flex;
 }
 .column {
   flex: 50%;
   padding: 5px;
 }

</style> </head> <body>

Forest: Our Lifeline

All animals depend ultimately on plants for food. Organisms that feed on plants are often eaten by other organisms, and so on. This forms a food chain. For example, grass is eaten by insects, which in turn, are eaten by the frog. The frog is then consumed by snakes. Many food chains are linked together. If one food source is disrupted, it affects other food chains. Every part of the forest is dependent on the other parts. If we remove one component, such as trees, all other components will be affected.

</body> </html>