Uh what
-
When I press on this button, it gives me a whole list of coding or some stuff:
(The little wifi signal button next to all the names of the chats)
An example what I've found, directly copied and pasted:
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>
<![CDATA[ Comments & Feedback ]]>
</title>
<description>
<![CDATA[ Got a question? Ask away! ]]>
</description>
<link>https://forum.poshenloh.com/category/4</link>
<generator>RSS for Node</generator>
<lastBuildDate>Fri, 21 Feb 2020 23:16:35 GMT</lastBuildDate>
<atom:link href="https://forum.poshenloh.com/category/4.rss" rel="self" type="application/rss+xml"/>
<pubDate>Sun, 16 Feb 2020 22:45:00 GMT</pubDate>
<ttl>60</ttl>
<item>
<title>
<![CDATA[ Help ]]>
</title>
<description>
<![CDATA[
<p dir="auto">Small thing but it's just the profile pics that are really weird and I can't upload the picture that I want. Every time it just goes back to another picture.</p>
]]>
</description>
<link>https://forum.poshenloh.com/topic/81/help</link>
<guid isPermaLink="true">https://forum.poshenloh.com/topic/81/help</guid>
dc:creator
<![CDATA[ TSS Graviser ]]>
</dc:creator>
<pubDate>Sun, 16 Feb 2020 22:45:00 GMT</pubDate>
</item>
</channel>
</rss> -
Hi TSS,
That's really cool! What you found seems to be the source code for the forum post. That's the language that the computer program which runs the forum software uses. There are many kinds of languages, some popular ones of which are Javascript, C++, Python, etc., and some of the code in your screenshot seems to be from the language Markdown. You can even type Markdown code into your forum posts! This can allow you to make big font, like this:
Big font
and another language called Latex will allow you to write math symbols, like this:
\( \frac{ \pi}{2} \)
Here's a quick guide on some common Markdown commands and how to use them. Also, if you're interested in learning how to type math, try this short guide.
Also, did you know that you can view the page source code of any website that you are browsing? Just right-click and you'll get a menu pop up like this:
Click on "View page source," and try to guess what language the code is written in!
Happy Learning,
The Daily Challenge Team