Clear, practical technology insights About · Contact

HTML

Explore the latest HTML articles and guides at TipsMake, presented clearly and practically. Follow these practical guides and solutions to help you master your technology, software, and your work.

Latest HTML Articles Page 2

Create a quick website with HTML5 Boilerplate
HTML

Create a quick website with HTML5 Boilerplate

When building a new website, you need that website compatible with HTML5 but don't want to take the time to learn the complicated knowledge about HTML5 from the beginning, you can use the HTML5 Boilerplate template. This is a simple front-end template for creating an HTML5 website in minutes.

16 July 2026 · 7 min read
New elements in HTML5
HTML

New elements in HTML5

Below is a list of new elements in HTML5 and describe how to use them.

16 July 2026 · 3 min read
Semantic Element in HTML5
HTML

Semantic Element in HTML5

In HTML, each Semantic Element describes the structural significance of that element to browsers and developers / developers.

16 July 2026 · 8 min read
How to convert from HTML4 to HTML5
HTML

How to convert from HTML4 to HTML5

In this lesson, we will learn how to convert an HTML4 website to HTML5 without changing any original content or structure.

16 July 2026 · 7 min read
Standard format and code coding convention in HTML5
HTML

Standard format and code coding convention in HTML5

HTML5 has a free way to write, so to become a smart programmer, you need to create your own habit of writing the code properly so that others can easily understand and use your HTML code. Find out with Quantrimang.

16 July 2026 · 10 min read
Canvas element in HTML5
HTML

Canvas element in HTML5

The element is used to draw simple word graphic elements such as lines to complex graphics (lines, boxes, circles, lettering, image insertion ...). However, one thing in particular is that its content is built from Javascript.

16 July 2026 · 4 min read
SVG element in HTML5
HTML

SVG element in HTML5

SVG is used to draw 2D graphics and graphics applications on the website, mostly useful for vector style diagrams. So what content does SVG have, how it is used, what is its difference and what is Canvas?

16 July 2026 · 8 min read
Multimedia - Multimedia formats in HTML5
HTML

Multimedia - Multimedia formats in HTML5

Multimedia is a term about products created to run on many different devices. In web framework, multimedia includes text, image, video, audio, animation. Websites often contain multimedia elements of different types and formats. Learn about multimedia formats through this lesson.

16 July 2026 · 5 min read
Comment tag in HTML
HTML

Comment tag in HTML

The comment tag is used to insert comments and comments in the code.

16 July 2026 · 1 min read
Tags in HTML
HTML

Tags in HTML

Tags used to drop rows in the same paragraph, like the Enter key.

16 July 2026 · 1 min read
Abbr tag in HTML
HTML

Abbr tag in HTML

Tags are used to describe an acronym.

16 July 2026 · 1 min read
Div tag in HTML
HTML

Div tag in HTML

Tags are used to define a section or a region in HTML text.

16 July 2026 · 1 min read
Tag aside in HTML
HTML

Tag aside in HTML

Tags define content outside the main content.

16 July 2026 · 2 min read
CSS color coding, standard color code in website design
HTML

CSS color coding, standard color code in website design

Owning standard CSS color coding, you will be more confident when designing, web programming, because color is an indispensable part in the Internet world. In this article, TipsMake.com would like to introduce you to the most beautiful and popular color codes, along with hex codes for your convenience.

16 July 2026 · 8 min read
Class properties in HTML
HTML

Class properties in HTML

In HTML, class properties are used to identify one or more class names for HTML elements.

16 July 2026 · 2 min read
The id attribute in HTML
HTML

The id attribute in HTML

In HTML, the id attribute is used to specify a unique id for an HTML element (the value must be unique in the HTML file).

16 July 2026 · 3 min read
Iframe in HTML
HTML

Iframe in HTML

In HTML, iframe is used to display a web page within another website.

16 July 2026 · 2 min read