<?xml version="1.0" encoding="UTF-8"?><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[Learning programming]]></title><description><![CDATA[<p dir="auto">This thread's gonna be dedicated to means, ways and sources for <em>under</em>educated people to learn programming, also possible guidance and advice from the <strong>educated</strong>.<br />
We're also gonna chat tips, details and peculiarities.</p>
<p dir="auto">Well, lately I felt like I should learn something to at least understand what geeks are sometimes talking about. It's the 21st century anyway, so let's be decadent to become a learned person before the World has gone awry.<br />
So I got the idea of learning to understand the basic computer architecture first - what do you think? I thought "what's the sense of getting to know, say, a programming language if I have only a slight idea of electricity for all that stuff <em>under the hood</em>?"...<br />
A friend <a href="http://www.facebook.com/groups/314941511989288/members" title="MyOpera Refugees" target="_blank" rel="noopener noreferrer nofollow ugc">from MyOpera</a> offerred to teach me HTML, so we might definitely touch the subject here, as well as other web-programming tools - like CSS etc (let you not just forget that the thread is meant for <strong>learning</strong> people - no geeks, so please don't push any <em>academical</em> conversations far ahead of the content, right?).</p>
]]></description><link>https://forums.opera.com/topic/5037/learning-programming</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 19:27:32 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/5037.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Sep 2014 12:58:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Learning programming on Sun, 01 Mar 2015 17:47:13 GMT]]></title><description><![CDATA[<p dir="auto">There's this video: file type - <code>3GPP Content</code>.<br />
Which media type should I apply to it to embed it?<br />
Oh, the extension is <code>.3gp</code> on the source page.</p>
]]></description><link>https://forums.opera.com/post/68280</link><guid isPermaLink="true">https://forums.opera.com/post/68280</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 01 Mar 2015 17:47:13 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sun, 15 Feb 2015 12:28:36 GMT]]></title><description><![CDATA[<p dir="auto">They always cite some <em>API</em> or <em>APIs</em>.<br />
What is this exactly? Apart from the words, I mean.</p>
]]></description><link>https://forums.opera.com/post/67133</link><guid isPermaLink="true">https://forums.opera.com/post/67133</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 15 Feb 2015 12:28:36 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Tue, 09 Dec 2014 13:27:14 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">...['cause] my native/spoken language is not english, sorry.</p>
</blockquote>
<p dir="auto">I prefer English anyway*:P*</p>
<blockquote>
<p dir="auto">These two element are not used for optical text formatting, they are for logical structurizing content.</p>
</blockquote>
<p dir="auto">Well, I'm getting a slight hint for understanding - a slight one but still it's a hint and I'm getting it. <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--winking_face" title=";)" alt="😉" /></p>
<p dir="auto">However, &lt;q cite="W3Schools" title="I've used the 'q' tag here - so it's <em>meant</em> as a quote."&gt;... This tag is not deprecated, but it is possible to achieve richer effect with CSS.&lt;/q&gt; -<br />
what sense does it make for you?</p>
]]></description><link>https://forums.opera.com/post/61027</link><guid isPermaLink="true">https://forums.opera.com/post/61027</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 09 Dec 2014 13:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Tue, 09 Dec 2014 13:17:45 GMT]]></title><description><![CDATA[<p dir="auto">Hardly to explain for me, because my native/spoken language is not english, sorry.</p>
<p dir="auto">HTML element <em>kbd</em> is used to markup text as keyboard input. That means in context for users or even reading programs: This text has to be logically interpreted as keyboard input.</p>
<p dir="auto">HTML element <em>samp</em> is use for examples.</p>
<p dir="auto">These two element are not used for optical text formatting, they are for logical structurizing content.</p>
<p dir="auto">Other example:<br />
h1 as HTML markup means: In HTML document structure this is a header of level 1 (=top-level)<br />
It does <strong>not</strong> mean: This is a big text with bold letters.</p>
]]></description><link>https://forums.opera.com/post/61025</link><guid isPermaLink="true">https://forums.opera.com/post/61025</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Tue, 09 Dec 2014 13:17:45 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Tue, 09 Dec 2014 12:58:13 GMT]]></title><description><![CDATA[<p dir="auto">&lt;em&gt;What exactly&lt;/em&gt; are `` and <code>&lt;samp&gt;</code> elements used for?</p>
<blockquote>
<p dir="auto">The `` tag is a phrase tag. It defines keyboard input.<br />
... This tag is not deprecated, but it is possible to achieve richer effect with CSS.</p>
</blockquote>
<blockquote>
<p dir="auto">The <code>&lt;samp&gt;</code> tag is a phrase tag. It defines sample output from a computer program.<br />
... This tag is not deprecated, but it is possible to achieve richer effect with CSS.</p>
</blockquote>
<p dir="auto">&lt;small&gt;<em>Reference: [&lt;cite&gt;HTML Computer Code Elements&lt;/cite&gt;](<a href="http://www.w3schools.com/html/html_computercode_elements.asp" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.w3schools.com/html/html_computercode_elements.asp</a>" title="W3Schools).</em>&lt;/small&gt;</p>
]]></description><link>https://forums.opera.com/post/61019</link><guid isPermaLink="true">https://forums.opera.com/post/61019</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 09 Dec 2014 12:58:13 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sun, 30 Nov 2014 15:42:37 GMT]]></title><description><![CDATA[<p dir="auto">No e-mail.<br />
I tried Facebook.<br />
(Well, there is a link at the bottom there: "Report an error" or "...mistake", I deemed it not that exactly - didn't try.)</p>
]]></description><link>https://forums.opera.com/post/59854</link><guid isPermaLink="true">https://forums.opera.com/post/59854</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 30 Nov 2014 15:42:37 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sun, 30 Nov 2014 13:28:38 GMT]]></title><description><![CDATA[<p dir="auto">Please send them a mail to add this information you missed for learners at w3school <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--winking_face" title=";)" alt="😉" /></p>
]]></description><link>https://forums.opera.com/post/59845</link><guid isPermaLink="true">https://forums.opera.com/post/59845</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sun, 30 Nov 2014 13:28:38 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sun, 30 Nov 2014 10:30:32 GMT]]></title><description><![CDATA[<blockquote>
<blockquote>
<p dir="auto">Yes, check if the content is stored as UTF.</p>
</blockquote>
<p dir="auto">It wasn't.<br />
I hadn't been advised on that, so I'd been leaving the default "ANSI" there. Now I tried resaving one of my oldest htmls changing that to "UTF8" - the doc overwrote itself successfully.</p>
</blockquote>
<p dir="auto">Imagine, Angie, <a href="http://www.w3schools.com" target="_blank" rel="noopener noreferrer nofollow ugc">the site I'm learning it on</a>'s also missing this 'step'. I guess it may be the case because they forgot to think about the fact that not everybody on Earth is strictly confined to the English language only*;)*</p>
]]></description><link>https://forums.opera.com/post/59836</link><guid isPermaLink="true">https://forums.opera.com/post/59836</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 30 Nov 2014 10:30:32 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 17:35:59 GMT]]></title><description><![CDATA[<p dir="auto">Just use this:</p>
<blockquote>
<p dir="auto"><code>&lt;heater&gt;![](http://cs9597.vkontakte.ru/u8171323/-14/x_adb23761.jpg)&lt;/heater&gt;</code><br />
<img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--winking_face" title=";)" alt="😉" /></p>
</blockquote>
]]></description><link>https://forums.opera.com/post/59787</link><guid isPermaLink="true">https://forums.opera.com/post/59787</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 29 Nov 2014 17:35:59 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 17:21:47 GMT]]></title><description><![CDATA[<p dir="auto">Fine, now my reputation as female geek, HTML witch and IT professional grows more and more <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--winking_face" title=";)" alt="😉" /></p>
<p dir="auto">The coffe is too cold, now. But next time after good help, please send me a coffee machine <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /> LOL</p>
]]></description><link>https://forums.opera.com/post/59786</link><guid isPermaLink="true">https://forums.opera.com/post/59786</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sat, 29 Nov 2014 17:21:47 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 14:15:41 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, Angie, for your "UTF" advice! <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f37a.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--beer_mug" title=":beer:" alt="🍺" /><br />
I just opened of the <code>UTF</code>-resaved documents in my Chrome: looks perfectly o'k! <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f199.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--up_button" title=":up:" alt="🆙" /><br />
Yeah - the other one too! :yes:<br />
For you: <img src="http://cs9597.vkontakte.ru/u8171323/-14/x_adb23761.jpg" alt class=" img-responsive img-markdown" /></p>
]]></description><link>https://forums.opera.com/post/59770</link><guid isPermaLink="true">https://forums.opera.com/post/59770</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 29 Nov 2014 14:15:41 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 14:08:50 GMT]]></title><description><![CDATA[<p dir="auto">Yes, I resaved those two - but you know what?<br />
The recent test one where I inserted the <code>&lt;meta&gt;</code>, got boxes and then amended using my Opera <code>('source code')</code> - appeared (seemed) already <code>UTF-8</code> now (means it was the only one for whose resaving my Windows already offered "UTF-8" as default - for others it did always seem "ANSI" being the default there).</p>
]]></description><link>https://forums.opera.com/post/59769</link><guid isPermaLink="true">https://forums.opera.com/post/59769</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 29 Nov 2014 14:08:50 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 13:56:58 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Yes, check if the content is stored as UTF.</p>
</blockquote>
<p dir="auto">It wasn't.<br />
I hadn't been advised on that, so I'd been leaving the default "ANSI" there. Now I tried resaving one of my oldest htmls changing that to "UTF8" - the doc overwrote itself successfully (I'll check that on one of the two "mixed-titled" later).</p>
]]></description><link>https://forums.opera.com/post/59767</link><guid isPermaLink="true">https://forums.opera.com/post/59767</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 29 Nov 2014 13:56:58 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 13:47:22 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Which editor do you use?</p>
</blockquote>
<p dir="auto"><em>Notepad</em> - as advised <a href="http://www.w3schools.com/" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
]]></description><link>https://forums.opera.com/post/59766</link><guid isPermaLink="true">https://forums.opera.com/post/59766</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 29 Nov 2014 13:47:22 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 13:21:43 GMT]]></title><description><![CDATA[<p dir="auto">Yes, check if the content is stored as UTF. Which editor do you use? Notepad++?</p>
<p dir="auto">No, its ok, if these pages are only local your own, you need not to show. <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--winking_face" title=";)" alt="😉" /></p>
]]></description><link>https://forums.opera.com/post/59763</link><guid isPermaLink="true">https://forums.opera.com/post/59763</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sat, 29 Nov 2014 13:21:43 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 11:53:55 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">But your texteditor should store the HTML file as UTF8!</p>
</blockquote>
<p dir="auto">Should I check that out?</p>
<blockquote>
<p dir="auto">Please show me a URL of such russian webpage which title is incorrect. I'll investigate.</p>
</blockquote>
<p dir="auto">You meant "Russian"?<br />
Well, I don't seem to be able to: the titles themselves of those Russian (and localised) [<strong>online</strong>] sites/pages are nothing but correct - while mine have never been published yet (I only shared <code>.html</code> files in a group or two - you want that?).</p>
]]></description><link>https://forums.opera.com/post/59758</link><guid isPermaLink="true">https://forums.opera.com/post/59758</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 29 Nov 2014 11:53:55 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Sat, 29 Nov 2014 10:39:52 GMT]]></title><description><![CDATA[<p dir="auto">For HTML it is irrelevant for char encoding if you have HTML5 or HTML 4.x or XHTML.</p>
<p dir="auto">The problem with the "boxes" may be incorrect characters in HTML and wrong encoding (in HTML code or Server sent HTTP headers) or missng charcters in a used font for display in Opera.</p>
<p dir="auto">But your texteditor should store the HTML file as UTF8!</p>
<p dir="auto">Please show me a URL of such russian webpage which title is incorrect. I'll investigate.</p>
]]></description><link>https://forums.opera.com/post/59755</link><guid isPermaLink="true">https://forums.opera.com/post/59755</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Sat, 29 Nov 2014 10:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Fri, 28 Nov 2014 17:23:47 GMT]]></title><description><![CDATA[<p dir="auto">Angie, I added this line: "<code>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;</code>"; now I'm having boxes there instead of letters <code>(a new doc from one of those just by adding that)</code>.</p>
<p dir="auto">&lt;abbr title="Add/edit→"&gt;➫&lt;/abbr&gt;<br />
You know what?<br />
I just opened the code of this new one<code> (with the boxes)</code> and rewrote *the boxes* here in Opera, applied: the page has got looking just fine!<em><img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f199.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--up_button" title=":up:" alt="🆙" /></em></p>
<p dir="auto">I don't know if it needs a messing with the fonts somehow...<img src="http://i.imgur.com/26cz795.png" alt class=" img-responsive img-markdown" width="17" height="17" /></p>
]]></description><link>https://forums.opera.com/post/59714</link><guid isPermaLink="true">https://forums.opera.com/post/59714</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 28 Nov 2014 17:23:47 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Fri, 28 Nov 2014 16:14:16 GMT]]></title><description><![CDATA[<p dir="auto">You know, Angie, lots of Russian sites seem to be written not in HTML5 - whether it's HTML4.01 or XHTML (once I noticed).<br />
And well, I've just come across two sites in a row written in HTML5 and having a Cyrillic title - one of them even <em>mixed</em> (and the latter is not even Russian, but Google's localised page).<br />
Well, both of them have that <code>meta</code>: the former (Яндекс) has it "<code>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;</code>", the Google one - "<code>&lt;meta content="text/html; charset=UTF-8" http-equiv="content-type"&gt;</code>".</p>
<p dir="auto">So now I'm gonna try creating a test doc with this head element.</p>
]]></description><link>https://forums.opera.com/post/59707</link><guid isPermaLink="true">https://forums.opera.com/post/59707</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 28 Nov 2014 16:14:16 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Fri, 28 Nov 2014 12:09:06 GMT]]></title><description><![CDATA[<blockquote>
<blockquote>
<p dir="auto">will those "good" browsers do not mind it?</p>
</blockquote>
</blockquote>
<blockquote>
<p dir="auto">Well, they might mind or not.</p>
</blockquote>
<p dir="auto">Well... then I'll investigate some more Russian sites' codes first... :rolleyes:<br />
You mind?<img src="http://wap.sasisa.ru/forum/smile/ab.gif" alt=":)" class=" img-responsive img-markdown" width="20" height="24" /></p>
]]></description><link>https://forums.opera.com/post/59678</link><guid isPermaLink="true">https://forums.opera.com/post/59678</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 28 Nov 2014 12:09:06 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Fri, 28 Nov 2014 12:02:47 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">will those "good" browsers do not mind it?</p>
</blockquote>
<p dir="auto">Well, they might mind or not.</p>
<p dir="auto">You can trust me, i'm webdevoloper and have more or less bad experiences with browsers and websites over years <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--winking_face" title=";)" alt="😉" /></p>
]]></description><link>https://forums.opera.com/post/59676</link><guid isPermaLink="true">https://forums.opera.com/post/59676</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Fri, 28 Nov 2014 12:02:47 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Fri, 28 Nov 2014 11:55:10 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Some browsers do have a default fallback, if charencoding is missing. Some browsers guess which encoding it could be.</p>
</blockquote>
<p dir="auto">But if I amend my htmls with that <code>charset</code> - will those "good" browsers do not mind it? Like <code>"Gosh! Master added a 'charset' - let me break then!"</code>?<em><img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=o7miklbo7rs" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></em></p>
]]></description><link>https://forums.opera.com/post/59674</link><guid isPermaLink="true">https://forums.opera.com/post/59674</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 28 Nov 2014 11:55:10 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Fri, 28 Nov 2014 11:39:13 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Well, are these attributes/values proper in HTML5?</p>
</blockquote>
<p dir="auto">The element META is allowed with attribute http-equv in HTML5.<br />
See<br />
<a href="http://www.w3.org/TR/html5/document-metadata.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.w3.org/TR/html5/document-metadata.html</a><br />
<a href="http://www.w3.org/TR/html5/document-metadata.html#attr-meta-http-equiv-content-type" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.w3.org/TR/html5/document-metadata.html#attr-meta-http-equiv-content-type</a><br />
<a href="http://www.w3.org/TR/html5/document-metadata.html#attr-meta-http-equiv" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.w3.org/TR/html5/document-metadata.html#attr-meta-http-equiv</a></p>
<blockquote>
<p dir="auto">And another question stays: why do certain browsers (version(s) of) handle those/my pages when they do not contain any metas at all?</p>
</blockquote>
<p dir="auto">Some browsers do have a default fallback, if charencoding is missing. Some browsers guess which encoding it could be. On some servers the correct encoding is send by a HTTP header. On some servers the incorrect encoding is send by a HTTP header.</p>
]]></description><link>https://forums.opera.com/post/59672</link><guid isPermaLink="true">https://forums.opera.com/post/59672</guid><dc:creator><![CDATA[Deleted User]]></dc:creator><pubDate>Fri, 28 Nov 2014 11:39:13 GMT</pubDate></item><item><title><![CDATA[Reply to Learning programming on Fri, 28 Nov 2014 11:25:29 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><code>&lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&gt;</code> tells the browser to use UTF-8 as charencoding to get all charcters in HTML correctly interpreted.</p>
</blockquote>
<p dir="auto">Well, are these attributes/values proper in HTML<strong>5</strong>?<br />
And another question stays: why do certain browsers <code>(version(s) of)</code> handle those/my pages when they do not contain any <code>meta</code>s at all?</p>
]]></description><link>https://forums.opera.com/post/59667</link><guid isPermaLink="true">https://forums.opera.com/post/59667</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 28 Nov 2014 11:25:29 GMT</pubDate></item></channel></rss>