Skip to content

klitscher/AirBnB_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published