Call the html code of the page. We remove malware or its remnants


You need to quickly see all the changes on the site itself, without affecting the files and code of the site posted on the Internet. For example, change color scheme any block, move a slipped element, etc.

To do this, many webmasters use local servers Denwer or OpenServer, running full copy site on your computer. This method is universal and suitable for professionals; it can be used to check the work various scripts and plugins, experiment with changing the design and edit all the site files, and after testing, transfer the appropriate changes directly to the site.

For users who are far from webmaster art, I recommend using a browser for these purposes. Since I use Chrome, I will provide instructions with screenshots for this particular browser. By analogy, you can work with Opera, Yandex Browser, Mozilla Firefox and other browsers, the principle of their tools is similar.

Instruction 1: how to view the entire HTML code of a site in a browser

Open the required web page of your site. Right-click on the required element, a browser contextual drop-down menu with available commands will appear:

Figure 1. View all HTML code of a web page in Chrome browser

Important: The commands in the drop-down menu may differ, for example, for active elements (links, pictures, videos) and inactive ones (text, background, divs):

Figure 2. Chrome browser drop-down menu

So if you don't find the command you need, just click right button mouse in another place or use browser hotkeys.

Let's return to Figure 1, it shows required command to view all the HTML code of the original web page, it is called " View page code". Click on the command and it will open new inset with the full code of the source web page, a big plus to everything - viewing is available with syntax highlighting:

Figure 3. Code fragment of this site

This tool is very useful for finding and editing the elements you are looking for.

Alternative ways to view all HTML code of a web page

For more quick access, you can use other ways to call this tool

  1. In Figure 1 we also see that this command available via keyboard shortcut + ;
  2. Paste into address bar browser view-source: site instead of my domain, insert your address;

Both methods are universal and should work in all browsers.

At first it will seem to some that this is not at all the right tool, but viewing the entire HTML code of a site is great for searching within the code necessary elements, these can be links, tags, meta tags, attributes and other elements.

Hotkey combination +open the search window, in the Chrome browser it appears at the top right:

Figure 3. Search by site code

After you enter a request into the search form, the screen will move to the first element found, using the arrows you can move between them and select the one you need:

Figure 4. Search by HTML site code

Instruction 2: how to view and edit the HTML and CSS code of a site in the Google Chrome browser

Now the most an important part, in which I will show how you can edit the HTML and CSS code of a website in a browser. then transfer the changes to the browser.


Like this useful tool always available in your browser, experiment with other commands that will make editing your site easier.

The size and color of some important elements of the blog - such as the title of the blog or post, the more tag, and the like. I searched for the required code manually, experimenting with the test domain, on the basis of which the article was later written.

And recently I needed to change the color of links. Having sifted through a bunch of literature on this issue, I realized simple thing: everyone gives examples from own templates, but we all have different templates and it’s good if the code from the example is at least a little similar: if you don’t whine, I’ll still find it by searching - at random.

The number did not work with the link code. Everyone pointed completely different paths. I wondered if there was a simple and accurate tool, how to find required code html on any site. Many bloggers, even with experience, have difficulty in minor modifications to the template. There is nothing wrong with this, because everyone has their own interests and goals for creating a website.

If you want to deposit minor changes into a template, for example change any heading, title of articles and sections, color and size of fonts and links, Usually it is enough to learn the simple principle discussed in this article. But there are also complex cases that require either deeper learning html and css, or the help of a specialist.

One day, an acquaintance asked me to find where to change the color of the category panel in his template. Uploaded a topic to a test subdomain. The settings for this element were not stored in style.css, but in another file, so a person could not find it.

How to find and change the html and css code of a site

If you don't like long articles, this is for you at the end of the article a video tutorial that tells how you can see the website’s html code using Notepad++ and make changes to the design of any template using an example of how to change the font color. In the video there are other subtleties of handling a blog. And for those who are closer and clearer to the text, below detailed analysis themes with screenshots.
httpv://youtu.be/uIlVvwCt2ho

Terms and concepts

It would be more accurate to title the article “ How to find css code “, but I decided to go with the “wrong” name, because basically the answer to this question is found in html. CSS and HTML are very different things, even though they are two parts of the same system. There are many technical articles on the Internet, here it will be enough for us to understand that:

  • HTML— is responsible for the structure of the site (what follows what, in what order, etc.). This is the basis on which the site is created. If we compare it with a house, then this is its layout, the arrangement of rooms.
  • CSS— is responsible for the design (what fonts, sizes, colors, etc.). This is the general style of the house and the style of its individual rooms: what kind of wallpaper there will be, lamps, curtains, furniture. Therefore, the document that states css codes, called "style sheet"

