Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 939 Bytes

File metadata and controls

11 lines (10 loc) · 939 Bytes

Java Tutorials. Web Application. Simple Web Page. The web application consists of a start page with the name of the file "index.html". A web page with the name of the file "index.html" consists of the following parts (elements):

  1. Page title with "Start Page" value.
  2. The title of the body of the first level page (total 6) with the value of "Hello, World".

Занятия по Java. Веб приложение. Простая HTML Страница. Веб приложение состоит из стартовой страницы с именем файла "index.html". Веб страница с именем файла "index.html" состоит из следующих частей (элементов):

  1. Заголовок страницы со значением "Start Page".
  2. Заголовок тела страницы первого уровня (всего их 6) со значением "Hello,World".