HTML

 0    7 карточки    sir
скачать mp3 Печать играть Проверьте себя
 
Вопрос Ответ
The ≪...≫ declaration defines that this document is an HTML5 document
начать обучение
≪! DOCTYPE html≫
The ≪...≫ element is the root element of an HTML page
начать обучение
≪html≫
The ≪...≫ element contains meta information about the HTML page
начать обучение
≪head≫
The ≪...≫ element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab)
начать обучение
≪title≫
The ≪...≫ element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
начать обучение
≪body≫
The ≪...≫ element defines a large heading
начать обучение
≪h1≫
The ≪...≫ element defines a paragraph
начать обучение
≪p≫

Вы должны войти в свой аккаунт чтобы написать комментарий.