Giter Site home page Giter Site logo

html-css's Introduction

HTML-CSS

Основы веб-верстки

Основы веб-верстки HTML/CSS Урок 2. Семинар. Введение и Основы HTML

  1. Скачать и настроить редактор кода, если этого не сделали на семинаре.

  2. Создать пустую папку, придумать название.

  3. Создать первую html страницу (index.html).

  4. Добавить структуру html документа.

  5. Добавить меню сайта (Меню сайта должно быть на каждой странице, оно должно быть одинаковым): a. Главная b. Каталог c. Контакты

  6. Создать заголовок h1 с текстом “Главная страница”.

  7. Добавить параграф p с произвольным текстом (lorem) (используем расширение emmet уже установленное в vsc, для этого вводим lorem и нажимаем клавишу tab).

  8. Создать подзаголовок h2 с текстом “Добро пожаловать на сайт”.

  9. Добавить три параграф p с произвольным текстом (lorem).

  10. Cоздать файл catalog.html.

  11. На странице “каталог” добавить структуру html-документа.

  12. Добавить меню сайта (такое же как на главной странице).

  13. Добавить Заголовок h1 с текстом “Каталог”.

  14. Создать параграф p с произвольным текстом из 150 слов для этого вводим “lorem150” и нажимаем tab.

  15. Сделать переходы с главной страницы на страницу каталог, при нажатии на меню сайта и переход со страницы каталог на главную страницу.

  16. Создать папку img и разместить ее рядом с index.html.

  17. Добавить в папку img произвольные фотографии товаров, по вашей тематике можно выбрать любое фото https://www.freepik.com/search?format=search&orientation=portrait&query=products

  18. На странице “Каталог” после заголовка h1 и параграфа p добавить a. Изображение товара b. Название товара c. Описание товара

html-css's People

Contributors

safiiam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.