Element<body>zawiera całą zawartość dokumentu HTML.
Następnie możemy wywołać funkcję document.write który zapisuje ciąg do naszego dokumentu HTML.
Next, we call a function document.write which writes a string into our HTML document.
Polecenie to pozwala na eksportowanie bieżącego dokumentu ze wszystkimi podświetleniami do dokumentu HTML.
This command allows you to export the current document with all highlighting information into a HTML document.
Edycja mapy bezpośrednio z istniejącego dokumentu HTML,
Allows editing existing map directly from HTML document,
Można się go pozbyć, jeśli używasz<base>tag w nagłówku dokumentu HTML.
You can get rid of it if you use<base>tag in your HTML document header.
Wtyczka osadzona jest częścią większego dokumentu HTML i jest ładowana podczas wyświetlania strony.
An embedded plug-in is part of a larger HTML document and is loaded at the time the document is displayed.
Pliki te są nieco podobne w porównaniu z formatowania dokumentu HTML, ale w celu określenia danych, niestandardowe znaczniki są używane.
These files are a bit similar in formatting compared with an HTML document but in order to define data, custom tags are used.
Jest też możliwe umieszczenie dokumentu HTML na stronie poprzez dodanie w pierwszej linii #format html.
It's also possible to place an HTML document into a page by adding #format html as the first line in the page.
Sztuką jest utworzenie odnośnika z dokumentu HTML (default.htm) do arkusza stylów (arkusz.css).
The trick is to create a link from the HTML document (default.htm) to the style sheet (style.css).
W efekcie pobieranie dokumentu HTML trwa około 200 ms, z czego jedna połowa to oczekiwanie na sieć, a druga - na odpowiedź serwera.
As a result, the HTML document takes approximately 200ms to fetch, with half the time spent waiting on the network and the other half waiting on the server response.
Możesz wstawić kod CSS bezpośrednio do dokumentu HTML albo wstawić link do zewnętrznego dokumentu CSS, który może wpływać na dowolną liczbę innych dokumentów.
You can embed a style sheet inside an HTML document, or insert a link to an external style sheet that can influence any number of documents.
Możesz dodać aplet Javy do dokumentu HTML w następujący sposób
You can add a java applet into HTML document as follows
Pierwsze dwie opcje, wprawdzie zmniejszają liczbę żądań HTTP, jednak zwiększają rozmiar samego dokumentu HTML.
The first two options, despite reducing the number of HTTP requests, actually increase the size of your HTML document.