HTML

HTML language, tags, tables

Translucent backgrounds

Полупрозрачный фон. Применение для дизайна в html документах

Looking to make the web pages you create eye-catching, memorable, and up-to-date? Using translucency can help you do just that. How to Apply Opacity Throughout the evolution of browsers and html in general, designers and programmers have implemented these basic ways to provide transparency: opacity; PNG images; RGBA; checkered images. Each of the methods has …

Translucent backgrounds Read More »

XPAth html queries

XPAth html запросы для парсинга сайтов

XPath is a powerful language often used in website parsing. It allows you to access nodes or calculate values from XML and HTML. Similar functions use CSS selectors, but XPath allows you to do much more. With XPath you can parse data based on text elements and not just in the page structure. So when …

XPAth html queries Read More »

PHP MySQL table entry

MySQL запись в таблицу через php

PHP supports MySQL databases. Built-in functions specifically designed to work with MySQL, allowing you to effectively write and read data, make the necessary queries, fix bugs. A database connection script that makes a query and outputs the result will consist of a few lines. To start the database (MySQL) does not require additional installation and …

PHP MySQL table entry Read More »

Text frame html

Рамка для текста в HTML

The information that users are looking for should arouse interest. But apart from that, the visual component is also important, in what form the content is presented. When designing a site makers are interested in what ways you can change the size, color and style of the font, how to adjust the headings. Yes, this …

Text frame html Read More »

Paragraph indent HTML

Абзацный отступ в HTML

To make the text easier to understand and read, it is divided into parts. For example, a book consists of chapters, a newspaper – of headings, an article – of subheadings, which have their own structure: indents, paragraphs, lists, etc. The text posted on the Internet is also subject to this rule. It should have …

Paragraph indent HTML Read More »

HTML canvas tag

Тег html canvas для отображения графических элементов посредством JavaScript

Canvas is an HTML5 element used to draw two dimensional images. It represents an area in which you can build graphs, animations, drawings or games using js methods. At first glance, it is analogous to img, but unlike this element, it does not have alt and src attributes. Some browsers have problems with CSS support, …

HTML canvas tag Read More »

HTML strikethrough text

Зачеркнутый текст HTML

In an HTML environment, strikethrough text can be rendered using CSS style sheets and tags. To simply display the strikethrough text, you must use a tag. For a more fine-tuned visualization of the content is better to use the CSS properties that are executed when assigned to an element. Crossed out text using tags The …

HTML strikethrough text Read More »

HTML color palette

Палитра цветов HTML

In the development environment, to display and display the desired color you need to know its code. Different programming languages and web (HTML, JavaScript, CSS) have their own formats, the most common being RGB, HSV and Hex. In turn, the W3C specification defines 16 primary and 130 shades of color names. To understand which format …

HTML color palette Read More »