And if you are wondering how to change, for example, the color of the site title, the font size in the texts, or the color of the headers in the sidebar, then you need to look for all this in the CSS style sheet. This is the only thing worth understanding first in order to make changes to the code yourself.

I like to make the complex simple. I remember a long time ago, when I had my first car, it was very old, the wiring was rotten, fuses often blew, and every time I towed it to the service station. Imagine how much money was wasted, given that self-replacement, as it turned out, costs a penny.

One day I looked at what exactly the master does. I still don't know how the fuse works. But I know where to change it). I wouldn’t repair the motor myself, and it’s not difficult to replace the fuse. It's the same with websites.

If you don't want to become a programmer, then there is no need to have a deep understanding of programming. It is sufficiently clear to understand what is intended for what, where to look for it and how to change it. It’s better to change what you can yourself, and leave everything else to specialists. In the article about there is useful link about this theme.

Do you need to be an expert in everything?

There are often discussions on SEO blogs about whether a beginner needs to have a deep understanding of HTML, or even better, learn how to write websites themselves so that everything is unique.. Well, I don’t know - to each his own, and here what’s closer to whom is closer. I’m interested a little more, so I’m now learning more from Vladimir. In November of this year, Vladimir opened his own blog. His blog is made in the simplest way, free template, he only slightly changed it to suit himself.

After 10 days of existence, the blog took 104th place in the ranking of all Runet sites with a traffic of about 1.5 thousand people per day. In 10 days. So what's the deal? Vladimir is well versed in HTML, he can order and buy it for himself unique template. So you must understand that The secret lies not in the templates, but in the usefulness of the information.

Where is the html code hidden?

Sorry for the digression, let's return to our codes). Let's say you want to change the font color of your blog title. Let's look at the example of my test site.

  1. Opening the site in Google browser Chrome (if you don’t use it yet, install it - it’s well designed for working with websites, it has a lot of built-in tools).
  2. We move the mouse cursor over the element that we are going to change . IN in this case- to the name of the blog. We right-click on it and in the window that appears, select VIEW ELEMENT CODE.

IMPORTANT: do not confuse this with VIEWING THE PAGE CODE! We don't need the whole page right now, just separate element.

Click on it - a code viewing window appears at the bottom of the browser:

The line of code that we are changing is highlighted in red.

But the area highlighted in blue contains what we are looking for. This is where you can find the exact (not approximate) line of code responsible for fonts, color, size, highlighting, etc. This way you can find out ANY code of any element of any template.

Find the desired line in the block highlighted in blue. There is a slider on the right, you can scroll through and find the line you need.

General principle where to look for something:

Font name - in the FONT FAMILY line

Font size - in the FONT SIZE line

Font color - in the COLOR line

Here are three main lines in which the name, size and font color of any element change. Right in line style css The position of the line in the document is given. If you need to change some other element (for example, you need to find out where the line is where you can change the color of the menu bar or the color of links), everything is done exactly the same.

ATTENTION:

The line that we will copy is highlighted in red in the figure,

so that you can later find it in the style sheet.

4. Copy the line. Since in this example we want to change the color of the site name, I copy the line highlighted in the red rectangle in the second picture. In my template, it is responsible for changing the color of the site title:

#header h1 a, #header h1 a:visited (

Find the required line in the file “style sheet (style.css)”. This is already done in the admin panel. I strongly ask that, while there is no confidence and complete understanding, all experiments should be carried out on a test subdomain in order to exclude .

So, go to the admin panel: CONSOLE - APPEARANCE - EDITOR. In the right sidebar we find the file STYLE TABLE (STYLE.CSS), open it.

Now open the search bar CTRL keys+ F: an empty line-window will appear in the top window. We paste into it the line that we copied in step 4.

And you will see how this line will be highlighted in the style sheet (in orange in the picture):

We make a change to the element. In our case, we are changing the font color, so in the COLOR line we substitute another value - the color we want. In the example, the color is black, its meaning is:

You can choose a color in any web color palette service: type “Web color palette” in a search engine and select the one you want. We select a color, copy its digital value and carefully replace it with the old one. after which we click UPDATE FILE and go to see what happened.

If the changes are not displayed, for the past hour and go to the page again - this time everything should be displayed.

It takes a long time to describe, but in practice everything is done quickly, especially when the initial skill appears.

In more detail, how to change certain elements:

That's all for today, I won't bother you with codes anymore. I hope that now you yourself can easily find and change any element of the html code, or rather, the css code - may the experts forgive me for simplifying it. And if you don’t figure it out, still visit the page. Don't waste your time on nonsense.

