17 Simple HTML Code Examples You Can Learn in 10 Minutes

While modern websites are usually built with a user-friendly interface in mind, it’s good to know some basic HTML code. If you know the following 17 HTML tags, you should be able to create a basic website or edit the HTML code generated by applications like WordPress. I’ve provided HTML code examples with results for most of the tags, so it’s easy to understand even if you’re new to HTML coding.

Join the channel Telegram of the AnonyViet 👉 Link 👈

17 Simple HTML Code Examples You Can Learn in 10 Minutes

17 Simple HTML Codes You Can Learn in 10 Minutes

First, you should install software to write code, I recommend using Sublime Text make it beautiful. Now start typing the first characters to learn HTML code. I usually study at w3schoolbut you should know these 17 examples of HTML code before learning, it will be easier to absorb

1.

You will need this tag at the top of each HTML file. This tag ensures that the browser will use HTML5, the latest version of HTML.

While this isn’t really an HTML tag, it’s still a much-needed tag.

2.

This is a tag that tells the browser that it is reading HTML. This tag is directly below the DOCTYPE tag and you close it with a tag at the end of the file. Everything else in your HTML file falls between this tag.

3.

The tag begins the header of the HTML file. The content here does not appear on your site. Instead, it contains data for search engines and information for your browser.

For basic pages, the tag will contain the title of the web page. But there are also some other things that you can include using in this tag.

