manijeh-a / AirBnB_clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0x01. AirBnB clone - Web static

Description

What you should learn from this project:

  • What is HTML
  • How to create an HTML page
  • What is a markup language
  • What is the DOM
  • What is an element / tag
  • What is an attribute
  • How does the browser load a webpage
  • What is CSS
  • How to add style to an element
  • What is a class
  • What is a selector
  • How to compute CSS Specificity Value
  • What are Box properties in CSS

  • Write an HTML page that displays a header and a footer.
  • Write an HTML page that displays a header and a footer by using the style tag in the head tag (same as 0-index.html)
  • Write an HTML page that displays a header and a footer by using CSS files (same as 1-index.html)
  • Write an HTML page that displays a header and footer by using CSS files (same as 2-index.html)
  • Write an HTML page that displays a header, footer and a filters box with a search button.
  • Write an HTML page that displays a header, footer and a filters box.
  • Write an HTML page that displays a header, footer and a filters box with dropdown.
  • Write an HTML page that displays a header, footer, a filters box with dropdown and results.
  • Write an HTML page that displays a header, a footer, a filter box (dropdown list) and the result of the search.
  • Write an HTML page that displays a header, footer, a filters box with dropdown and results.
  • Improve the Places section by using Flexible boxes for all Place articles
  • Improve the page by adding responsive design to display correctly in mobile or small screens.
  • Improve the page by adding Accessibility support

Author

About


Languages

Language:Python 44.7%Language:HTML 37.9%Language:CSS 17.4%