I suggest watching Artem Abramovich’s video on how to search and find any word or element in any theme/template, for any engine (wordpress, joomla, etc.) and replace it with what you need:

Please share if you liked it:

You might also be interested in knowing:


If you open any web page, it will contain typical elements that do not change depending on the type and focus of the site. Example 4.1 shows the code simple document, containing the main tags.

Example 4.1. Web page source code

Example web page

Heading

First paragraph.

Second paragraph.

Copy the contents this example and save it in the c:\www\ folder as example41.html. After that, launch the browser and open the file through the menu item File > Open File (Ctrl+O). In the document selection dialog, select the file example41.html. The web page shown in Fig. 1 will open in the browser. 4.1.

Rice. 4.1. Result of running the example

Elementis intended to indicate the type of the current document - DTD (document type definition, description of the document type). This is necessary so that the browser understands how to interpret the current web page, because HTML exists in several versions, in addition, there is XHTML (EXtensible HyperText Markup Language), which is similar to HTML, but differs from it in syntax. So that the browser “does not get confused” and understands according to which standard to display the web page, it is necessary to set in the first line of code .

There are several types, they vary depending on HTML versions, to which they are oriented. In table 4.1. The main types of documents with their descriptions are given.

Table 4.1. Valid DTDs
DOCTYPE Description
HTML 4.01
Strict HTML syntax.
Transitional HTML syntax.
An HTML document uses frames.
HTML 5
This version of HTML has only one doctype.
XHTML 1.0
Strict XHTML syntax.
Transitional XHTML syntax.
The document is written in XHTML and contains frames.
XHTML 1.1
The developers of XHTML 1.1 expect it to gradually replace HTML. As you can see, this definition has no division into types, since the syntax is the same and obeys clear rules.

The difference between a strict and transitional document description is a different approach to writing document code. Strict HTML requires strict adherence to the HTML specification and is unforgiving of errors. Transitional HTML is more relaxed about some code flaws, so this type is preferable to use in certain cases.

For example, in strict HTML and XHTML the presence of the tag is required , and in transitional HTML it can be omitted and not specified. At the same time, we remember that the browser will show the document in any case, regardless of whether it matches the syntax or not. This check is carried out using a validator and is intended primarily for developers to track errors in the document.</p> <p>In the future we will mainly use strict<!DOCTYPE>, unless otherwise specified. This will allow us to avoid common mistakes and teach us to write syntactically correct code.</p> <p>You can often find HTML code without using any<!DOCTYPE>, the web page will still be shown in this case. However, it may happen that the same document appears differently in the browser when you use<!DOCTYPE>and without it. In addition, browsers can display such documents in their own way, as a result the page “crumbles”, i.e. will be displayed completely differently from what the developer requires. To avoid such situations, always add<!DOCTYPE>to the beginning of the document.</p><p>Tag <html>defines the beginning of the HTML file, the header is stored inside it ( <head>) and document body ( <body> ).</p><p>Document title, also called a block <head>, can contain text and tags, but the content of this section is not directly shown on the page, except in the container <title> .</p><p> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </p><p>Tag <meta>is universal and adds a whole class of capabilities, in particular, with the help of meta tags, as this tag is generally called, you can change the page encoding, add <a href="https://gtavrl.ru/en/opredelenie-intervala-chastot-klyuchevyh-slov-vysokochastotnye/">keywords</a>, document description and much more. So that the browser understands that it is dealing with UTF-8 encoding (Unicode transformation format), and this line is added.</p><p> <title>Example web page