4. </h3> <p><img decoding="async" loading="lazy" class="lazy lazy-hidden aligncenter wp-image-28585 size-full" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://anonyviet.com/wp-content/uploads/2021/07/135.jpg" alt="Quick html learning tips" width="707" height="230" srcset="" data-srcset="https://anonyviet.com/wp-content/uploads/2021/07/135.jpg 707w, https://anonyviet.com/wp-content/uploads/2021/07/135-300x98.jpg 300w" sizes="auto, (max-width: 707px) 100vw, 707px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 12"/><noscript><img decoding="async" loading="lazy" class="aligncenter wp-image-28585 size-full" src="https://anonyviet.com/wp-content/uploads/2021/07/135.jpg" alt="Quick html learning tips" width="707" height="230" srcset="https://anonyviet.com/wp-content/uploads/2021/07/135.jpg 707w, https://anonyviet.com/wp-content/uploads/2021/07/135-300x98.jpg 300w" sizes="auto, (max-width: 707px) 100vw, 707px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 12"/></noscript></p> <p>The <title> tag sets the title of your page. All you need to do is fill in your title name in the tag and close the tag like this:</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><head> <title>My Website</title> </head></pre> <p>This is the title displayed as the tab title in the browser.</p> <h3 id="lt-meta-gt" class="ftwp-heading">5. <meta></h3> <p>Like the title tag, <meta> is included in the header area of ​​the file header. <meta> is mainly used by search engines and is information about what’s on your page. There are several different meta fields, but here are some of the most commonly used:</p> <ul> <li><strong>description</strong>: A basic description of your page.</li> <li><strong>keywords</strong>: A selection of keywords that apply to your page.</li> <li><strong>author</strong>: Author of the page.</li> <li><strong>viewport</strong>: This tag ensures that your page renders well on all devices.</li> </ul> <p>Here’s an example of the <meta> tag:</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><meta name="description" content="A basic HTML tutorial"> <meta name="keywords" content="HTML,code,tags"> <meta name="author" content="MUO"> <meta name="viewport" content="width=device-width, initial-scale=1.0"></pre> <p>The “viewport” tag should always have “width = device-width, initial-scale = 1.0” to ensure your page renders well on mobile and desktop devices.</p> <h3 id="lt-body-gt" class="ftwp-heading">6. <body data-rsssl=1></h3> <p>After closing the header tag, you will come to the body tag. You tag <body data-rsssl=1> and close the tag </body>. Close the </body> tag at the end of the HTML file, before the </html>tag.</p> <p>All content in your site will be between this tag:</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><body> Everything you want displayed on your page. </body></pre> <h3 id="lt-h1-gt" class="ftwp-heading">7. </p> <h1></h3> <p>To make it easier to imagine the </p> <h1>, </p> <h2>, </p> <h3>… tags are like the table of contents.</p> <p>The </p> <h1> tag defines the first-level heading on your page. This will usually be the title, and should only have 1 </p> <h1> tag per web page.</p> <p><h2> defines a second-level heading such as a section heading, </p> <h3> is a third-level subheading, etc. For example, the names of the tags in this article are third-level headings.</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><h1>Big and Important Header</h1> <h2>Slightly Less Big Header</h2> <h3>Sub-Header</h3></pre> <p><strong>Result:</strong></p> <p><img decoding="async" loading="lazy" class="lazy lazy-hidden size-full wp-image-28586 aligncenter" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://anonyviet.com/wp-content/uploads/2021/07/135-copy-0.jpg" alt="17 Simple HTML Code Examples You Can Learn in 10 Minutes 6" width="707" height="345" srcset="" data-srcset="https://anonyviet.com/wp-content/uploads/2021/07/135-copy-0.jpg 707w, https://anonyviet.com/wp-content/uploads/2021/07/135-copy-0-300x146.jpg 300w" sizes="auto, (max-width: 707px) 100vw, 707px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 13"/><noscript><img decoding="async" loading="lazy" class="size-full wp-image-28586 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/07/135-copy-0.jpg" alt="17 Simple HTML Code Examples You Can Learn in 10 Minutes 6" width="707" height="345" srcset="https://anonyviet.com/wp-content/uploads/2021/07/135-copy-0.jpg 707w, https://anonyviet.com/wp-content/uploads/2021/07/135-copy-0-300x146.jpg 300w" sizes="auto, (max-width: 707px) 100vw, 707px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 13"/></noscript></p> <p>As you can see, they get smaller with each level.</p> <h3 id="lt-p-gt" class="ftwp-heading">8. </p> </h3> <p>The </p> <p> tag starts a new paragraph. This tag will create 2 line breaks between the paragraph above and below.</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><p>Your first paragraph.</p> <p>Your second paragraph.</p></pre> <p><strong>Result:</strong></p> <p>Your first paragraph.</p> <p>Your second paragraph.</p> <p>You can also use CSS in the </p> <p> tag, like below, to resize the text:</p> <p><code><p style="font-size: 150%;">This is 50% larger text.</p></code></p> <p><img decoding="async" loading="lazy" class="lazy lazy-hidden size-full wp-image-28587 aligncenter" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://anonyviet.com/wp-content/uploads/2021/07/136.jpg" alt="17 Simple HTML Code Examples You Can Learn in 10 Minutes 7" width="943" height="306" srcset="" data-srcset="https://anonyviet.com/wp-content/uploads/2021/07/136.jpg 943w, https://anonyviet.com/wp-content/uploads/2021/07/136-300x97.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/07/136-768x249.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/07/136-750x243.jpg 750w" sizes="auto, (max-width: 943px) 100vw, 943px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 14"/><noscript><img decoding="async" loading="lazy" class="size-full wp-image-28587 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/07/136.jpg" alt="17 Simple HTML Code Examples You Can Learn in 10 Minutes 7" width="943" height="306" srcset="https://anonyviet.com/wp-content/uploads/2021/07/136.jpg 943w, https://anonyviet.com/wp-content/uploads/2021/07/136-300x97.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/07/136-768x249.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/07/136-750x243.jpg 750w" sizes="auto, (max-width: 943px) 100vw, 943px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 14"/></noscript></p> <h3 id="lt-br-gt" class="ftwp-heading">9. <br /></h3> <p>The <br /> tag inserts a line break. When there is a <br /> tag, the following paragraph will automatically return to the line.</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><p>The first line.<br> The second line (close to the first one).</p></pre> <p><strong>Result:</strong></p> <p><img decoding="async" loading="lazy" class="lazy lazy-hidden size-full wp-image-28588 aligncenter" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://anonyviet.com/wp-content/uploads/2021/07/137.jpg" alt="17 Simple HTML Code Examples You Can Learn in 10 Minutes 8" width="943" height="147" srcset="" data-srcset="https://anonyviet.com/wp-content/uploads/2021/07/137.jpg 943w, https://anonyviet.com/wp-content/uploads/2021/07/137-300x47.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/07/137-768x120.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/07/137-750x117.jpg 750w" sizes="auto, (max-width: 943px) 100vw, 943px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 15"/><noscript><img decoding="async" loading="lazy" class="size-full wp-image-28588 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/07/137.jpg" alt="17 Simple HTML Code Examples You Can Learn in 10 Minutes 8" width="943" height="147" srcset="https://anonyviet.com/wp-content/uploads/2021/07/137.jpg 943w, https://anonyviet.com/wp-content/uploads/2021/07/137-300x47.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/07/137-768x120.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/07/137-750x117.jpg 750w" sizes="auto, (max-width: 943px) 100vw, 943px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 15"/></noscript></p> <p>Similar to the </p> <hr> <p> tag. This tag is often used to separate paragraphs of text.</p> <h3 id="lt-strong-gt" class="ftwp-heading">10. <strong></h3> <p>This <strong> tag bolds important text. You can also use CSS to customize the text.</p> <p><code><strong>Very important things you want to say.</strong></code></p> <p><strong>Result:</strong></p> <p><strong>Very important things you want to say.</strong></p> <p>If you’re used to the <b> tag for bolding text, you can still use it.</p> <h3 id="lt-em-gt" class="ftwp-heading">11. <em></h3> <p>The <em> tag defines the text to be emphasized, and italicizes them.</p> <p><code><em>An emphasized line.</em></code></p> <p><strong>Result:</strong></p> <p><em>An emphasis line.</em></p> <p>The <i> tag still works like the <em> tag, but it’s possible that the <i> tag will be deprecated in future versions of HTML.</p> <h3 id="lt-a-gt" class="ftwp-heading">12. <a></h3> <p>The <a> tag allows you to create links. A simple link looks like this:</p> <p><code><a href="https://www.anonyviet.com/">Go to Anonyviet</a></code></p> <p><strong>Result:</strong></p> <p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.anonyviet.com" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Go to Anonyviet</a><br />The “href” attribute specifies the destination of the link. In many cases, this will be another website. It can also be a file, like an image or a PDF.</p> <p>Other attributes include “target” and “title”. The target attribute is almost exclusively used to open links in a new tab or window:</p> <p><code><a href="https://www.anonyviet.com/" target="_blank">Go to Website in a new tab</a></code></p> <p><strong>Result:</strong></p> <p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.anonyviet.com" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Go to Anonyviet in a new tab</a></p> <p>The “title” attribute creates the tooltip. Hover over the link below to see how it works:</p> <p><code><a href="https://www.anonyviet.com/" title="This is a tool tip">Hover over this to see the tool tip</a></code></p> <p><strong>Result:</strong></p> <p><span id="su_tooltip_63d53d630bec0_button" class="su-tooltip-button su-tooltip-button-outline-yes" aria-describedby="su_tooltip_63d53d630bec0" data-settings="{" position="" tabindex="0">Click here to see the results</span><span style="display:none;z-index:100" id="su_tooltip_63d53d630bec0" class="su-tooltip" role="tooltip"><span class="su-tooltip-inner su-tooltip-shadow-no" style="z-index:100;background:#222222;color:#FFFFFF;font-size:16px;border-radius:5px;text-align:left;max-width:300px;line-height:1.25"><span class="su-tooltip-title"/><span class="su-tooltip-content su-u-trim">Tooltip is displayed like this</span></span><span id="su_tooltip_63d53d630bec0_arrow" class="su-tooltip-arrow" style="z-index:100;background:#222222" data-popper-arrow=""/></span></p> <h3 id="lt-img-gt" class="ftwp-heading">13. <img></h3> <p>If you want to insert an image into your page, you’ll need to use the <img> tag. Normally, you would use it in conjunction with the “src” attribute. The “src” attribute specifies the source of the image:</p> <p><code><img src="https://anonyviet.com/17-vi-du-ve-code-html-don-gian-ma-ban-co-the-hoc-trong-10-phut/wp-content/uploads/2019/04/sunlit-birds.jpg"></code></p> <p><strong>Result:</strong></p> <p><img decoding="async" loading="lazy" class="lazy lazy-hidden aligncenter wp-image-28590 size-full" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://anonyviet.com/wp-content/uploads/2021/07/138.png" alt="example html code to insert image" width="750" height="447" srcset="" data-srcset="https://anonyviet.com/wp-content/uploads/2021/07/138.png 750w, https://anonyviet.com/wp-content/uploads/2021/07/138-300x179.png 300w" sizes="auto, (max-width: 750px) 100vw, 750px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 16"/><noscript><img decoding="async" loading="lazy" class="aligncenter wp-image-28590 size-full" src="https://anonyviet.com/wp-content/uploads/2021/07/138.png" alt="example html code to insert image" width="750" height="447" srcset="https://anonyviet.com/wp-content/uploads/2021/07/138.png 750w, https://anonyviet.com/wp-content/uploads/2021/07/138-300x179.png 300w" sizes="auto, (max-width: 750px) 100vw, 750px" title="17 Simple HTML Code Examples You Can Learn in 10 Minutes 16"/></noscript></p> <p>Other properties such as “height,” “width,” and “alt”:</p> <p><code><img src="https://anonyviet.com/17-vi-du-ve-code-html-don-gian-ma-ban-co-the-hoc-trong-10-phut/wp-content/uploads/2019/04/sunlit-birds.jpg" alt="the name of your image"></code></p> <p>The “height” and “width” properties set the height and width of the image. In general, you should only use 1 of these 2 properties for the image to display to the correct scale.</p> <p>The “alt” tag tells the browser what text to display if the image cannot be displayed. If someone has a slow connection or an old browser, they will still see the text in the “alt” attribute when the image fails to load.</p> <h3 id="lt-ol-gt" class="ftwp-heading">14. </p> <ol></h3> <p>The </p> <ol> tag allows you to create a numbered ordered list. Each list item needs a </p> <li> tag:</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><ol> <li>First thing</li> <li>Second thing</li> <li>Third thing</li> </ol></pre> <p><strong>Result:</strong></p> <ol> <li>First thing</li> <li>Second thing</li> <li>Third thing</li> </ol> <p>In HTML5, you can use </p> <ol reversed> to reverse the numbering order. And you can set start value with start attribute.</p> <p>The “type” attribute tells the browser what type of symbol to use for the items in the list. It can be set to “1,” “A,” “a,” “I” or “i”, setting the specified symbol of the list as follows:</p> <p><code><ol type="A"></code></p> <h3 id="lt-ul-gt" class="ftwp-heading">15. </p> <ul></h3> <p>Lists are unordered and much simpler than the </p> <ol> tag. It is simply a bulleted list.</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><ul> <li>First item</li> <li>Second item</li> <li>Third item</li> </ul></pre> <p>Result:</p> <ul> <li>First item</li> <li>Second item</li> <li>Third item</li> </ul> <p>The </p> <ul> tag also has a “type” attribute and you can set it to “disc”, “circle” or “square”.</p> <h3 id="lt-table-gt" class="ftwp-heading">16. </p> <table></h3> <p>While using tables for formatting can be challenging, there are times when you’ll need to use rows and columns to segment the information on your page. Eg:</p> <pre class="EnlighterJSRAW" data-enlighter-language="generic"><table> <tbody> <tr> <th>1st column</th> <th>2nd column</th> </tr> <tr> <td>Row 1, column 1</td> <td>Row 1, column 2</td> </tr> <td>Row 2, column 1</td> <td>Row 2, column 2</td> </tbody> </table></pre> <p>The </p> <table> and </table> <p> tags specify the beginning and the end of the table. The </p> <tbody> tag contains all the contents of the table.</p> <p>The </p> <tr> tag defines a row in a table. and the </p> <th> tag defines the header (first line) of the table. The </p> <td> tag defines a table cell.</p> <p><strong>Result:</strong></p> <table> <thead/> <tbody> <tr> <th>1st column</th> <th>2nd column</th> </tr> <tr> <td>Row 1, column 1</td> <td>Row 1, column 2</td> </tr> <tr> <td>Row 2, column 1</td> <td>Row 2, column 2</td> </tr> </tbody> </table> <h3 id="lt-blockquote-gt" class="ftwp-heading">17. </p> <blockquote></h3> <p>When you are quoting a quote from a website or someone else and you want to highlight the quote, use the </p> <blockquote><p> tag. All you need to do is write the quote in the </p> <blockquote><p> tag.</p> <p><code><blockquote>Đoạn trích dẫn này được viết bởi AnonyViet</blockquote></code></p> <p><strong>Result:</strong></p> <blockquote> <p>This quote was written by AnonyViet</p> </blockquote> <p>And here are 17 simple HTML code examples that you can learn in 10 minutes. Any other basic cards, please comment below. In addition, you can also read this article to know how <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fcach-tao-website-bang-github-trong-15-phut%2F" rel="noopener" class="local-link">create github site in 15 minutes.</a></p> <div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{"align":"right","id":"28583","slug":"default","valign":"bottom","ignore":"","reference":"auto","class":"","count":"100","legendonly":"","readonly":"","score":"5","starsonly":"","best":"5","gap":"5","greet":"\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post","legend":"B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)","size":"24","width":"142.5","_legend":"B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})","font_factor":"1.25"}"> <p> The article achieved: 5/5 – (100 votes) </p> </p></div> </div> <div class="jeg_post_tags"><span>Tags:</span> <a href="https://en.anonyviet.com/tag/code/" rel="tag">Code</a><a href="https://en.anonyviet.com/tag/examples/" rel="tag">examples</a><a href="https://en.anonyviet.com/tag/html/" rel="tag">HTML</a><a href="https://en.anonyviet.com/tag/learn/" rel="tag">Learn</a><a href="https://en.anonyviet.com/tag/minutes/" rel="tag">minutes</a><a href="https://en.anonyviet.com/tag/simple/" rel="tag">simple</a></div> </div> </div> <div class="jeg_ad jeg_article jnews_content_bottom_ads "><div class='ads-wrapper '></div></div><div class="jnews_prev_next_container"><div class="jeg_prevnext_post"> <a href="https://en.anonyviet.com/instructions-to-hack-paypal-account-with-sentry-mba-to-buy-online/" class="post prev-post"> <span class="caption">Previous Post</span> <h3 class="post-title">Instructions to Hack PayPal Account with Sentry MBA to Buy Online</h3> </a> <a href="https://en.anonyviet.com/hardentools-a-tool-to-help-disable-dangerous-features-on-windows/" class="post next-post"> <span class="caption">Next Post</span> <h3 class="post-title">Hardentools: a tool to help disable dangerous features on Windows</h3> </a> </div></div><div class="jnews_author_box_container "> <div class="jeg_authorbox"> <div class="jeg_author_image"> <img alt='AnonyViet' src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src='https://secure.gravatar.com/avatar/084e476f8248dea69256eed19fa80f0c54e74f327fae866fa917fcfb88778103?s=80&d=mm&r=g' srcset="" data-srcset='https://secure.gravatar.com/avatar/084e476f8248dea69256eed19fa80f0c54e74f327fae866fa917fcfb88778103?s=160&d=mm&r=g 2x' class='lazy lazy-hidden avatar avatar-80 photo' height='80' width='80' decoding='async'/><noscript><img alt='AnonyViet' src='https://secure.gravatar.com/avatar/084e476f8248dea69256eed19fa80f0c54e74f327fae866fa917fcfb88778103?s=80&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/084e476f8248dea69256eed19fa80f0c54e74f327fae866fa917fcfb88778103?s=160&d=mm&r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/></noscript> </div> <div class="jeg_author_content"> <h3 class="jeg_author_name"> <a href="https://en.anonyviet.com/author/langtuphidao/"> AnonyViet </a> </h3> <p class="jeg_author_desc"> </p> <div class="jeg_author_socials"> <a target="_blank" href="https://en.anonyviet.com" class="url"><i class="fa fa-globe"></i></a> </div> </div> </div> </div><div class="jnews_related_post_container"><div class="jeg_postblock_22 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_2o3 jnews_module_5660_0_684507e91f89c " data-unique="jnews_module_5660_0_684507e91f89c"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><span>Related<strong> Posts</strong></span></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts_wrap"> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_md_5 format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/" aria-label="Read article: Top 5 game programming languages ​​to learn now"><div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></div></a> <div class="jeg_post_category"> <span><a href="https://en.anonyviet.com/category/tips/" class="category-tips">Tips</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/">Top 5 game programming languages ​​to learn now</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/" ><i class="fa fa-clock-o"></i> June 8, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/godot-shooter-2-creating-characters-shooting-bullets/" aria-label="Read article: [Godot Shooter] #2: Creating characters & shooting bullets"><div class="thumbnail-container animate-lazy size-715 "><img alt="[Godot Shooter] #2: Creating characters & shooting bullets" title="[Godot Shooter] #2: Creating characters & shooting bullets" width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="[Godot Shooter] #2: Creating characters & shooting bullets" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/22.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img alt="[Godot Shooter] #2: Creating characters & shooting bullets" title="[Godot Shooter] #2: Creating characters & shooting bullets" width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="[Godot Shooter] #2: Creating characters & shooting bullets" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/22.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></div></a> <div class="jeg_post_category"> <span><a href="https://en.anonyviet.com/category/tips/" class="category-tips">Tips</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/godot-shooter-2-creating-characters-shooting-bullets/">[Godot Shooter] #2: Creating characters & shooting bullets</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/godot-shooter-2-creating-characters-shooting-bullets/" ><i class="fa fa-clock-o"></i> June 7, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/what-do-you-need-to-learn-game-programming-is-it-difficult-how-long-does-it-take/" aria-label="Read article: What do you need to learn game programming? Is it difficult? How long does it take?"><div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="What do you need to learn game programming? Is it difficult? How long does it take?" title="What do you need to learn game programming? Is it difficult? How long does it take?" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/hoc-lap-trinh-game-can-gi.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="What do you need to learn game programming? Is it difficult? How long does it take?" title="What do you need to learn game programming? Is it difficult? How long does it take?" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/hoc-lap-trinh-game-can-gi.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></div></a> <div class="jeg_post_category"> <span><a href="https://en.anonyviet.com/category/tips/" class="category-tips">Tips</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/what-do-you-need-to-learn-game-programming-is-it-difficult-how-long-does-it-take/">What do you need to learn game programming? Is it difficult? How long does it take?</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/what-do-you-need-to-learn-game-programming-is-it-difficult-how-long-does-it-take/" ><i class="fa fa-clock-o"></i> June 6, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/instructions-for-registering-chatgpt-team-at-1/" aria-label="Read article: Instructions for registering chatgpt team at $ 1"><div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Instructions for registering chatgpt team at $ 1" title="Instructions for registering chatgpt team at $ 1" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/mua-chatgpt-team-voi-1-do.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Instructions for registering chatgpt team at $ 1" title="Instructions for registering chatgpt team at $ 1" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/mua-chatgpt-team-voi-1-do.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></div></a> <div class="jeg_post_category"> <span><a href="https://en.anonyviet.com/category/tips/" class="category-tips">Tips</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/instructions-for-registering-chatgpt-team-at-1/">Instructions for registering chatgpt team at $ 1</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/instructions-for-registering-chatgpt-team-at-1/" ><i class="fa fa-clock-o"></i> June 5, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/how-to-engrave-the-right-mouse-menu-error-on-windows/" aria-label="Read article: How to engrave the right mouse menu error on Windows"><div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="How to engrave the right mouse menu error on Windows" title="How to engrave the right mouse menu error on Windows" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/49.png" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="How to engrave the right mouse menu error on Windows" title="How to engrave the right mouse menu error on Windows" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/49.png" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></div></a> <div class="jeg_post_category"> <span><a href="https://en.anonyviet.com/category/tips/" class="category-tips">Tips</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/how-to-engrave-the-right-mouse-menu-error-on-windows/">How to engrave the right mouse menu error on Windows</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/how-to-engrave-the-right-mouse-menu-error-on-windows/" ><i class="fa fa-clock-o"></i> June 5, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/how-to-create-online-meme-photos-is-very-easy-with-a-few-steps/" aria-label="Read article: How to create online meme photos is very easy with a few steps"><div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="How to create online meme photos is very easy with a few steps" title="How to create online meme photos is very easy with a few steps" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/02/tao-anh-meme-online.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="How to create online meme photos is very easy with a few steps" title="How to create online meme photos is very easy with a few steps" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/02/tao-anh-meme-online.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></div></a> <div class="jeg_post_category"> <span><a href="https://en.anonyviet.com/category/tips/" class="category-tips">Tips</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/how-to-create-online-meme-photos-is-very-easy-with-a-few-steps/">How to create online meme photos is very easy with a few steps</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/how-to-create-online-meme-photos-is-very-easy-with-a-few-steps/" ><i class="fa fa-clock-o"></i> June 5, 2025</a></div></div> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"> <div class="jeg_square_inner"></div> </div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_5660_0_684507e91f89c = {"header_icon":"","first_title":"Related","second_title":" Posts","url":"","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","sticky_post":false,"post_type":"post","content_type":"all","sponsor":false,"number_post":"6","post_offset":0,"unique_content":"disable","include_post":"","included_only":false,"exclude_post":5660,"include_category":"17","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"default","date_format_custom":"Y\/m\/d","force_normal_image_load":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":"6","pagination_scroll_limit":3,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","excerpt_length":20,"paged":1,"column_class":"jeg_col_2o3","class":"jnews_block_22"};</script> </div></div><div class="jnews_popup_post_container"> <section class="jeg_popup_post"> <span class="caption">Next Post</span> <div class="jeg_popup_content"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/hardentools-a-tool-to-help-disable-dangerous-features-on-windows/"> <div class="thumbnail-container animate-lazy size-1000 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-75x75 size-jnews-75x75 lazyload wp-post-image" alt="Hardentools: a tool to help disable dangerous features on Windows" title="Hardentools: a tool to help disable dangerous features on Windows" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2021/01/27.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-75x75 size-jnews-75x75 lazyload wp-post-image" alt="Hardentools: a tool to help disable dangerous features on Windows" title="Hardentools: a tool to help disable dangerous features on Windows" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2021/01/27.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></div> </a> </div> <h3 class="post-title"> <a href="https://en.anonyviet.com/hardentools-a-tool-to-help-disable-dangerous-features-on-windows/"> Hardentools: a tool to help disable dangerous features on Windows </a> </h3> </div> <a href="#" class="jeg_popup_close"><i class="fa fa-close"></i></a> </section> </div><div class="jnews_comment_container"> <div class="wpdiscuz_top_clearing"></div> <div id='comments' class='comments-area'><div id='respond' style='width: 0;height: 0;clear: both;margin: 0;padding: 0;'></div><div id='wpd-post-rating' class='wpd-not-rated'> <div class='wpd-rating-wrap'> <div class='wpd-rating-left'></div> <div class='wpd-rating-data'> <div class='wpd-rating-value'> <span class='wpdrv'>0</span> <span class='wpdrc'>0</span> <span class='wpdrt'>votes</span></div> <div class='wpd-rating-title'>Article Rating</div> <div class='wpd-rating-stars'><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg></div><div class='wpd-rate-starts'><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg></div></div> <div class='wpd-rating-right'></div></div></div> <div id="wpdcom" class="wpdiscuz_unauth wpd-default wpd-layout-1 wpd-comments-open"> <div class="wc_social_plugin_wrapper"> </div> <div class="wpd-form-wrap"> <div class="wpd-form-head"> <div class="wpd-sbs-toggle"> <i class="far fa-envelope"></i> <span class="wpd-sbs-title">Subscribe</span> <i class="fas fa-caret-down"></i> </div> <div class="wpd-auth"> <div class="wpd-login"> <a rel="nofollow" href="https://en.anonyviet.com/wp-login.php?itsec-hb-token=dieads&redirect_to=https%3A%2F%2Fen.anonyviet.com%2F17-simple-html-code-examples-you-can-learn-in-10-minutes%2F"><i class='fas fa-sign-in-alt'></i> Login</a> </div> </div> </div> <div class="wpdiscuz-subscribe-bar wpdiscuz-hidden"> <form action="https://en.anonyviet.com/wp-admin/admin-ajax.php?action=wpdAddSubscription" method="post" id="wpdiscuz-subscribe-form"> <div class="wpdiscuz-subscribe-form-intro">Notify of </div> <div class="wpdiscuz-subscribe-form-option" style="width:40%;"> <select class="wpdiscuz_select" name="wpdiscuzSubscriptionType"> <option value="post">new follow-up comments</option> <option value="all_comment" >new replies to my comments</option> </select> </div> <div class="wpdiscuz-item wpdiscuz-subscribe-form-email"> <input class="email" type="email" name="wpdiscuzSubscriptionEmail" required="required" value="" placeholder="Email"/> </div> <div class="wpdiscuz-subscribe-form-button"> <input id="wpdiscuz_subscription_button" class="wpd-prim-button wpd_not_clicked" type="submit" value="›" name="wpdiscuz_subscription_button"/> </div> <input type="hidden" id="wpdiscuz_subscribe_form_nonce" name="wpdiscuz_subscribe_form_nonce" value="89f57be1df" /><input type="hidden" name="_wp_http_referer" value="/17-simple-html-code-examples-you-can-learn-in-10-minutes/" /> </form> </div> <div class="wpd-form wpd-form-wrapper wpd-main-form-wrapper" id='wpd-main-form-wrapper-0_0'> <form method="post" enctype="multipart/form-data" data-uploading="false" class="wpd_comm_form wpd_main_comm_form" > <div class="wpd-field-comment"> <div class="wpdiscuz-item wc-field-textarea"> <div class="wpdiscuz-textarea-wrap "> <div class="wpd-avatar"> <img alt='guest' src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src='https://secure.gravatar.com/avatar/ba934738bf81781950247d2e9a6130271c48288694e82916aca062b8b1ff2dc6?s=56&d=mm&r=g' srcset="" data-srcset='https://secure.gravatar.com/avatar/ba934738bf81781950247d2e9a6130271c48288694e82916aca062b8b1ff2dc6?s=112&d=mm&r=g 2x' class='lazy lazy-hidden avatar avatar-56 photo' height='56' width='56' loading='lazy' decoding='async'/><noscript><img alt='guest' src='https://secure.gravatar.com/avatar/ba934738bf81781950247d2e9a6130271c48288694e82916aca062b8b1ff2dc6?s=56&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/ba934738bf81781950247d2e9a6130271c48288694e82916aca062b8b1ff2dc6?s=112&d=mm&r=g 2x' class='avatar avatar-56 photo' height='56' width='56' loading='lazy' decoding='async'/></noscript> </div> <div id="wpd-editor-wraper-0_0" style="display: none;"> <div id="wpd-editor-char-counter-0_0" class="wpd-editor-char-counter"></div> <label style="display: none;" for="wc-textarea-0_0">Label</label> <textarea id="wc-textarea-0_0" name="wc_comment" class="wc_comment wpd-field"></textarea> <div id="wpd-editor-0_0"></div> <div id="wpd-editor-toolbar-0_0"> <button title="Bold" class="ql-bold" ></button> <button title="Italic" class="ql-italic" ></button> <button title="Underline" class="ql-underline" ></button> <button title="Strike" class="ql-strike" ></button> <button title="Ordered List" class="ql-list" value='ordered' ></button> <button title="Unordered List" class="ql-list" value='bullet' ></button> <button title="Blockquote" class="ql-blockquote" ></button> <button title="Code Block" class="ql-code-block" ></button> <button title="Link" class="ql-link" ></button> <button title="Source Code" class="ql-sourcecode" data-wpde_button_name='sourcecode'>{}</button> <button title="Spoiler" class="ql-spoiler" data-wpde_button_name='spoiler'>[+]</button> <div class="wpd-editor-buttons-right"> <span class='wmu-upload-wrap' wpd-tooltip='Attach an image to this comment' wpd-tooltip-position='left'><label class='wmu-add'><i class='far fa-image'></i><input style='display:none;' class='wmu-add-files' type='file' name='wmu_files' accept='image/*'/></label></span> </div> </div> </div> </div> </div> </div> <div class="wpd-form-foot" style='display:none;'> <div class="wpdiscuz-textarea-foot"> <div class="wpdiscuz-button-actions"><div class='wmu-action-wrap'><div class='wmu-tabs wmu-images-tab wmu-hide'></div></div></div> </div> <div class="wpd-form-row"> <div class="wpd-form-col-left"> <div class="wpdiscuz-item wc_name-wrapper"> <input id="wc_name-0_0" value="" required='required' aria-required='true' class="wc_name wpd-field" type="text" name="wc_name" placeholder="Name*" maxlength="50" pattern='.{3,50}' title=""> <label for="wc_name-0_0" class="wpdlb">Name*</label> </div> <div class="wpdiscuz-item wc_email-wrapper"> <input id="wc_email-0_0" value="" required='required' aria-required='true' class="wc_email wpd-field" type="email" name="wc_email" placeholder="Email*"/> <label for="wc_email-0_0" class="wpdlb">Email*</label> </div> </div> <div class="wpd-form-col-right"> <div class="wpd-field-captcha wpdiscuz-item"> <div class="wpdiscuz-recaptcha" id='wpdiscuz-recaptcha-0_0'></div> <input id='wpdiscuz-recaptcha-field-0_0' type='hidden' name='wc_captcha' value="" required="required" aria-required='true' class="wpdiscuz_reset"/> <div class="clearfix"></div> </div> <div class="wc-field-submit"> <label class="wpd_label" wpd-tooltip="Notify of new replies to this comment"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0 wpd_label__checkbox" value="comment" type="checkbox" name="wpdiscuz_notification_type" /> <span class="wpd_label__text"> <span class="wpd_label__check"> <i class="fas fa-bell wpdicon wpdicon-on"></i> <i class="fas fa-bell-slash wpdicon wpdicon-off"></i> </span> </span> </label> <input id="wpd-field-submit-0_0" class="wc_comm_submit wpd_not_clicked wpd-prim-button" type="submit" name="submit" value="Post Comment" aria-label="Post Comment"/> </div> </div> <div class="clearfix"></div> </div> </div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"> <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="3fb76b1e41" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>Δ<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="154"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p> </form> </div> <div id="wpdiscuz_hidden_secondary_form" style="display: none;"> <div class="wpd-form wpd-form-wrapper wpd-secondary-form-wrapper" id='wpd-secondary-form-wrapper-wpdiscuzuniqueid' style='display: none;'> <div class="wpd-secondary-forms-social-content"></div> <div class="clearfix"></div> <form method="post" enctype="multipart/form-data" data-uploading="false" class="wpd_comm_form wpd-secondary-form-wrapper" > <div class="wpd-field-comment"> <div class="wpdiscuz-item wc-field-textarea"> <div class="wpdiscuz-textarea-wrap "> <div class="wpd-avatar"> <img alt='guest' src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src='https://secure.gravatar.com/avatar/a8a125dfa59f65acf874cb0baf0bcbdab42054689f7b2227f281ab67fabfe60a?s=56&d=mm&r=g' srcset="" data-srcset='https://secure.gravatar.com/avatar/a8a125dfa59f65acf874cb0baf0bcbdab42054689f7b2227f281ab67fabfe60a?s=112&d=mm&r=g 2x' class='lazy lazy-hidden avatar avatar-56 photo' height='56' width='56' loading='lazy' decoding='async'/><noscript><img alt='guest' src='https://secure.gravatar.com/avatar/a8a125dfa59f65acf874cb0baf0bcbdab42054689f7b2227f281ab67fabfe60a?s=56&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/a8a125dfa59f65acf874cb0baf0bcbdab42054689f7b2227f281ab67fabfe60a?s=112&d=mm&r=g 2x' class='avatar avatar-56 photo' height='56' width='56' loading='lazy' decoding='async'/></noscript> </div> <div id="wpd-editor-wraper-wpdiscuzuniqueid" style="display: none;"> <div id="wpd-editor-char-counter-wpdiscuzuniqueid" class="wpd-editor-char-counter"></div> <label style="display: none;" for="wc-textarea-wpdiscuzuniqueid">Label</label> <textarea id="wc-textarea-wpdiscuzuniqueid" name="wc_comment" class="wc_comment wpd-field"></textarea> <div id="wpd-editor-wpdiscuzuniqueid"></div> <div id="wpd-editor-toolbar-wpdiscuzuniqueid"> <button title="Bold" class="ql-bold" ></button> <button title="Italic" class="ql-italic" ></button> <button title="Underline" class="ql-underline" ></button> <button title="Strike" class="ql-strike" ></button> <button title="Ordered List" class="ql-list" value='ordered' ></button> <button title="Unordered List" class="ql-list" value='bullet' ></button> <button title="Blockquote" class="ql-blockquote" ></button> <button title="Code Block" class="ql-code-block" ></button> <button title="Link" class="ql-link" ></button> <button title="Source Code" class="ql-sourcecode" data-wpde_button_name='sourcecode'>{}</button> <button title="Spoiler" class="ql-spoiler" data-wpde_button_name='spoiler'>[+]</button> <div class="wpd-editor-buttons-right"> <span class='wmu-upload-wrap' wpd-tooltip='Attach an image to this comment' wpd-tooltip-position='left'><label class='wmu-add'><i class='far fa-image'></i><input style='display:none;' class='wmu-add-files' type='file' name='wmu_files' accept='image/*'/></label></span> </div> </div> </div> </div> </div> </div> <div class="wpd-form-foot" style='display:none;'> <div class="wpdiscuz-textarea-foot"> <div class="wpdiscuz-button-actions"><div class='wmu-action-wrap'><div class='wmu-tabs wmu-images-tab wmu-hide'></div></div></div> </div> <div class="wpd-form-row"> <div class="wpd-form-col-left"> <div class="wpdiscuz-item wc_name-wrapper"> <input id="wc_name-wpdiscuzuniqueid" value="" required='required' aria-required='true' class="wc_name wpd-field" type="text" name="wc_name" placeholder="Name*" maxlength="50" pattern='.{3,50}' title=""> <label for="wc_name-wpdiscuzuniqueid" class="wpdlb">Name*</label> </div> <div class="wpdiscuz-item wc_email-wrapper"> <input id="wc_email-wpdiscuzuniqueid" value="" required='required' aria-required='true' class="wc_email wpd-field" type="email" name="wc_email" placeholder="Email*"/> <label for="wc_email-wpdiscuzuniqueid" class="wpdlb">Email*</label> </div> </div> <div class="wpd-form-col-right"> <div class="wpd-field-captcha wpdiscuz-item"> <div class="wpdiscuz-recaptcha" id='wpdiscuz-recaptcha-wpdiscuzuniqueid'></div> <input id='wpdiscuz-recaptcha-field-wpdiscuzuniqueid' type='hidden' name='wc_captcha' value="" required="required" aria-required='true' class="wpdiscuz_reset"/> <div class="clearfix"></div> </div> <div class="wc-field-submit"> <label class="wpd_label" wpd-tooltip="Notify of new replies to this comment"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid wpd_label__checkbox" value="comment" type="checkbox" name="wpdiscuz_notification_type" /> <span class="wpd_label__text"> <span class="wpd_label__check"> <i class="fas fa-bell wpdicon wpdicon-on"></i> <i class="fas fa-bell-slash wpdicon wpdicon-off"></i> </span> </span> </label> <input id="wpd-field-submit-wpdiscuzuniqueid" class="wc_comm_submit wpd_not_clicked wpd-prim-button" type="submit" name="submit" value="Post Comment" aria-label="Post Comment"/> </div> </div> <div class="clearfix"></div> </div> </div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"> <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="3fb76b1e41" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>Δ<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_2" name="ak_js" value="0"/><script>document.getElementById( "ak_js_2" ).setAttribute( "value", ( new Date() ).getTime() );</script></p> </form> </div> </div> </div> <div id="wpd-threads" class="wpd-thread-wrapper"> <div class="wpd-thread-head"> <div class="wpd-thread-info " data-comments-count="0"> <span class='wpdtc' title='0'>0</span> Comments </div> <div class="wpd-space"></div> <div class="wpd-thread-filter"> <div class="wpd-filter wpdf-reacted wpd_not_clicked wpdiscuz-hidden" wpd-tooltip="Most reacted comment"> <i class="fas fa-bolt"></i></div> <div class="wpd-filter wpdf-hottest wpd_not_clicked wpdiscuz-hidden" wpd-tooltip="Hottest comment thread"> <i class="fas fa-fire"></i></div> <div class="wpd-filter wpdf-sorting wpdiscuz-hidden"> <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc wpdiscuz-sort-button-active" data-sorting="oldest">Oldest</span> <i class="fas fa-sort-down"></i> <div class="wpdiscuz-sort-buttons"> <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc" data-sorting="newest">Newest</span> <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up" data-sorting="by_vote">Most Voted</span> </div> </div> </div> </div> <div class="wpd-comment-info-bar"> <div class="wpd-current-view"><i class="fas fa-quote-left"></i> Inline Feedbacks </div> <div class="wpd-filter-view-all">View all comments</div> </div> <div class="wpd-thread-list"> <!-- // From wpDiscuz's Caches // --> <div class="wpdiscuz-comment-pagination"> </div> </div> </div> </div> </div> <div id="wpdiscuz-loading-bar" class="wpdiscuz-loading-bar-unauth"></div> <div id="wpdiscuz-comment-message" class="wpdiscuz-comment-message-unauth"></div> </div> </div> </div> <div class="jeg_sidebar jeg_sticky_sidebar col-md-4"> <div class="jegStickyHolder"><div class="theiaStickySidebar"><div class="widget widget_jnews_module_block_19" id="jnews_module_block_19-1"><div class="jeg_postblock_19 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_5660_1_684507e951a3f " data-unique="jnews_module_5660_1_684507e951a3f"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><span>Recent News</span></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box format-standard"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/" aria-label="Read article: Top 5 game programming languages ​​to learn now"><div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/">Top 5 game programming languages ​​to learn now</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/" ><i class="fa fa-clock-o"></i> June 8, 2025</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_sm format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/the-iphone-list-is-updated-with-ios-26/" aria-label="Read article: The iPhone list is updated with iOS 26"><div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/the-iphone-list-is-updated-with-ios-26/">The iPhone list is updated with iOS 26</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/the-iphone-list-is-updated-with-ios-26/" ><i class="fa fa-clock-o"></i> June 8, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_sm format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/discover-the-glowing-effect-next-to-the-iphone-ios-18-screen/" aria-label="Read article: Discover the glowing effect next to the iPhone ios 18 screen"><div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Discover the glowing effect next to the iPhone ios 18 screen" title="Discover the glowing effect next to the iPhone ios 18 screen" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/hieu-ung-phat-sang-o-canh-man-hinh.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Discover the glowing effect next to the iPhone ios 18 screen" title="Discover the glowing effect next to the iPhone ios 18 screen" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/hieu-ung-phat-sang-o-canh-man-hinh.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Discover the glowing effect next to the iPhone ios 18 screen" title="Discover the glowing effect next to the iPhone ios 18 screen" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/hieu-ung-phat-sang-o-canh-man-hinh.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/discover-the-glowing-effect-next-to-the-iphone-ios-18-screen/">Discover the glowing effect next to the iPhone ios 18 screen</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/discover-the-glowing-effect-next-to-the-iphone-ios-18-screen/" ><i class="fa fa-clock-o"></i> June 8, 2025</a></div></div> </div> </article><article class="jeg_post jeg_pl_sm format-standard"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/godot-shooter-2-creating-characters-shooting-bullets/" aria-label="Read article: [Godot Shooter] #2: Creating characters & shooting bullets"><div class="thumbnail-container animate-lazy size-715 "><img alt="[Godot Shooter] #2: Creating characters & shooting bullets" title="[Godot Shooter] #2: Creating characters & shooting bullets" width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="[Godot Shooter] #2: Creating characters & shooting bullets" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/22.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img alt="[Godot Shooter] #2: Creating characters & shooting bullets" title="[Godot Shooter] #2: Creating characters & shooting bullets" width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="[Godot Shooter] #2: Creating characters & shooting bullets" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/22.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img alt="[Godot Shooter] #2: Creating characters & shooting bullets" title="[Godot Shooter] #2: Creating characters & shooting bullets" width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="[Godot Shooter] #2: Creating characters & shooting bullets" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/22.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://en.anonyviet.com/godot-shooter-2-creating-characters-shooting-bullets/">[Godot Shooter] #2: Creating characters & shooting bullets</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://en.anonyviet.com/godot-shooter-2-creating-characters-shooting-bullets/" ><i class="fa fa-clock-o"></i> June 7, 2025</a></div></div> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"> <div class="jeg_square_inner"></div> </div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_5660_1_684507e951a3f = {"header_icon":"","first_title":"Recent News","second_title":"","url":"","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","sticky_post":false,"post_type":"post","content_type":"all","sponsor":false,"number_post":"4","post_offset":"0","unique_content":"disable","include_post":"","included_only":false,"exclude_post":"","include_category":"","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"default","date_format_custom":"Y\/m\/d","force_normal_image_load":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":"6","pagination_scroll_limit":"0","boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_19"};</script> </div></div><div class="widget widget_jnews_module_element_ads" id="jnews_module_element_ads-1"><div class='jeg_ad jeg_ad_module jnews_module_5660_2_684507e965851 '><div class='ads-wrapper'><div class=''><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2642640466336649" crossorigin="anonymous"></script> <!-- sidebar_en --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2642640466336649" data-ad-slot="8746078505" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div></div></div><div class="widget widget_jnews_recent_news" id="jnews_recent_news-3"> <div class="jeg_postblock"> <div class="jeg_post jeg_pl_sm post-19301 post type-post status-publish format-standard has-post-thumbnail hentry category-tips"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/" aria-label="Read article: Top 5 game programming languages ​​to learn now"> <div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div> </a> </div> <div class="jeg_postblock_content"> <h3 property="headline" class="jeg_post_title"><a property="url" href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/">Top 5 game programming languages ​​to learn now</a></h3> <div class="jeg_post_meta"> <div property="datePublished" class="jeg_meta_date"><i class="fa fa-clock-o"></i> June 8, 2025</div> </div> </div> </div> <div class="jeg_post jeg_pl_sm post-19298 post type-post status-publish format-standard has-post-thumbnail hentry category-knowledge tag-ios tag-iphone tag-list tag-updated"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/the-iphone-list-is-updated-with-ios-26/" aria-label="Read article: The iPhone list is updated with iOS 26"> <div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div> </a> </div> <div class="jeg_postblock_content"> <h3 property="headline" class="jeg_post_title"><a property="url" href="https://en.anonyviet.com/the-iphone-list-is-updated-with-ios-26/">The iPhone list is updated with iOS 26</a></h3> <div class="jeg_post_meta"> <div property="datePublished" class="jeg_meta_date"><i class="fa fa-clock-o"></i> June 8, 2025</div> </div> </div> </div> <div class="jeg_post jeg_pl_sm post-19295 post type-post status-publish format-standard has-post-thumbnail hentry category-knowledge tag-discover tag-effect tag-glowing tag-ios tag-iphone tag-screen"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/discover-the-glowing-effect-next-to-the-iphone-ios-18-screen/" aria-label="Read article: Discover the glowing effect next to the iPhone ios 18 screen"> <div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Discover the glowing effect next to the iPhone ios 18 screen" title="Discover the glowing effect next to the iPhone ios 18 screen" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/hieu-ung-phat-sang-o-canh-man-hinh.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Discover the glowing effect next to the iPhone ios 18 screen" title="Discover the glowing effect next to the iPhone ios 18 screen" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/hieu-ung-phat-sang-o-canh-man-hinh.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Discover the glowing effect next to the iPhone ios 18 screen" title="Discover the glowing effect next to the iPhone ios 18 screen" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/hieu-ung-phat-sang-o-canh-man-hinh.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div> </a> </div> <div class="jeg_postblock_content"> <h3 property="headline" class="jeg_post_title"><a property="url" href="https://en.anonyviet.com/discover-the-glowing-effect-next-to-the-iphone-ios-18-screen/">Discover the glowing effect next to the iPhone ios 18 screen</a></h3> <div class="jeg_post_meta"> <div property="datePublished" class="jeg_meta_date"><i class="fa fa-clock-o"></i> June 8, 2025</div> </div> </div> </div> </div> </div></div></div></div> </div> <div class="jeg_ad jeg_article jnews_article_bottom_ads"> <div class='ads-wrapper '></div> </div> </div> </div> </div> </div> <div id="post-body-class" class="wp-singular post-template-default single single-post postid-5660 single-format-standard wp-embed-responsive wp-theme-jnews jeg_toggle_light jeg_single_tpl_1 jnews jsc_normal wpb-js-composer js-comp-ver-8.1 vc_responsive"></div> </div> <div class="post-ajax-overlay"> <div class="preloader_type preloader_dot"> <div class="newsfeed_preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="newsfeed_preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="newsfeed_preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="footer-holder" id="footer" data-id="footer"> <div class="jeg_footer jeg_footer_1 dark"> <div class="jeg_footer_container jeg_container"> <div class="jeg_footer_content"> <div class="container"> <div class="row"> <div class="jeg_footer_primary clearfix"> <div class="col-md-4 footer_column"> <div class="footer_widget widget_jnews_about" id="jnews_about-1"> <div class="jeg_about "> <a class="footer_logo" href="https://en.anonyviet.com/"> <img class='lazy lazy-hidden lazyload' src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-src="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png" data-srcset="" data-srcset="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 1x, https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 2x" alt="AnonyViet - English Version" data-light-src="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png" data-light-srcset="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 1x, https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 2x" data-dark-src="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png" data-dark-srcset="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 1x, https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 2x" data-pin-no-hover="true"><noscript><img class='lazyload' src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" data-src="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png" data-srcset="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 1x, https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 2x" alt="AnonyViet - English Version" data-light-src="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png" data-light-srcset="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 1x, https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 2x" data-dark-src="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png" data-dark-srcset="https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 1x, https://en.anonyviet.com/wp-content/uploads/2023/01/logo272x90.png 2x" data-pin-no-hover="true"></noscript> </a> <h2 class="jeg_about_name">AnonyViet</h2> <p>AnonyViet is a website share knowledge that you have never learned in school!<br><br>We are ready to welcome your comments, as well as your articles sent to AnonyViet.</p> </div> </div><div class="footer_widget widget_jnews_social" id="jnews_social-1"> <div class="jeg_social_wrap "> <p> <strong>Follow Us</strong> </p> <div class="socials_widget rounded"> <a href="https://www.facebook.com/anonyvietdotcom/" target="_blank" rel="external noopener nofollow" aria-label="Find us on Facebook" class="jeg_facebook"> <i class="fa fa-facebook"></i> </a><a href="https://twitter.com/anony_viet" target="_blank" rel="external noopener nofollow" aria-label="Find us on Twitter" class="jeg_twitter"> <i class="fa fa-twitter"><span class="jeg-icon icon-twitter"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></span></i> </a><a href="https://t.me/anonyvietchat" target="_blank" rel="external noopener nofollow" aria-label="Find us on Telegram" class="jeg_telegram"> <i class="fa fa-telegram"></i> </a> </div> <style scoped></style> </div> </div> </div> <div class="col-md-4 footer_column"> <div class="footer_widget widget_text" id="text-4"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Contact:</span></h3></div> <div class="textwidget"><p>Email: anonyviet.com[@]gmail.com</p> <p>Main Website: <a href="https://anonyviet.com">https://anonyviet.com</a></p> </div> </div> </div> <div class="col-md-4 footer_column"> <div class="footer_widget widget_jnews_recent_news" id="jnews_recent_news-1"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Recent News</span></h3></div> <div class="jeg_postblock"> <div class="jeg_post jeg_pl_sm post-19301 post type-post status-publish format-standard has-post-thumbnail hentry category-tips"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/" aria-label="Read article: Top 5 game programming languages ​​to learn now"> <div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="Top 5 game programming languages ​​to learn now" title="Top 5 game programming languages ​​to learn now" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2020/08/ngon-ngu-lap-trinh-game-1-1.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div> </a> </div> <div class="jeg_postblock_content"> <h3 property="headline" class="jeg_post_title"><a property="url" href="https://en.anonyviet.com/top-5-game-programming-languages-to-learn-now/">Top 5 game programming languages ​​to learn now</a></h3> <div class="jeg_post_meta"> <div property="datePublished" class="jeg_meta_date"><i class="fa fa-clock-o"></i> June 8, 2025</div> </div> </div> </div> <div class="jeg_post jeg_pl_sm post-19298 post type-post status-publish format-standard has-post-thumbnail hentry category-knowledge tag-ios tag-iphone tag-list tag-updated"> <div class="jeg_thumb"> <a href="https://en.anonyviet.com/the-iphone-list-is-updated-with-ios-26/" aria-label="Read article: The iPhone list is updated with iOS 26"> <div class="thumbnail-container animate-lazy size-715 "><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" class="lazy lazy-hidden attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-srcset="" data-sizes="auto" data-expand="700" /><noscript><img width="1" height="1" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 lazyload wp-post-image" alt="The iPhone list is updated with iOS 26" title="The iPhone list is updated with iOS 26" decoding="async" loading="lazy" data-src="https://anonyviet.com/wp-content/uploads/2025/06/iphone-nao-duoc-ho-tro-cap-nhat-ios-26.jpg" data-srcset="" data-sizes="auto" data-expand="700" /></noscript></noscript></div> </a> </div> <div class="jeg_postblock_content"> <h3 property="headline" class="jeg_post_title"><a property="url" href="https://en.anonyviet.com/the-iphone-list-is-updated-with-ios-26/">The iPhone list is updated with iOS 26</a></h3> <div class="jeg_post_meta"> <div property="datePublished" class="jeg_meta_date"><i class="fa fa-clock-o"></i> June 8, 2025</div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="jeg_footer_secondary clearfix"> <!-- secondary footer right --> <div class="footer_right"> <ul class="jeg_menu_footer"><li class="page_item page-item-494"><a href="https://en.anonyviet.com/">Home</a></li> <li class="page_item page-item-495"><a href="https://en.anonyviet.com/home-2/">Home 2</a></li> <li class="page_item page-item-496"><a href="https://en.anonyviet.com/home-3/">Home 3</a></li> <li class="page_item page-item-497"><a href="https://en.anonyviet.com/home-4/">Home 4</a></li> <li class="page_item page-item-498"><a href="https://en.anonyviet.com/home-5/">Home 5</a></li> <li class="page_item page-item-499"><a href="https://en.anonyviet.com/home-6/">Home 6</a></li> <li class="page_item page-item-39"><a href="https://en.anonyviet.com/next-link/">Next Dest Page</a></li> <li class="page_item page-item-2"><a href="https://en.anonyviet.com/sample-page/">Sample Page</a></li> </ul> </div> <!-- secondary footer left --> <p class="copyright"> ©2024 <a href="https://en.anonyviet.com">AnonyViet</a>For Knowledge <a href="https://en.anonyviet.com" title="AnonyViet Group"></a> <a href="https://kqxosobet.com/">kqxs hôm nay</a> <a href="https://phim5s.xyz/">xem phim miễn phí</a> <a href="https://shbet.vision/">SHBET</a> <a href="https://kubet88.yoga/">https://kubet88.yoga/</a> <a href="https://bj888.date/">bj88</a> </p> </div> <!-- secondary menu --> </div> </div> </div> </div><!-- /.footer --> </div> <div class="jscroll-to-top desktop"> <a href="#back-to-top" class="jscroll-to-top_link"><i class="fa fa-angle-up"></i></a> </div> </div> <script type="text/javascript">var jfla = ["view_counter"]</script><script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/jnews\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script> function set_cookie_ads(url, value, hours) { var expires = ""; if (hours) { var date = new Date(); date.setTime(date.getTime() + (hours * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } var urlKey = encodeURIComponent(url); document.cookie = urlKey + "=" + (value || "") + expires + "; path=/"; } function get_cookie_ads(url) { var urlKey = encodeURIComponent(url); var nameEQ = urlKey + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return null; } function open_aff_url(url) { var decoded_url = decodeURIComponent(url); var params = 'scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no,left=0,top=0,width=300,height=600'; window.open(decoded_url, 'aff_popup', params); } var url_list = ["https:\/\/s.lazada.vn\/s.3Cvh2?cc\r","https:\/\/s.shopee.vn\/AUeWza1xhJ"]; function aff_popup() { if (url_list.length > 0) { var url_list_new = []; url_list.forEach(function (url) { if (!get_cookie_ads(url)) { url_list_new.push(url); } }); if (url_list_new.length > 0) { var url_first = url_list_new[0]; set_cookie_ads(url_first, 'true', 1); open_aff_url(url_first); } } } document.body.addEventListener('click', function () { aff_popup(); }); </script> <!-- Mobile Navigation ============================================= --> <div id="jeg_off_canvas" class="normal"> <a href="#" class="jeg_menu_close"><i class="jegicon-cross"></i></a> <div class="jeg_bg_overlay"></div> <div class="jeg_mobile_wrapper"> <div class="nav_wrap"> <div class="item_main"> <!-- Search Form --> <div class="jeg_aside_item jeg_search_wrapper jeg_search_no_expand round"> <a href="#" aria-label="Search Button" class="jeg_search_toggle"><i class="fa fa-search"></i></a> <form action="https://en.anonyviet.com/" method="get" class="jeg_search_form" target="_top"> <input name="s" class="jeg_search_input" placeholder="Search..." type="text" value="" autocomplete="off"> <button aria-label="Search Button" type="submit" class="jeg_search_button btn"><i class="fa fa-search"></i></button> </form> <!-- jeg_search_hide with_result no_result --> <div class="jeg_search_result jeg_search_hide with_result"> <div class="search-result-wrapper"> </div> <div class="search-link search-noresult"> No Result </div> <div class="search-link search-all-button"> <i class="fa fa-search"></i> View All Result </div> </div></div><div class="jeg_aside_item"> <ul class="jeg_mobile_menu sf-js-hover"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-591"><a href="https://en.anonyviet.com/">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-590"><a href="https://en.anonyviet.com/category/news/">News</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-583"><a href="https://en.anonyviet.com/category/software/">Software</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-584"><a href="https://en.anonyviet.com/category/knowledge/">Knowledge</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-585"><a href="https://en.anonyviet.com/category/mmo/">MMO</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-586"><a href="https://en.anonyviet.com/category/tips/">Tips</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-587"><a href="https://en.anonyviet.com/category/security/">Security</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-588"><a href="https://en.anonyviet.com/category/network/">Network</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-589"><a href="https://en.anonyviet.com/category/office/">Office</a></li> </ul></div> </div> <div class="item_bottom"> <div class="jeg_aside_item socials_widget nobg"> <a href="http://facebook.com" target='_blank' rel='external noopener nofollow' aria-label="Find us on Facebook" class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="http://twitter.com" target='_blank' rel='external noopener nofollow' aria-label="Find us on Twitter" class="jeg_twitter"><i class="fa fa-twitter"><span class="jeg-icon icon-twitter"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></span></i> </a><a href="http://youtube.com" target='_blank' rel='external noopener nofollow' aria-label="Find us on Youtube" class="jeg_youtube"><i class="fa fa-youtube-play"></i> </a><a href="http://jnews.jegtheme.com/default/feed/" target='_blank' rel='external noopener nofollow' aria-label="Find us on RSS" class="jeg_rss"><i class="fa fa-rss"></i> </a></div><div class="jeg_aside_item jeg_aside_copyright"> <p>©2024 <a href="https://en.anonyviet.com">AnonyViet</a>For Knowledge <a href="https://en.anonyviet.com" title="AnonyViet Group"></a> <a href="https://kqxosobet.com/">kqxs hôm nay</a> <a href="https://phim5s.xyz/">xem phim miễn phí</a> <a href="https://shbet.vision/">SHBET</a> <a href="https://kubet88.yoga/">https://kubet88.yoga/</a> <a href="https://bj888.date/">bj88</a> </p> </div> </div> </div> </div> </div><div class="jeg_read_progress_wrapper"></div><span id='wpdUserContentInfoAnchor' style='display:none;' rel='#wpdUserContentInfo' data-wpd-lity>wpDiscuz</span><div id='wpdUserContentInfo' style='overflow:auto;background:#FDFDF6;padding:20px;width:600px;max-width:100%;border-radius:6px;' class='lity-hide'></div><div id='wpd-bubble-wrapper'><span id='wpd-bubble-all-comments-count' style='display:none;' title='0'>0</span><div id='wpd-bubble-count'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-count-first' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z'/><path class='wpd-bubble-count-second' d='M0 0h24v24H0z' /></svg><span class='wpd-new-comments-count'>0</span></div><div id='wpd-bubble'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-plus-first' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/><path class='wpd-bubble-plus-second' d='M0 0h24v24H0z' /></svg><div id='wpd-bubble-add-message'>Would love your thoughts, please comment.<span id='wpd-bubble-add-message-close'><a href='#'>x</a></span></div></div><div id='wpd-bubble-notification'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-notification-first' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z'/><path class='wpd-bubble-notification-second' d='M0 0h24v24H0z' /></svg><div id='wpd-bubble-notification-message'><div id='wpd-bubble-author'><div><span id='wpd-bubble-author-avatar'></span><span id='wpd-bubble-author-name'></span><span id='wpd-bubble-comment-date'>(<span class='wpd-bubble-spans'></span>)</span></div><span id='wpd-bubble-comment-close'><a href='#'>x</a></span></div><div id='wpd-bubble-comment'><span id='wpd-bubble-comment-text'></span><span id='wpd-bubble-comment-reply-link'>| <a href='#'>Reply</a></span></div></div></div></div><div id='wpd-editor-source-code-wrapper-bg'></div><div id='wpd-editor-source-code-wrapper'><textarea id='wpd-editor-source-code'></textarea><button id='wpd-insert-source-code'>Insert</button><input type='hidden' id='wpd-editor-uid' /></div><script type="text/javascript" src="https://en.anonyviet.com/wp-includes/js/comment-reply.min.js?ver=6.8.1" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://en.anonyviet.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script type="text/javascript" src="https://en.anonyviet.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" id="jnews-frontend-js-extra"> /* <![CDATA[ */ var jnewsoption = {"login_reload":"https:\/\/en.anonyviet.com\/17-simple-html-code-examples-you-can-learn-in-10-minutes","popup_script":"magnific","single_gallery":"","ismobile":"","isie":"","sidefeed_ajax":"","language":"en_US","module_prefix":"jnews_module_ajax_","live_search":"1","postid":"5660","isblog":"1","admin_bar":"0","follow_video":"","follow_position":"top_right","rtl":"0","gif":"","lang":{"invalid_recaptcha":"Invalid Recaptcha!","empty_username":"Please enter your username!","empty_email":"Please enter your email!","empty_password":"Please enter your password!"},"recaptcha":"0","site_slug":"\/","site_domain":"en.anonyviet.com","zoom_button":"0","dm_cookie_time":"0"}; /* ]]> */ </script> <script type="text/javascript" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/dist/frontend.min.js?ver=11.6.8" id="jnews-frontend-js"></script> <!--[if lt IE 9]> <script type="text/javascript" src="https://en.anonyviet.com/wp-content/themes/jnews/assets/js/html5shiv.min.js?ver=11.6.8" id="html5shiv-js"></script> <![endif]--> <script type="text/javascript" id="wpdiscuz-combo-js-js-extra"> /* <![CDATA[ */ var wpdiscuzAjaxObj = {"wc_hide_replies_text":"Hide Replies","wc_show_replies_text":"View Replies","wc_msg_required_fields":"Please fill out required fields","wc_invalid_field":"Some of field value is invalid","wc_error_empty_text":"please fill out this field to comment","wc_error_url_text":"url is invalid","wc_error_email_text":"email address is invalid","wc_invalid_captcha":"Invalid Captcha Code","wc_login_to_vote":"You Must Be Logged In To Vote","wc_deny_voting_from_same_ip":"You are not allowed to vote for this comment","wc_self_vote":"You cannot vote for your comment","wc_vote_only_one_time":"You've already voted for this comment","wc_voting_error":"Voting Error","wc_banned_user":"You are banned","wc_comment_edit_not_possible":"Sorry, this comment is no longer possible to edit","wc_comment_not_updated":"Sorry, the comment was not updated","wc_comment_not_edited":"You've not made any changes","wc_msg_input_min_length":"Input is too short","wc_msg_input_max_length":"Input is too long","wc_spoiler_title":"Spoiler Title","wc_cannot_rate_again":"You cannot rate again","wc_not_allowed_to_rate":"You're not allowed to rate here","wc_confirm_rate_edit":"Are you sure you want to edit your rate?","wc_follow_user":"Follow this user","wc_unfollow_user":"Unfollow this user","wc_follow_success":"You started following this comment author","wc_follow_canceled":"You stopped following this comment author.","wc_follow_email_confirm":"Please check your email and confirm the user following request.","wc_follow_email_confirm_fail":"Sorry, we couldn't send confirmation email.","wc_follow_login_to_follow":"Please login to follow users.","wc_follow_impossible":"We are sorry, but you can't follow this user.","wc_follow_not_added":"Following failed. Please try again later.","is_user_logged_in":"","commentListLoadType":"0","commentListUpdateType":"0","commentListUpdateTimer":"60","liveUpdateGuests":"0","wordpressThreadCommentsDepth":"5","wordpressIsPaginate":"0","commentTextMaxLength":"0","replyTextMaxLength":"0","commentTextMinLength":"1","replyTextMinLength":"1","storeCommenterData":"100000","socialLoginAgreementCheckbox":"1","enableFbLogin":"0","fbUseOAuth2":"0","enableFbShare":"0","facebookAppID":"","facebookUseOAuth2":"0","enableGoogleLogin":"0","googleClientID":"","googleClientSecret":"","cookiehash":"5269cd28fdf91fadb2e10e47684a7791","isLoadOnlyParentComments":"0","scrollToComment":"1","commentFormView":"collapsed","enableDropAnimation":"1","isNativeAjaxEnabled":"1","userInteractionCheck":"1","enableBubble":"1","bubbleLiveUpdate":"0","bubbleHintTimeout":"45","bubbleHintHideTimeout":"10","cookieHideBubbleHint":"wpdiscuz_hide_bubble_hint","bubbleHintShowOnce":"1","bubbleHintCookieExpires":"7","bubbleShowNewCommentMessage":"1","bubbleLocation":"content_left","firstLoadWithAjax":"0","wc_copied_to_clipboard":"Copied to clipboard!","inlineFeedbackAttractionType":"blink","loadRichEditor":"1","wpDiscuzReCaptchaSK":"6LfM1yorAAAAAHQI51V2tTEbHbo1JcAPjegqgQ3b","wpDiscuzReCaptchaTheme":"light","wpDiscuzReCaptchaVersion":"2.0","wc_captcha_show_for_guest":"1","wc_captcha_show_for_members":"0","wpDiscuzIsShowOnSubscribeForm":"0","wmuEnabled":"1","wmuInput":"wmu_files","wmuMaxFileCount":"1","wmuMaxFileSize":"2097152","wmuPostMaxSize":"67108864","wmuIsLightbox":"1","wmuMimeTypes":{"jpg":"image\/jpeg","jpeg":"image\/jpeg","jpe":"image\/jpeg","gif":"image\/gif","png":"image\/png","bmp":"image\/bmp","tiff":"image\/tiff","tif":"image\/tiff","ico":"image\/x-icon"},"wmuPhraseConfirmDelete":"Are you sure you want to delete this attachment?","wmuPhraseNotAllowedFile":"Not allowed file type","wmuPhraseMaxFileCount":"Maximum number of uploaded files is 1","wmuPhraseMaxFileSize":"Maximum upload file size is 2MB","wmuPhrasePostMaxSize":"Maximum post size is 64MB","wmuPhraseDoingUpload":"Uploading in progress! Please wait.","msgEmptyFile":"File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.","msgPostIdNotExists":"Post ID not exists","msgUploadingNotAllowed":"Sorry, uploading not allowed for this post","msgPermissionDenied":"You do not have sufficient permissions to perform this action","wmuKeyImages":"images","wmuSingleImageWidth":"auto","wmuSingleImageHeight":"200","previewTemplate":"<div class=\"wmu-preview [PREVIEW_TYPE_CLASS]\" title=\"[PREVIEW_TITLE]\" data-wmu-type=\"[PREVIEW_TYPE]\" data-wmu-attachment=\"[PREVIEW_ID]\">\r\n <div class=\"wmu-preview-remove\">\r\n <img class=\"wmu-preview-img\" src=\"[PREVIEW_ICON]\">\r\n <div class=\"wmu-file-name\">[PREVIEW_FILENAME]<\/div>\r\n<!-- <div class=\"wmu-delete\">\u00a0<\/div>-->\r\n <\/div>\r\n<\/div>\r\n","isUserRated":"0","version":"7.6.30","wc_post_id":"5660","isCookiesEnabled":"1","loadLastCommentId":"0","dataFilterCallbacks":[],"phraseFilters":[],"scrollSize":"32","url":"https:\/\/en.anonyviet.com\/wp-admin\/admin-ajax.php","customAjaxUrl":"https:\/\/en.anonyviet.com\/wp-content\/plugins\/wpdiscuz\/utils\/ajax\/wpdiscuz-ajax.php","bubbleUpdateUrl":"https:\/\/en.anonyviet.com\/wp-json\/wpdiscuz\/v1\/update","restNonce":"af344f7cae","is_rate_editable":"0","menu_icon":"https:\/\/en.anonyviet.com\/wp-content\/plugins\/wpdiscuz\/assets\/img\/plugin-icon\/wpdiscuz-svg.svg","menu_icon_hover":"https:\/\/en.anonyviet.com\/wp-content\/plugins\/wpdiscuz\/assets\/img\/plugin-icon\/wpdiscuz-svg_hover.svg","is_email_field_required":"1"}; var wpdiscuzUCObj = {"msgConfirmDeleteComment":"Are you sure you want to delete this comment?","msgConfirmCancelSubscription":"Are you sure you want to cancel this subscription?","msgConfirmCancelFollow":"Are you sure you want to cancel this follow?","additionalTab":"0"}; /* ]]> */ </script> <script type="text/javascript" id="wpdiscuz-combo-js-js-before"> /* <![CDATA[ */ var wpdiscuzEditorOptions = { modules: { toolbar: "", counter: { uniqueID: "", commentmaxcount : 0, replymaxcount : 0, commentmincount : 1, replymincount : 1, }, }, wc_be_the_first_text: "Be the First to Comment!", wc_comment_join_text: "Join the discussion", theme: 'snow', debug: 'error' }; /* ]]> */ </script> <script type="text/javascript" src="https://en.anonyviet.com/wp-content/plugins/wpdiscuz/assets/js/wpdiscuz-combo.min.js?ver=7.6.30" id="wpdiscuz-combo-js-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&ver=1.0.0" id="wpdiscuz-google-recaptcha-js"></script> <script type="text/javascript" id="jquery-lazyloadxt-js-extra"> /* <![CDATA[ */ var a3_lazyload_params = {"apply_images":"1","apply_videos":"1"}; /* ]]> */ </script> <script type="text/javascript" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extra.min.js?ver=2.7.3" id="jquery-lazyloadxt-js"></script> <script type="text/javascript" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.srcset.min.js?ver=2.7.3" id="jquery-lazyloadxt-srcset-js"></script> <script type="text/javascript" id="jquery-lazyloadxt-extend-js-extra"> /* <![CDATA[ */ var a3_lazyload_extend_params = {"edgeY":"0","horizontal_container_classnames":""}; /* ]]> */ </script> <script type="text/javascript" src="//en.anonyviet.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extend.js?ver=2.7.3" id="jquery-lazyloadxt-extend-js"></script> <script type="text/javascript" id="fifu-json-ld-js-extra"> /* <![CDATA[ */ var fifuJsonLd = {"url":"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/134.jpg"}; /* ]]> */ </script> <script type="text/javascript" src="https://en.anonyviet.com/wp-content/plugins/featured-image-from-url/includes/html/js/json-ld.js?ver=5.1.4" id="fifu-json-ld-js"></script> <script defer type="text/javascript" src="https://en.anonyviet.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1748505035" id="akismet-frontend-js"></script> <script></script><script type="module">;/*! instant.page v5.1.1 - (C) 2019-2020 Alexandre Dieulot - https://instant.page/license */ let t,e;const n=new Set,o=document.createElement("link"),i=o.relList&&o.relList.supports&&o.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype,s="instantAllowQueryString"in document.body.dataset,a="instantAllowExternalLinks"in document.body.dataset,r="instantWhitelist"in document.body.dataset,c="instantMousedownShortcut"in document.body.dataset,d=1111;let l=65,u=!1,f=!1,m=!1;if("instantIntensity"in document.body.dataset){const t=document.body.dataset.instantIntensity;if("mousedown"==t.substr(0,9))u=!0,"mousedown-only"==t&&(f=!0);else if("viewport"==t.substr(0,8))navigator.connection&&(navigator.connection.saveData||navigator.connection.effectiveType&&navigator.connection.effectiveType.includes("2g"))||("viewport"==t?document.documentElement.clientWidth*document.documentElement.clientHeight<45e4&&(m=!0):"viewport-all"==t&&(m=!0));else{const e=parseInt(t);isNaN(e)||(l=e)}}if(i){const n={capture:!0,passive:!0};if(f||document.addEventListener("touchstart",(function(t){e=performance.now();const n=t.target.closest("a");h(n)&&v(n.href)}),n),u?c||document.addEventListener("mousedown",(function(t){const e=t.target.closest("a");h(e)&&v(e.href)}),n):document.addEventListener("mouseover",(function(n){if(performance.now()-e<d)return;if(!("closest"in n.target))return;const o=n.target.closest("a");h(o)&&(o.addEventListener("mouseout",p,{passive:!0}),t=setTimeout((()=>{v(o.href),t=void 0}),l))}),n),c&&document.addEventListener("mousedown",(function(t){if(performance.now()-e<d)return;const n=t.target.closest("a");if(t.which>1||t.metaKey||t.ctrlKey)return;if(!n)return;n.addEventListener("click",(function(t){1337!=t.detail&&t.preventDefault()}),{capture:!0,passive:!1,once:!0});const o=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!1,detail:1337});n.dispatchEvent(o)}),n),m){let t;(t=window.requestIdleCallback?t=>{requestIdleCallback(t,{timeout:1500})}:t=>{t()})((()=>{const t=new IntersectionObserver((e=>{e.forEach((e=>{if(e.isIntersecting){const n=e.target;t.unobserve(n),v(n.href)}}))}));document.querySelectorAll("a").forEach((e=>{h(e)&&t.observe(e)}))}))}}function p(e){e.relatedTarget&&e.target.closest("a")==e.relatedTarget.closest("a")||t&&(clearTimeout(t),t=void 0)}function h(t){if(t&&t.href&&(!r||"instant"in t.dataset)&&(a||t.origin==location.origin||"instant"in t.dataset)&&["http:","https:"].includes(t.protocol)&&("http:"!=t.protocol||"https:"!=location.protocol)&&(s||!t.search||"instant"in t.dataset)&&!(t.hash&&t.pathname+t.search==location.pathname+location.search||"noInstant"in t.dataset))return!0}function v(t){if(n.has(t))return;const e=document.createElement("link");e.rel="prefetch",e.href=t,document.head.appendChild(e),n.add(t)}</script><div class="jeg_ad jnews_mobile_sticky_ads "></div><script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/en.anonyviet.com\/17-simple-html-code-examples-you-can-learn-in-10-minutes\/"},"dateCreated":"2023-01-28 22:21:11+07:00","datePublished":"2023-01-28 22:21:11+07:00","dateModified":"2023-01-28 15:21:11+07:00","url":"https:\/\/en.anonyviet.com\/17-simple-html-code-examples-you-can-learn-in-10-minutes\/","headline":"17 Simple HTML Code Examples You Can Learn in 10 Minutes","name":"17 Simple HTML Code Examples You Can Learn in 10 Minutes","articleBody":"<br><div id=\"ftwp-postcontent\">\n<p><strong>While modern websites are usually built with a user-friendly interface in mind, it's good to know some basic HTML code. If you know the following 17 HTML tags, you should be able to create a basic website or edit the HTML code generated by applications like WordPress. I've provided HTML code examples with results for most of the tags, so it's easy to understand even if you're new to HTML coding.<\/strong><\/p><div class=\"code-block code-block-16\" style=\"margin: 8px 0; clear: both;\">\n<div align=\"center\">\n<table class=\" aligncenter\" style=\"background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;\">\n<tbody>\n<tr>\n<td style=\"width: 100%; text-align: center;\"><span style=\"font-size: 12pt;\"><strong>Join the channel <span style=\"color: #0000ff;\">Telegram<\/span> of the <span style=\"color: #008080;\">AnonyViet <\/span> \ud83d\udc49 <span style=\"text-decoration: underline;\"><a target=\"_blank\" href=\"https:\/\/t.me\/anonyvietchat\" class=\"local-link\" rel=\"noopener\">Link<\/a><\/span> \ud83d\udc48<\/strong><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><\/div>\n\n<p><img decoding=\"async\" class=\"aligncenter wp-image-28584 size-full\" src=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/134.jpg\" alt=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes\" width=\"707\" height=\"354\" srcset=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/134.jpg 707w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/134-300x150.jpg 300w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/134-360x180.jpg 360w\" sizes=\"(max-width: 707px) 100vw, 707px\" title=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 11\"\/><\/p>\n<h2 id=\"ftoc-17-ve-code-html-don-gian-ma-ban-co-the-hoc-trong-10-phut\" class=\"ftwp-heading\">17 Simple HTML Codes You Can Learn in 10 Minutes<\/h2>\n<p>First, you should install software to write code, I recommend using <a target=\"_blank\" href=\"https:\/\/anonyviet.com\/cach-active-key-sublime-text-4\/\" rel=\"noopener\" class=\"local-link\">Sublime Text<\/a> make it beautiful. Now start typing the first characters to learn HTML code. I usually study at <a target=\"_blank\" href=\"https:\/\/en.anonyviet.com\/next-link\/?url=https%3A%2F%2Fwww.w3schools.com%2Fhtml%2F\" rel=\"noopener external nofollow\" class=\"ext-link\" onclick=\"this.target='_blank';\">w3school<\/a>but you should know these 17 examples of HTML code before learning, it will be easier to absorb<\/p>\n\n\n\n\n<h3 id=\"lt-doctype-html-gt\" class=\"ftwp-heading\">1. <!DOCTYPE html><\/h3>\n<p>You will need this tag at the top of each HTML file. This tag ensures that the browser will use HTML5, the latest version of HTML.<\/p>\n\n\n<p>While this isn't really an HTML tag, it's still a much-needed tag.<\/p>\n<h3 id=\"lt-html-gt\" class=\"ftwp-heading\">2. <html><\/h3>\n<p>This is a tag that tells the browser that it is reading HTML. This <html> tag is directly below the DOCTYPE tag and you close it with a <\/html> tag at the end of the file. Everything else in your HTML file falls between this tag.<\/p>\n<h3 id=\"lt-head-gt\" class=\"ftwp-heading\">3. <head><\/h3>\n<p>The <head> tag begins the header of the HTML file. The content here does not appear on your site. Instead, it contains data for search engines and information for your browser.<\/p>\n\n\n<p>For basic pages, the <head> tag will contain the title of the web page. But there are also some other things that you can include using in this tag.<\/p>\n\n\n<h3 id=\"lt-title-gt\" class=\"ftwp-heading\">4. <title><\/h3>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-28585 size-full\" src=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/135.jpg\" alt=\"Quick html learning tips\" width=\"707\" height=\"230\" srcset=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/135.jpg 707w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/135-300x98.jpg 300w\" sizes=\"(max-width: 707px) 100vw, 707px\" title=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 12\"\/><\/p>\n<p>The <title> tag sets the title of your page. All you need to do is fill in your title name in the tag and close the tag like this:<\/p>\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><head> \n<title>My Website<\/title> \n<\/head><\/pre>\n<p>This is the title displayed as the tab title in the browser.<\/p>\n<h3 id=\"lt-meta-gt\" class=\"ftwp-heading\">5. <meta><\/h3>\n<p>Like the title tag, <meta> is included in the header area of \u200b\u200bthe file header. <meta> is mainly used by search engines and is information about what's on your page. There are several different meta fields, but here are some of the most commonly used:<\/p>\n<ul>\n<li><strong>description<\/strong>: A basic description of your page.<\/li>\n<li><strong>keywords<\/strong>: A selection of keywords that apply to your page.<\/li>\n<li><strong>author<\/strong>: Author of the page.<\/li>\n<li><strong>viewport<\/strong>: This tag ensures that your page renders well on all devices.<\/li>\n<\/ul>\n<p>Here's an example of the <meta> tag:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><meta name=\"description\" content=\"A basic HTML tutorial\"> \n<meta name=\"keywords\" content=\"HTML,code,tags\"> \n<meta name=\"author\" content=\"MUO\"> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><\/pre>\n<p>The \u201cviewport\u201d tag should always have \u201cwidth = device-width, initial-scale = 1.0\u201d to ensure your page renders well on mobile and desktop devices.<\/p>\n\n\n<h3 id=\"lt-body-gt\" class=\"ftwp-heading\">6. <body data-rsssl=1><\/h3>\n<p>After closing the header tag, you will come to the body tag. You tag <body data-rsssl=1> and close the tag <\/body>. Close the <\/body> tag at the end of the HTML file, before the <\/html> tag.<\/p>\n\n\n<p>All content in your site will be between this tag:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><body> \nEverything you want displayed on your page. \n<\/body><\/pre>\n<h3 id=\"lt-h1-gt\" class=\"ftwp-heading\">7. <h1><\/h3>\n<p>To make it easier to imagine the <h1>, <h2>, <h3>\u2026 tags are like the table of contents.<\/p>\n<p>The <h1> tag defines the first-level heading on your page. This will usually be the title, and should only have 1 <h1> tag per web page.<\/p>\n<p><h2> defines a second-level heading such as a section heading, <h3> is a third-level subheading, etc. For example, the names of the tags in this article are third-level headings.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><h1>Big and Important Header<\/h1> \n<h2>Slightly Less Big Header<\/h2> \n<h3>Sub-Header<\/h3><\/pre>\n<p><strong>Result:<\/strong><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"size-full wp-image-28586 aligncenter\" src=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/135-copy-0.jpg\" alt=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 6\" width=\"707\" height=\"345\" srcset=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/135-copy-0.jpg 707w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/135-copy-0-300x146.jpg 300w\" sizes=\"(max-width: 707px) 100vw, 707px\" title=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 13\"\/><\/p>\n<p>As you can see, they get smaller with each level.<\/p>\n<h3 id=\"lt-p-gt\" class=\"ftwp-heading\">8. <p><\/h3>\n<p>The <p> tag starts a new paragraph. This tag will create 2 line breaks between the paragraph above and below.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><p>Your first paragraph.<\/p> \n<p>Your second paragraph.<\/p><\/pre>\n<p><strong>Result:<\/strong><\/p>\n<p>Your first paragraph.<\/p>\n\n\n<p>Your second paragraph.<\/p>\n<p>You can also use CSS in the <p> tag, like below, to resize the text:<\/p>\n<p><code><p style=\"font-size: 150%;\">This is 50% larger text.<\/p><\/code><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"size-full wp-image-28587 aligncenter\" src=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/136.jpg\" alt=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 7\" width=\"943\" height=\"306\" srcset=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/136.jpg 943w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/136-300x97.jpg 300w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/136-768x249.jpg 768w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/136-750x243.jpg 750w\" sizes=\"(max-width: 943px) 100vw, 943px\" title=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 14\"\/><\/p>\n<h3 id=\"lt-br-gt\" class=\"ftwp-heading\">9. <br><\/h3>\n<p>The <br> tag inserts a line break. When there is a <br> tag, the following paragraph will automatically return to the line.<\/p>\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><p>The first line.<br> \nThe second line (close to the first one).<\/p><\/pre>\n<p><strong>Result:<\/strong><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"size-full wp-image-28588 aligncenter\" src=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/137.jpg\" alt=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 8\" width=\"943\" height=\"147\" srcset=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/137.jpg 943w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/137-300x47.jpg 300w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/137-768x120.jpg 768w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/137-750x117.jpg 750w\" sizes=\"(max-width: 943px) 100vw, 943px\" title=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 15\"\/><\/p>\n<p>Similar to the <hr> tag. This tag is often used to separate paragraphs of text.<\/p>\n<h3 id=\"lt-strong-gt\" class=\"ftwp-heading\">10. <strong><\/h3>\n<p>This <strong> tag bolds important text. You can also use CSS to customize the text.<\/p>\n<p><code><strong>Very important things you want to say.<\/strong><\/code><\/p>\n<p><strong>Result:<\/strong><\/p>\n\n\n<p><strong>Very important things you want to say.<\/strong><\/p>\n<p>If you're used to the <b> tag for bolding text, you can still use it.<\/p>\n<h3 id=\"lt-em-gt\" class=\"ftwp-heading\">11. <em><\/h3>\n<p>The <em> tag defines the text to be emphasized, and italicizes them.<\/p>\n<p><code><em>An emphasized line.<\/em><\/code><\/p>\n\n\n<p><strong>Result:<\/strong><\/p>\n<p><em>An emphasis line.<\/em><\/p>\n<p>The <i> tag still works like the <em> tag, but it's possible that the <i> tag will be deprecated in future versions of HTML.<\/p>\n<h3 id=\"lt-a-gt\" class=\"ftwp-heading\">12. <a><\/h3>\n<p>The <a> tag allows you to create links. A simple link looks like this:<\/p>\n<p><code><a href=\"https:\/\/www.anonyviet.com\/\">Go to Anonyviet<\/a><\/code><\/p>\n<p><strong>Result:<\/strong><\/p>\n<p><a target=\"_blank\" href=\"https:\/\/en.anonyviet.com\/next-link\/?url=https%3A%2F%2Fwww.anonyviet.com\" rel=\"noopener external nofollow\" class=\"ext-link\" onclick=\"this.target='_blank';\">Go to Anonyviet<\/a><br\/>The \"href\" attribute specifies the destination of the link. In many cases, this will be another website. It can also be a file, like an image or a PDF.<\/p>\n<p>Other attributes include \u201ctarget\u201d and \u201ctitle\u201d. The target attribute is almost exclusively used to open links in a new tab or window:<\/p>\n<p><code><a href=\"https:\/\/www.anonyviet.com\/\" target=\"_blank\">Go to Website in a new tab<\/a><\/code><\/p>\n<p><strong>Result:<\/strong><\/p>\n<p><a target=\"_blank\" href=\"https:\/\/en.anonyviet.com\/next-link\/?url=https%3A%2F%2Fwww.anonyviet.com\" rel=\"noopener external nofollow\" class=\"ext-link\" onclick=\"this.target='_blank';\">Go to Anonyviet in a new tab<\/a><\/p>\n<p>The \"title\" attribute creates the tooltip. Hover over the link below to see how it works:<\/p>\n<p><code><a href=\"https:\/\/www.anonyviet.com\/\" title=\"This is a tool tip\">Hover over this to see the tool tip<\/a><\/code><\/p>\n<p><strong>Result:<\/strong><\/p>\n<span id=\"su_tooltip_63d53d630bec0_button\" class=\"su-tooltip-button su-tooltip-button-outline-yes\" aria-describedby=\"su_tooltip_63d53d630bec0\" data-settings=\"{\" position=\"\" tabindex=\"0\">Click here to see the results<\/span><span style=\"display:none;z-index:100\" id=\"su_tooltip_63d53d630bec0\" class=\"su-tooltip\" role=\"tooltip\"><span class=\"su-tooltip-inner su-tooltip-shadow-no\" style=\"z-index:100;background:#222222;color:#FFFFFF;font-size:16px;border-radius:5px;text-align:left;max-width:300px;line-height:1.25\"><span class=\"su-tooltip-title\"\/><span class=\"su-tooltip-content su-u-trim\">Tooltip is displayed like this<\/span><\/span><span id=\"su_tooltip_63d53d630bec0_arrow\" class=\"su-tooltip-arrow\" style=\"z-index:100;background:#222222\" data-popper-arrow=\"\"\/><\/span>\n<h3 id=\"lt-img-gt\" class=\"ftwp-heading\">13. <img><\/h3>\n<p>If you want to insert an image into your page, you'll need to use the <img> tag. Normally, you would use it in conjunction with the \u201csrc\u201d attribute. The \"src\" attribute specifies the source of the image:<\/p>\n<p><code><img src=\"https:\/\/anonyviet.com\/17-vi-du-ve-code-html-don-gian-ma-ban-co-the-hoc-trong-10-phut\/wp-content\/uploads\/2019\/04\/sunlit-birds.jpg\"><\/code><\/p>\n<p><strong>Result:<\/strong><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-28590 size-full\" src=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/138.png\" alt=\"example html code to insert image\" width=\"750\" height=\"447\" srcset=\"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/138.png 750w, https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/138-300x179.png 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" title=\"17 Simple HTML Code Examples You Can Learn in 10 Minutes 16\"\/><\/p>\n<p>Other properties such as \u201cheight,\u201d \u201cwidth,\u201d and \u201calt\u201d:<\/p>\n<p><code><img src=\"https:\/\/anonyviet.com\/17-vi-du-ve-code-html-don-gian-ma-ban-co-the-hoc-trong-10-phut\/wp-content\/uploads\/2019\/04\/sunlit-birds.jpg\" alt=\"the name of your image\"><\/code><\/p>\n\n\n\n\n<p>The \"height\" and \"width\" properties set the height and width of the image. In general, you should only use 1 of these 2 properties for the image to display to the correct scale.<\/p>\n<p>The \u201calt\u201d tag tells the browser what text to display if the image cannot be displayed. If someone has a slow connection or an old browser, they will still see the text in the \u201calt\u201d attribute when the image fails to load.<\/p>\n<h3 id=\"lt-ol-gt\" class=\"ftwp-heading\">14. <ol><\/h3>\n<p>The <ol> tag allows you to create a numbered ordered list. Each list item needs a <li> tag:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><ol> \n<li>First thing<\/li> \n<li>Second thing<\/li> \n<li>Third thing<\/li> \n<\/ol><\/pre>\n<p><strong>Result:<\/strong><\/p>\n<ol>\n<li>First thing<\/li>\n<li>Second thing<\/li>\n<li>Third thing<\/li>\n<\/ol>\n<p>In HTML5, you can use <ol reversed> to reverse the numbering order. And you can set start value with start attribute.<\/p>\n<p>The \"type\" attribute tells the browser what type of symbol to use for the items in the list. It can be set to \u201c1,\u201d \u201cA,\u201d \u201ca,\u201d \u201cI\u201d or \u201ci\u201d, setting the specified symbol of the list as follows:<\/p>\n<p><code><ol type=\"A\"><\/code><\/p>\n<h3 id=\"lt-ul-gt\" class=\"ftwp-heading\">15. <ul><\/h3>\n<p>Lists are unordered and much simpler than the <ol> tag. It is simply a bulleted list.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><ul> \n<li>First item<\/li> \n<li>Second item<\/li> \n<li>Third item<\/li> \n<\/ul><\/pre>\n<p>Result:<\/p>\n<ul>\n<li>First item<\/li>\n<li>Second item<\/li>\n<li>Third item<\/li>\n<\/ul>\n<p>The <ul> tag also has a \u201ctype\u201d attribute and you can set it to \u201cdisc\u201d, \u201ccircle\u201d or \u201csquare\u201d.<\/p>\n<h3 id=\"lt-table-gt\" class=\"ftwp-heading\">16. <table><\/h3>\n<p>While using tables for formatting can be challenging, there are times when you'll need to use rows and columns to segment the information on your page. Eg:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><table> \n<tbody> \n<tr> \n<th>1st column<\/th> \n<th>2nd column<\/th> \n<\/tr> \n<tr> \n<td>Row 1, column 1<\/td> \n<td>Row 1, column 2<\/td> \n<\/tr> \n<td>Row 2, column 1<\/td> \n<td>Row 2, column 2<\/td> \n<\/tbody> \n<\/table><\/pre>\n<p>The <table> and <\/table> tags specify the beginning and the end of the table. The <tbody> tag contains all the contents of the table.<\/p>\n<p>The <tr> tag defines a row in a table. and the <th> tag defines the header (first line) of the table. The <td> tag defines a table cell.<\/p>\n<p><strong>Result:<\/strong><\/p>\n<table>\n<thead\/>\n<tbody>\n<tr>\n<th>1st column<\/th>\n<th>2nd column<\/th>\n<\/tr>\n<tr>\n<td>Row 1, column 1<\/td>\n<td>Row 1, column 2<\/td>\n<\/tr>\n<tr>\n<td>Row 2, column 1<\/td>\n<td>Row 2, column 2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"lt-blockquote-gt\" class=\"ftwp-heading\">17. <blockquote><\/h3>\n<p>When you are quoting a quote from a website or someone else and you want to highlight the quote, use the <blockquote> tag. All you need to do is write the quote in the <blockquote> tag.<\/p>\n<p><code><blockquote>\u0110o\u1ea1n tr\u00edch d\u1eabn n\u00e0y \u0111\u01b0\u1ee3c vi\u1ebft b\u1edfi AnonyViet<\/blockquote><\/code><\/p>\n<p><strong>Result:<\/strong><\/p>\n<blockquote><p>This quote was written by AnonyViet<\/p><\/blockquote>\n<p>And here are 17 simple HTML code examples that you can learn in 10 minutes. Any other basic cards, please comment below. In addition, you can also read this article to know how <a target=\"_blank\" href=\"https:\/\/anonyviet.com\/cach-tao-website-bang-github-trong-15-phut\/\" rel=\"noopener\" class=\"local-link\">create github site in 15 minutes.<\/a><\/p>\n\n\n<div class=\"kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom\" data-payload=\"{"align":"right","id":"28583","slug":"default","valign":"bottom","ignore":"","reference":"auto","class":"","count":"100","legendonly":"","readonly":"","score":"5","starsonly":"","best":"5","gap":"5","greet":"\\u0110\\u00e1nh gi\\u00e1 b\\u00e0i vi\\u1ebft post","legend":"B\\u00e0i vi\\u1ebft \\u0111\\u1ea1t: 5\\\/5 - (100 b\\u00ecnh ch\\u1ecdn)","size":"24","width":"142.5","_legend":"B\\u00e0i vi\\u1ebft \\u0111\\u1ea1t: {score}\\\/{best} - ({count} {votes})","font_factor":"1.25"}\">\n \n\n \n\n<p>\n \n The article achieved: 5\/5 - (100 votes) <\/p>\n <\/div>\n<\/div>\r\n","author":{"@type":"Person","name":"AnonyViet","url":"https:\/\/en.anonyviet.com\/author\/langtuphidao\/","sameAs":["https:\/\/en.anonyviet.com"]},"articleSection":["Tips"],"image":{"@type":"ImageObject","url":"https:\/\/anonyviet.com\/wp-content\/uploads\/2021\/07\/134.jpg","width":0,"height":0},"publisher":{"@type":"Organization","name":"","url":"https:\/\/en.anonyviet.com","logo":{"@type":"ImageObject","url":""},"sameAs":["http:\/\/facebook.com","http:\/\/twitter.com","https:\/\/plus.google.com\/+Jegtheme","http:\/\/youtube.com","http:\/\/jnews.jegtheme.com\/default\/feed\/"]}}</script> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"hentry","entry-title":"17 Simple HTML Code Examples You Can Learn in 10 Minutes","published":"2023-01-28 22:21:11","updated":"2023-01-28 15:21:11"}</script> <script type="text/javascript">;!function(){"use strict";window.jnews=window.jnews||{},window.jnews.first_load=window.jnews.first_load||{},window.jnews.first_load=function(){var e=this,t=jnews.library,n="object"==typeof jnews&&"object"==typeof jnews.library;e.data=null,e.run_ajax=!0,e.run_loginregister=!0,e.clear=function(){e.run_ajax=!0,e.run_loginregister=!0,e.data=null},e.init=function(){n&&(t.globalBody.querySelectorAll(".jeg_popup_account").length&&jnews.loginregister&&e.run_loginregister&&(e.run_loginregister=!1,jnews.loginregister.init(),jnews.loginregister.hook_form()),jfla.length&&e.run_ajax&&(e.run_ajax=!1,e.do_ajax({action:"jnews_first_load_action",jnews_id:jnewsoption.postid,load_action:jfla})))},e.update_counter=function(){if(n){var o={total_view:t.globalBody.querySelectorAll(".jeg_share_stats .jeg_views_count .counts"),total_share:t.globalBody.querySelectorAll(".jeg_share_stats .jeg_share_count .counts"),total_comment:t.globalBody.querySelectorAll(".jeg_meta_comment a span")};t.forEach(Object.entries(e.data.counter),(function([e,n]){o[e].length&&t.forEach(o[e],(function(e,o){t.setText(e,n)}))}))}},e.do_ajax=function(o){if(n){var a=new XMLHttpRequest;a.onreadystatechange=function(){XMLHttpRequest.DONE===a.readyState&&200==a.status&&(e.data=JSON.parse(a.responseText),e.data.counter&&"object"==typeof e.data.counter&&e.update_counter())},a.open("POST",jnews_ajax_url,!0),a.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"),a.send(t.httpBuildQuery(o))}}},window.jnews.first_load=new window.jnews.first_load,jnews.first_load.init()}();</script></body> </html><!-- WP Fastest Cache file was created in 2.197 seconds, on June 8, 2025 @ 10:47 am -->