TipsMake
Newest

Program - Page 71

Learn basic programming with C, C++, Python, JavaScript, PHP, CSS, HTML5 programming languages. You can also find tutorials on databases, SQL Server here.

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.

Colors in HTML
25 May 2019

Colors in HTML

In HTML, colors are indicated by available color names or by values ​​of RGB, HEX, HSL, RGBA, HSLA.

How to insert spaces in HTML
25 May 2019

How to insert spaces in HTML

This tutorial explains how to insert spaces and line breaks in HTML. Because no matter how many times you type a space, HTML will display a space so to insert more than one space,

Style HTML with CSS
25 May 2019

Style HTML with CSS

CSS is added to HTML elements in three ways: Inline, Internal and External.