Tag determines the title of a web page; this is one of the important elements designed to solve many problems. In the operating room <a href="https://gtavrl.ru/en/osobennosti-operacionnyh-sistem-semeistva-windows-operacionnaya-sistema-os/">Windows system</a> title text is displayed on the left <a href="https://gtavrl.ru/en/lupa-v-levom-verhnem-uglu-kak-ubrat/">top corner</a> browser window (Fig. 4.2).</p> <p><img src='https://i2.wp.com/htmlbook.ru/files/images/samhtml/fig_1_04_02.png' height="37" width="194" loading=lazy loading=lazy></p> <p>Rice. 4.2. Header view in browser</p> <p>Tag <title>is mandatory and must certainly be present in the document code.</p><p>You must add a closing tag</head> to indicate that the document title block is complete.</p><p>Document body <body>intended for placing tags and content of a web page.</p><p> <h1>Heading</h1> </p><p>HTML offers six text headings of varying levels that indicate the relative importance of the section following the heading. Yes, tag <h1>represents the most important first level heading, and the tag <h6>serves to indicate the sixth level heading and is the least significant. By default, the first level heading is displayed most <a href="https://gtavrl.ru/en/kak-nastroit-planshet-na-krupnyi-shrift-kak-izmenit-shrift-na-androide/">large print</a> bold, subsequent level headings are smaller in size. Tags <h1>...<h6>refer to block elements, they always start with <a href="https://gtavrl.ru/en/otkryt-kom-stroku-kak-otkryt-komandnuyu-stroku-v-windows-xp-novyi-i-samyi-udobnyi/">new line</a>, and after them other elements are displayed on <a href="https://gtavrl.ru/en/perehod-na-sleduyushchuyu-stroku-v-html-perenos-stroki-i-razdelitelnaya/">next line</a>. Additionally, white space is added before and after the title.</p><p> <!-- Комментарий --> </p><p>Some text can be hidden from being shown in the browser by making it a comment. Although the user will not see such text, it will still be transmitted in the document, so after looking <a href="https://gtavrl.ru/en/kak-naiti-kod-stranicy-kak-posmotret-ishodnyi-kod-stranicy-i-kod/">source</a>, you can discover hidden notes.</p> <p>Skill <b>change the page source code</b> – <a href="https://gtavrl.ru/en/blogi-ugarnye-slova-trollei-trolling-glupoe-razvlechenie-ili/">useful skill</a> for the advanced Internet user. By substituting HTML code, you can change <a href="https://gtavrl.ru/en/kak-otkryt-veb-stranicu-otkrytie-veb-stranicy/">open web page</a> as you please. In this article we will tell you <b>how to change page code</b> V <a href="https://gtavrl.ru/en/windows-7-ne-ustanavlivaetsya-google-chrome-ne-ustanavlivaetsya-google-chrome-reshenie/">Google Chrome</a>. However, in other browsers everything is done similarly, so there should not be any difficulties.</p> <h2>What is the HTML code of the page?</h2> <p>Every page you open in your browser has its own language code <a href="https://gtavrl.ru/en/referat-yazyk-gipertekstovoi-razmetki-html-sredstva-gipertekstovoi/">HTML markup</a>. This code represents tags and text. Tags are unique labels that tell the browser how to display this or that part of the site. Text is the content of the page, what the user sees. Also the page can be connected <a href="https://gtavrl.ru/en/kak-ubrat-neispolzuemye-stili-css-udalenie-neispolzuemyh-css/">CSS styles</a>, which set <a href="https://gtavrl.ru/en/yarlyki-yandeksa-kak-skachat-russkii-yandeks-brauzer-besplatno/">appearance</a> page elements. To <b>change the site source code</b> you don’t need to know HTML and CSS thoroughly, and you’ll soon see for yourself.</p> <h2>Why change a web page?</h2> <p>You can change the data on the site, change the text of the message, or take a fake screenshot. Please note that all changes are visible only to you and will disappear when you reload the page. Also the changed data will not be real. For example, if I don’t have 10 dollars, and I change it to 100, then I won’t have any more money. This is just the display of the page by the browser. Example:</p> <p><b>After:</b></p> <p><img src='https://i0.wp.com/mypclife.ru/wp-content/uploads/2017/07/changeHTMLcode2.jpg' align="center" height="274" width="274" loading=lazy loading=lazy></p> <p>For example, I’ll take the same site and change the previous announcement of the article “” Opening <a href="https://gtavrl.ru/en/stranica-sdelat-startovoi-avtomaticheski-kak-sdelat-yandeks/">home page</a> in Google Chrome. I right-click on the element that I want to change, for example, the title of the announcement and select “View code”.</p> <p><img src='https://i0.wp.com/mypclife.ru/wp-content/uploads/2017/07/changeHTMLcode4.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>In the window that opens, go to the Elements tab and see the HTML code of the page. In it we need to find the text we are interested in. (underlined in red)</p> <p><img src='https://i0.wp.com/mypclife.ru/wp-content/uploads/2017/07/changeHTMLcode5.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Now I’ll delete the old text and write in a new one.</p> <p><img src='https://i0.wp.com/mypclife.ru/wp-content/uploads/2017/07/changeHTMLcode6.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>That's all, the title of the announcement has been changed. Now I will change the announcement itself, tags and category.</p> <p><img src='https://i1.wp.com/mypclife.ru/wp-content/uploads/2017/07/changeHTMLcode7.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>You can insert another picture by changing <a href="https://gtavrl.ru/en/vstavka-izobrazheniya-v-dokument-html-vstavka-graficheskih-izobrazhenii-ispolzovanie-tega-img-i-ego-a/">src attribute</a> in the img tag.</p> <p><img src='https://i0.wp.com/mypclife.ru/wp-content/uploads/2017/07/changeHTMLcode8.jpg' align="center" width="100%" loading=lazy loading=lazy></p> 1 vote <p>Good day, dear readers of my blog. Sometimes you find some beautiful feature on a website and begin to wonder how the creator achieved such an interesting effect.</p> <p>It turns out that the answer is quite simple. And if you have some skills, you can collect a lot of these features and create your own unique website in a short time.</p> <p>Today we will talk about how to open the code of a page, a certain element, and learn how to use this skill for your benefit.</p> <h2><span>Basic knowledge of code</span></h2> <p>My site is intended for beginners and first I would like to briefly talk about sites and code in general.</p> <p><img src='https://i1.wp.com/start-luck.ru/wp-content/uploads/cit1-75-537x292.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>To draw a picture, then cut it into small parts, write code so that the browser will reassemble all the elements into a single whole. Does everything seem very complicated? Not at all, and there’s no point in grieving about it.</p> <p>This is how high-quality websites are created. If you want, get involved in this matter and study it; if you don’t want to, no one can force you.</p> <p>I will only say one thing... there is nothing more pleasant than seeing how incomprehensible words you wrote are transformed into a single whole and come to life: links work, buttons move, pictures move, text crawls. I think I know how Victor Frankenstein felt.</p> <p>When you begin to comprehend the secret language and see that everything is actually much simpler than it initially seemed, you cannot help but believe in your own strengths and capabilities of the brain. This is very cool.</p> <p>How are websites made? Ideally, first. He's just painting a picture. For example, as shown in the picture below. For now it is just an image, a photograph. No links work, when you click you don’t go anywhere, no search is carried out.</p> <p><img src='https://i1.wp.com/start-luck.ru/wp-content/uploads/Screenshot_1-46.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>According to this drawing. Look at the screenshot below. You may think that this is a ridiculous and very complex set of symbols. In fact, everything is not so complicated, there is a certain algorithm.</p> <p>There are only about 150 tags and each of them is responsible for a specific action: link, hyphenation, bold, color, title, and so on. Understanding them is not so difficult if you have the desire and don’t mind the time.</p> <p><img src='https://i1.wp.com/start-luck.ru/wp-content/uploads/Screenshot_2-43.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Thanks to knowledge of these attributes, you can solve almost any problem. But each developer finds his own ways to achieve the goal.</p> <p>Experienced creators immediately see how to achieve results, while others have to think, look for the answer in articles or in the source code of competitors. They simply take the necessary part from a third-party site and edit it for themselves. This significantly shortens the work process.</p> <p>A little later, I will show you a specific example.</p> <h2>View code</h2> <p>So, let me first show you how to act if you need to find out someone else's html. Then we will look at all the other questions in more detail.</p> <h3><span>The best way</span></h3> <p>The method that I will describe first is a little complicated for beginners, but as an introduction, read it. Open the page and click on the right mouse button. Select “Save as...”</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_2-1-1.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Save the entire web page. As you can see in the screenshot, I have already downloaded everything in advance. Here we have two folders.</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_2-2-1.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Everything you need is here. Every element. If you understand this, you can quickly get everything you need. But such a task is increasingly becoming impossible. There is no downloading. What to do if it is prohibited to copy a page?</p> <h3><span>This is Google Chrome</span></h3> <p>As you may have already noticed, I most often use Google Chrome and learning someone else's code in this browser is as easy as shelling pears. As in principle with any other. The scheme will not only be similar, but identical. Open the page whose code we want to know and right-click anywhere. In the window that appears, click “View page code”.</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_3-40.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>A sheet of code will open in a new window, which is quite difficult for a beginner to understand. But don't be alarmed ahead of time.</p> <p><img src='https://i1.wp.com/start-luck.ru/wp-content/uploads/Screenshot_4-36.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>If you need to know the code of only one element, just hover over it with the mouse and right-click. Select another Chrome function: “View element code”.</p> <p>For example, I might be interested in how the logo was made, using a picture or a programming language? After all, you can draw a square with <a href="https://gtavrl.ru/en/sdelat-animaciyu-css-plavnaya-animaciya-peremeshcheniya-s-pomoshchyu-css-plavnoe/">css help</a>. Many experts advise how to <a href="https://gtavrl.ru/en/sposoby-kodirovanii-informacii-gipermarket-znanii-bolshaya-enciklopediya-nefti-i-gaza/">more information</a> write in code. How do they work on popular sites?</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_5-33.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>So it appeared <a href="https://gtavrl.ru/en/tehnicheskaya-podderzhka-kakaya-informaciya-neobhodima-dlya-provedeniya/">necessary information</a>. html on top, css on bottom. These are two languages. The first is responsible for the text component, and the second for the design. If there were no CSS, then you would have to specify the color and font size each time. For each page, this is very long. But if there were no html, then we would not have texts. I explained it roughly, but in general, that’s how it is.</p> <p>By the way, if you are interested in how it works here, you can look at the link to the picture below. Here's your answer.</p> <p><img src='https://i1.wp.com/start-luck.ru/wp-content/uploads/Screenshot_6-33.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <h3>Mozilla Firefox</h3> <p>If you like to work in mastic, then everything will be exactly the same. Open the page and click on the right mouse button. “Page source code” if you want to see the entire code.</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_7-32.jpg' align="center" width="100%" loading=lazy loading=lazy></p><p>When you hover over an element, you can open its code.</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_8-29.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Here the data is displayed at the bottom of the screen, but otherwise everything is exactly the same.</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_9-29.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <h3>Yandex browser</h3> <p>In the Yandex browser, everything is exactly the same as in the previous two options, open the page, right-click, see the page code.</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_10-27.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>We hover the cursor over an element if we want to find out exactly its code.</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_11-27.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Everything is displayed here exactly the same as in Chrome.</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_12-25.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <h3>Opera</h3> <p>And finally, Opera.</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_13-24.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>By the way, you may have noticed that you don't have to use a mouse. There is a quick keyboard shortcut to open the code, and it is the same for all browsers: <b>CTRL+U</b>.</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_14-24.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>For elements: Ctrl+Shift+C.</p> <p><img src='https://i1.wp.com/start-luck.ru/wp-content/uploads/Screenshot_15-22.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>This is what the result looks like.</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_16-23.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <h2><span>This will be interesting for beginners</span></h2> <p>Now look how everything works. You find a site and really like some element. For example, this one. You already know how to open the element code.</p> <p><img src='https://i1.wp.com/start-luck.ru/wp-content/uploads/Screenshot_17-20.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Now copy it.</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_18-19.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>I use it, paste this code into a new one <a href="https://gtavrl.ru/en/chem-otkryt-fail-s-rasshireniem-html-chem-otkryt-fail-html-na-kompyutere/">html file</a>, into the body tag (body in English).</p> <p><img src='https://i1.wp.com/start-luck.ru/wp-content/uploads/Screenshot_19-18.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Now let's see how it will all look in the browser.</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_20-16.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Ready. In order for the text to be aligned to the edges and acquire a greenish color, you need to connect to this <a href="https://gtavrl.ru/en/poshlyi-rules-html-pravila-postroeniya-html-dokumentov-pravila/">css document</a> and copy another code from the site from which we stole this one.</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_21-16.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>I won't do this now. This requires more time: both mine and yours. I think that I will describe all the details in my future publications. Subscribe to the newsletter and be the first to know when an article appears.</p> <p>If you can’t stand it, but want to learn more about html and css now, then I can traditionally recommend you free training courses.</p> <p>Here are 33 lessons that will allow you to master html - <i><b><span>« <a href="https://gtavrl.ru/en/infourok-olimpiady-lichnyi-besplatnye-kursy-dlya-pedagogov/">Free course</a> by HTML"</span> </b> </i>.</p> <p><img src='https://i0.wp.com/start-luck.ru/wp-content/uploads/Screenshot_22-16-537x476.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>And here <a href="https://gtavrl.ru/en/programma-dlya-polnoi-sistemnoi-informacii-programmistan-besplatnye/">full information</a> about css - <i><b><span>“Free course on CSS (45 video lessons!)”</span> </b> </i>.</p> <p><img src='https://i2.wp.com/start-luck.ru/wp-content/uploads/Screenshot_23-15.jpg' align="center" width="100%" loading=lazy loading=lazy></p> <p>Now you know a little more. I wish you success in your endeavors. See you again!</p> <script>document.write("<img style='display:none;' src='//counter.yadro.ru/hit;artfast_after?t44.1;r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";h"+escape(document.title.substring(0,150))+ ";"+Math.random()+ "border='0' width='1' height='1' loading=lazy loading=lazy>");</script> </div><div class="clear"></div> <script type="text/javascript"> document.getElementById('hc_full_comments').innerHTML = ''; </script><br /><br /><noindex><p align="center"><center> <div id="meta_news_block1111" style="text-align: center;"></div></center> </p> <br /><br /> <p align="center"> </p> </noindex> </div> </div> <div id="sidebar"> <div class="clear"></div><br /> <h2 class="front" style="margin:15px 0 5px 0">Popular articles</h2> <div class="tabcont"> <ol> <li><a href="https://gtavrl.ru/en/kak-ochistit-kesh-brauzera-i-zachem-eto-nuzhno-chto-znachit-ochistit-kesh-i-kak-eto/">What does clear cache mean and how to do it?</a></li> <li><a href="https://gtavrl.ru/en/dba-edinica-izmereniya-shum-vozdushnyi-i-strukturnyi-generatory-i-elektrostancii/">Airborne and structural noise</a></li> <li><a href="https://gtavrl.ru/en/obzor-luchshih-programm-dlya-vedeniya-semeinogo-byudzheta-programmy-dlya/">Programs for home accounting The best application for home accounting</a></li> <li><a href="https://gtavrl.ru/en/kak-sozdat-stranicu-dlya-poiskovyh-sistem-kak-vosstanovit/">How to restore the default search engine</a></li> <li><a href="https://gtavrl.ru/en/kak-podklyuchit-uslugu-chernyi-spisok-ot-tele2-kak-dobavit-nomer-v-chernyi/">How to add a number to the “Black List” on Tele2 Tele2 Black List how to add a number</a></li> </ol> </div> <h2 class="front" style="margin:15px 0 5px 0">Latest articles</h2> <div class="tabcont"> <ol> <li><a href="https://gtavrl.ru/en/lichnyi-nomer-voennosluzhashchego-vhod-bez-registracii-chto-takoe-lichnyi/">What is a military personnel’s personal account and how to enter it without registration</a></li> <li><a href="https://gtavrl.ru/en/kak-perekinut-kontakty-s-iphone-na-kak-s-aifona-perekinut-kontakty/">How to transfer contacts from iPhone to Android</a></li> <li><a href="https://gtavrl.ru/en/kakoi-teg-opredelyaet-tip-dokumenta-ispravlenie-oshibok-ne-zakryt/">Which tag defines the document type</a></li> <li><a href="https://gtavrl.ru/en/vot-bolee-podrobnoe-opisanie-samyh-rasprostranennyh/">Here's a more detailed description of the most common subtitle formats</a></li> <li><a href="https://gtavrl.ru/en/kak-skopirovat-soobshchenie-v-vk-kak-pereslat-soobshchenie-drugomu/">How to forward a message to another person on VKontakte</a></li> <li><a href="https://gtavrl.ru/en/pochemu-ne-rabotaet-kontakt-pochemu-ne-rabotaet-prilozhenie/">Why doesn't the VKontakte application work?</a></li> <li><a href="https://gtavrl.ru/en/chto-nado-nazhat-chtoby-istoriya-ne-sohranyalas-kak-sdelat-chtoby-ne-sohranyalas-istoriya-kak-udalit/">How can I prevent history from being saved?</a></li> </ol> </div> <div class="widget" id="ajdg_grpwidgets-3"> <div class="g g-9"> <div class="g-single a-27"> <script> jQuery(function() { window.onscroll = function() { height_scroll = jQuery(document).scrollTop(); height = jQuery(document).height(); height50 = height / 2; if (height_scroll >= height50) { jQuery("#site-code-block-22").fadeIn(1200); document.getElementById('site-code-block-22').style.display = 'block'; jQuery("#site-code-block-23").fadeOut(1200); document.getElementById('site-code-block-23').style.display = 'none'; } else { jQuery("#site-code-block-22").fadeOut(1200); document.getElementById('site-code-block-22').style.display = 'none'; document.getElementById('site-code-block-23').style.display = 'block'; jQuery("#site-code-block-23").fadeIn(1200); } }; }); </script> <div class="site-code-block prma-count" data-rel="cb_23" id="site-code-block-23" style=""> </div> <div class="site-code-block prma-count" data-rel="cb_22" id="site-code-block-22" style=""> </div> </div> </div> </div> <div class="clear"></div> <br /> <center> <div style="color: #333333; font-size: 11px;"> </div> </center> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> </div>  <br /><br /> <div id="footeri"> <div id="footer"> <div class="footer-sec"> <h6>Sections</h6> <ul> <li><a href="https://gtavrl.ru/en/category/youtube/">Youtube</a></li> <li><a href="https://gtavrl.ru/en/category/facebook/">Facebook</a></li> <li><a href="https://gtavrl.ru/en/category/twitter/">Twitter</a></li> <li><a href="https://gtavrl.ru/en/category/tips/">Adviсe</a></li> <li><a href="https://gtavrl.ru/en/category/useful-tips/">Useful tips</a></li> <br /> </ul> </div> <div class="footer-sec"> <h6>Pages</h6> <ul> <li><a href="">about the project</a></li> <noindex> <li><a href="" >RSS news</a></li> </noindex> </ul><br /><br /><br /> <h6>Special projects</h6> <ul> <li><a href="https://gtavrl.ru/en/feedback/">Connect with us</a></li> </ul> </div> <div id="footer-top"> <h6>Contacts</h6> <ul> <li><a href="">Advertising on the website</a></li> <li><a href="https://gtavrl.ru/en/feedback/">Contacts</a></li> </div> <div class="clear"></div> </div></div> <div id="bottom"><div class="foot_col1">2024 <a href="https://gtavrl.ru/en/">gtavrl.ru</a>. </div> <script type="text/javascript">var addthis_config = { "data_track_addressbar":true,"pubid": "ra-58b68bb0f1371607"} ;addthis_config.data_track_addressbar = false;addthis_config.data_track_clickback = false;</script> <script type='text/javascript'> var flag_hide = 0; function hide_direct() { flag_hide = 1; jQuery('#rek_mob_fixed').slideToggle( 'slow' ); var date = new Date(); var expires_hour = 21600000; date.setTime(date.getTime()+expires_hour); showSocial(); Cookies.set('advp_show_me', '1', { expires: date, path: '/'} ); } ; jQuery(function(f){ var element = f('#rek_mob_fixed'); element.delay(8000); f(window).scroll(function(){ if (flag_hide == 0){ var offset_element_for_hide = jQuery('#before_footer').val(); if (offset_element_for_hide != null) { offset_element_for_hide = jQuery('#before_footer'); offset_element_for_hide = jQuery(offset_element_for_hide).offset().top - jQuery(window).height(); } else { offset_element_for_hide = jQuery(document).height(); } //Если рекламный блок более 1000px по ширине, устанавливай фикс. ширину 1000px if (jQuery('#rek_mob_fixed_block').actual('width') >1000) { jQuery('#rek_mob_fixed_block').css({ 'max-width':'1000px'} ); } if(f(this).scrollTop() > 500){ element.fadeIn(0); } if(f(this).scrollTop() < 500 || f(this).scrollTop() > offset_element_for_hide ){ element.fadeOut(0) } if(f(this).scrollTop() + f(this).height() >= f(document).height() && flag_hide == 0 && jQuery('#rek_mob_fixed').is(':visible')) { jQuery('#rek_mob_fixed').slideToggle(100); } } } ); } ); function showSocial(){ if(flag_hide == 1 ) jQuery('#footer-share').slideToggle('slow'); } </script><div id="wondergridgallerylightbox_options" data-skinsfoldername="skins/default/" data-jsfolder="/wp-content/plugins/modesco-wonderplugin-gridgallery/engine/" style="display:none;"></div> <script type='text/javascript' src='https://gtavrl.ru/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.9.2'></script> <script type='text/javascript' src='https://gtavrl.ru/wp-content/plugins/modesco-monica/script.min.js?ver=4.9.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var tocplus = { "visibility_show":"\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c","visibility_hide":"\u0441\u043a\u0440\u044b\u0442\u044c","width":"100%"} ; /* ]]> */ </script> <script type='text/javascript' src='https://gtavrl.ru/wp-content/plugins/modesco-table-of-contents-plus/front.js?ver=1404'></script> <script type='text/javascript' src='https://gtavrl.ru/wp-content/plugins/page-links-to/js/new-tab.min.js?ver=2.9.8'></script> <script type='text/javascript'> var q2w3_sidebar_options = new Array(); q2w3_sidebar_options[0] = { "sidebar" : "ads-sidebar", "margin_top" : 10, "margin_bottom" : 50, "stop_id" : "before_footer", "screen_max_width" : 0, "screen_max_height" : 0, "width_inherit" : false, "refresh_interval" : 1500, "window_load_hook" : false, "disable_mo_api" : false, "widgets" : ['ajdg_grpwidgets-3'] } ; </script> <script type='text/javascript' src='https://gtavrl.ru/wp-content/plugins/q2w3-fixed-widget/js/q2w3-fixed-widget.min.js?ver=5.0.4'></script> <script type='text/javascript' src='https://gtavrl.ru/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js?ver=4.9.1'></script> <script type='text/javascript' src='/wp-includes/js/wp-embed.min.js?ver=4.9.1'></script> <script type="text/javascript"> var _hcwp = _hcwp || []; var _hcobj = { widget_id : 29264, widget : "Bloggerstream",selector: '.hc_counter_comments',platform:"wordpress", } ; _hcwp.push(_hcobj); (function() { if("HC_LOAD_INIT" in window)return; HC_LOAD_INIT = true; var lang = "ru"; var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true; hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget/hc/29264/"+lang+"/widget.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hcc, s.nextSibling); } )(); </script> </body> </div> </body> </html>