TipsMake
Newest

HTML - Page 3

Symbol - Icon in HTML
25 May 2019

Symbol - Icon in HTML

HTML has many mathematical, technical and monetary symbols that cannot be used to write.

Uniform Resource Locators - URL in HTML
25 May 2019

Uniform Resource Locators - URL in HTML

Uniform Resource Locators - URL is another way of writing a web address. URLs can be made up of letters (quantrimang.com) or Internet protocol addresses (IP (192.68.20.50). Most

HTML form
25 May 2019

HTML form

The form in HTML contains form elements - the element types that take input data such as filling in text fields, checkboxes, buttons, submit buttons ...

Introduction to HTML
25 May 2019

Introduction to HTML

A few basic things to know about HTML before starting to learn this language.

HTML editing tool
25 May 2019

HTML editing tool

To learn HTML, it is best to use simple editing tools like Notepad (on PC) or TextEdit (on Mac).

Basic examples of HTML
25 May 2019

Basic examples of HTML

In the previous HTML lesson, you know which tools to use to write HTML code, how to save and open HTML files. This article will give some basic examples of HTML text.

Elements in HTML
25 May 2019

Elements in HTML

The HTML element usually goes in pairs, including the opening tag, closing tag, and the content inside the two tags.

Attributes in HTML
25 May 2019

Attributes in HTML

Properties are used to add information to elements in HTML.

Title in HTML
25 May 2019

Title in HTML

It is very important to use the title to show the text structure. Heading (HTML) in HTML is identified by tags marked from to, of which the most important title is the least

Text in HTML
25 May 2019

Text in HTML

The element in HTML is used to define a paragraph of text.

Format text in HTML
25 May 2019

Format text in HTML

Format elements in HTML help determine the style and importance of text.

Quote elements in HTML
25 May 2019

Quote elements in HTML

Quote elements in HTML. The element in HTML is used to define short excerpts. The browser usually inserts quotation marks before and after the element.

Caption tags in HTML
25 May 2019

Caption tags in HTML

The comment tag is used to insert comments into the source code of HTML.