HTML elements have default display values, depending on what type of element it is.
There are two display values: block and inline.
Block-level Elements
A block-level element always starts...
HTML can let events trigger actions in a browser like stating a javascript when a user clicks on an element.
Below are global events attributes that can be added to the HTML element to define ...
The HTML <canvas> element is used to draw graphics on a web page, on the fly, via scripting usually javascript.
The <canvas> element is only a container for graphics. You must use a...
HTML charset is also called HTML character set or HTML encoding. For it to display an HTML page correctly, a web browser must know which charset to use.
HTML characters encoding
The given ...
Emojis are characters from the UTF-8 character set.
They look like images or icons, but they are not.
These characters cannot be typed on the keyboard, but they can always be displayed usin...
Some characters are symbols and you cannot get access to them on the keyboard. These characters are called entities
and are reserved characters.
For example, there are some cases when you m...
HTML semantics refers to the tags that provide meaning to an HTML page rather than just presentation. It makes HTML more comprehensible by better defining sections and the layout of web pages.
...
Computers have unique formatting and text styles for displaying the messages related to codes. The <code> tag is used to display the computer code on the website.
HTML has several elem...
Responsive web design is used to make your web page look appropriate, good, and well placed on all devices(desktops, tablets, and smartphones. Responsive web design uses HTML and CSS to resize, hid...
In HTML, a file path specifies the location of a file inside a web folder structure. It's like an address of a file that helps the web browser access the files.
They are also used to link exter...
HTML iframe is used to display a nested web page. The HTML <iframe> tag defines an inline frame hence it is also called an inline frame.
An HTML iframe embeds another document within the...
The HTML id attribute uniquely specifies the identity of an HTML element. The value of the id must be unique within the HTML document.
The id attribute is used to point to a specific style decla...
Hi, welcome back to the Web Tutor HTML series, in this tutorial, am going to show you how to use classes in HTML.
A class is an HTML attribute that specifies one or more class names for an HTML el...
The colors in HTML are specified with predefined color names or with RGB, HEX, HSL, RGBA, or HSLA values. In this tutorial, you will learn how to use colors with different HTML elements.
Borde...
The quotation elements in HTML are used to insert quoted text in a web page, that is a portion of the text different from the normal text on a web page. In this tutorial, am going to walk you thro...
Welcome back to the Web Tutor HTML series, In this tutorial, you will learn how to comment in HTML. You will learn how to add single and multi-line comments in your HTML code.
You will also see...
HTML formatting is the process of formatting text for a better look and feel. HTML provides us the ability to format text without using CSS.
There are many tags in HTML that are used for format...
HTML style is used to add or change the style in an existing HTML element. There are default styles for every HTML element. For example background color is white, text color is black.
To use th...
HTML attributes refer to additional characteristics of properties of an element such as the width and height of an image. They provide additional information about an element
Each element or ta...
Flash is a very popular technology used to add animations, videos, and audio to websites. This tutorial begins by looking into how to use it on your web pages.
We then focus on how to add vide...