Dokument HTML jest ładowany do przeglądarki i oceniana przez przeglądarkę.
HTML document is loaded into the browser, and evaluated by the browser.
Dokument HTML jest załadowany w przeglądarce, a następnie przeanalizowane przez przeglądarkę.
HTML document is loaded into the browser, and evaluated by the browser.
Dokument HTML jest dokumentem tekstowym zbudowanym z elementów.
An HTML document is a plaintext document structured with elements.
Dokument HTML można wygenerować za pomocą odpowiednich znaczników object i embed w oknie dialogowym Ustawienia publikowania, jeśli zostanie wybrana opcja HTML.
You can generate an HTML document using the correct object and embed tags using the Publish Settings dialog box, and selecting the HTML option.
W zasadzie, nie ma znaczenia jak ułożysz swój dokument HTML.
In principle, it does not matter how you structure your HTML document.
Tutaj mijamy następujący przykładowy dokument HTML.
Here we are passing the following sample HTML document.
W taki sam sposób, w jaki książka ma tytuł główny, tytuły rozdziałów i napisy, może również wyglądać dokument HTML.
In the same way that a book has the main title, chapter titles, and subtitles, an HTML document can too.
To jest bardzo ważne - inaczej, zapiszesz dokument w formacie tekstowym a nie jako dokument HTML.
This is very important - otherwise, you save it as a text document and not as an HTML document.
Jak wcześniej zauważyłeś, twój dokument HTML ma dwie części: nagłówek i ciało.
As you learnt earlier, your HTML document has two parts: a head and a body.
Tak więc, dokument HTML zaczyna się tym co powinno być najpierw na stronie i kończy tym co powinno zostać wyświetlone na stronie jako ostatnie.
Thus, an simple HTML document begins with what should come first and ends with what should come last.
Nie potrzebna jest żadna nowa składnia, jako, że możemy zastosować funkcję window.open() jako jeden dokument HTML.
No new syntax is necessary as you can use the window.open() function as one can do for HTML documents.
Tak jak rozszerzenie".htm" oznacza dokument HTML, tak".jpg" mówi przeglądarce że plikiem jest obrazek.
Just like the extension".htm" shows that a file is an HTML document, ".jpg" tells the browser that a file is a picture.
Teraz zapisz swój dokument jako "page1.htm" (zakończenie".htm" określa typ pliku, w tym przypadku dokument HTML.
Now save your document as "page1.htm" (the ending".htm" indicates that it is an HTML document.