Category - HTML

5 posts published

Category - HTML

5 posts published

DocumentFragment and The DOM

The DOM is a logical representation of an HTML document, which the browser uses to determine how a page is displayed. The DOM also provides…

June 27th, 2020 | 5 mins read

The file input field in depth

elements are usually used in forms to collect values from users. They come in different types - email, password, text, file and so on. The…

April 4th, 2020 | 3 mins read

Semantic HTML

What is Semantics? According to the dictionary, Semantic means relating to meaning in language or logic. In other words, this refers to…

February 1st, 2020 | 4 mins read

What is HTML?

What is HTML? HTML stands for HyperText Markup Language. It is the standard markup language for building webpages. Let's break these terms…

December 26th, 2019 | 7 mins read