List content in category "IT / Html"
How to link to a part of a website page without extensions and anchors, focus and highlighting th...
Users often share links to various web pages, but sometimes you need to focus on a specific place on the page. Link to a piece of text may be ne...
16.07.22
Sometimes you need to make sure that the visitor not only goes to the page, but also gets to a certain place. This is done using HTML anchors .
...
17.07.22
When entering a particular site, or when viewing your own, you may want to see how an element is written in HTML, as well as make changes to the p...
21.07.22
Currently, the site can be opened on a wide variety of devices with a wide variety of screen resolutions. To testing site pages at different reso...
19.07.22
Lists are for grouping information on a specific topic, they might be needed anywhere. In HTML there are special tags for their creation, it all...
19.07.22
Creating tables on site pages is a fairly frequent process, so you need to know how to create them correctly. Tables allow you to present the mate...
19.07.22
When coding web pages on HTML often need to use tags, which assume the presence of an image. The path to such images is usually indicated in a s...
19.07.22
When developing sites, all kinds of tags with various attributes are actively used. What attributes are there in HTML ? This article provides a c...
21.07.22
HTML quite a lot all kinds of elements and they can have different attributes. What is an attribute in HTML ? This is an additional entry withi...
19.07.22
Currently modern browsers try to do spell check attribute when entering text in any fields . This is usually the default setting. But sometimes i...
19.07.22
HTML today has very rich functionalities and they are constantly expanding. For example, you can edit the content right on the page, without swi...
23.07.22
When coding site pages, you should adhere to certain rules in order to end up with a high-quality layout page that will pass the check in the HTM...
19.07.22
When adding input fields to site pages, you need to specify auxiliary text for them - hints that explain the purpose of the fields. Previously, th...
19.07.22
Meta tags are used to set additional information about the site page. This information can be used by various services and programs - for ex...
19.07.22
When working with the site, you have to periodically add new content and make various changes to the existing one. As a rule, the main part of the...
19.07.22
Make video playback on the site - today the need to implement such functionality is quite common. Previously, the object tag and third-party too...
19.07.22
Playing audio files on web pages is not unusual today. Previously, for this you had to use special third-party tools, connect a flash player, for ...
19.07.22
When developing a site, usually there is a need to send certain data to the server, today the most popular request methods for sending such ...
20.07.22
Forms are widely used on any site. Thanks to this tool, it became possible to send various data from the user to the server, where you can process...
20.07.22
With the advent of a new version of HTML, it has become possible to layout pages in a new way. Namely, HTML5 introduces new semantic tags that...
20.07.22
HTML was designed in such a way that almost every element in it contains semantic meaning. The semantic meaning of tags - this means that ...
20.07.22
Parsing site pages laid out in HTML can be easily implemented in almost any programming language. Naturally, this can be a very necessary ta...
20.07.22
The new version of the HTML language has brought many completely new features and has undeniable advantages over previous versions.
Added...
20.07.22
This language is designed to markup documents, mainly web pages. It includes many tags, some are gradually being removed, some new tags are added....
20.07.22
HTML has been around for a long time. Thanks to this language, the emergence of many Internet sites has become possible. The abbreviation HTML s...
21.07.22
Оставить заявку
Latest articles
- 03.04.24IT / Уроки PHP Уроки простыми словами. Урок 3. Все операторы PHP с примерами, с выводом работы кода на экран.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 2. Типы данных в PHP с примерами.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 1. Коротко о языке веб-программирования PHP. Основы синтаксиса.
- 09.11.23IT / Database Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed with an error or INSERT does not work. Disabling STRICT_TRANS_TABLES strict mode or using IGNORE
- 08.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes