Latest HTML Articles Page 2
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.
Semantic Element in HTML5
In HTML, each Semantic Element describes the structural significance of that element to browsers and developers / developers.
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.
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.
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.
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?
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.
5 steps to learn a dynamic HTML web component profile
HTML is an important part of websites we still use every day. However, not everyone can understand how a website is structured.
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.
Block and inline elements in HTML
Each element in HTML has a default display value, depending on which element it is.
Class properties in HTML
In HTML, class properties are used to identify one or more class names for HTML elements.
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).