Skip to content

Thita13/web-semantic-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

web-semantic-lab

โปรเจคนี้เป็นส่วนหนึ่งของวิชา Web Frontend Development

รายละเอียด

  • การใช้ Semantic HTML
  • Form Validation
  • ARIA Labels

git command used in this lab

  • git add
  • git commit -m “comment”
  • git push
  • git checkout -b development
  • git add .
  • git commit -m “สร้างโครงสร้างโปรเจคเริ่มต้น”
  • git checkout -b feature/homepage
  • git add .
  • git commit -m “เพิ่ม header และ nav ในหน้าหลัก”จค”
  • git add .
  • git commit -m “เพิ่มส่วน main และ article ในหน้าหลัก”
  • git add .
  • git commit -m “เพิ่ม aside และ footer ในหน้าหลัก”
  • git checkout -b feature/contact
  • git add .
  • git commit -m “สร้างโครงสร้างพื้นฐานหน้าติดต่อ”
  • git add .
  • git commit -m “เพิ่มฟอร์มพื้นฐานในหน้าติดต่อ”
  • git add .
  • git commit -m “เพิ่ม validation ในฟอร์มติดต่อ”
  • git add .
  • git commit -m “เพิ่ม ARIA landmarks ในการนำทาง”
  • git checkout development
  • git merge feature/homepage
  • git merge feature/contact
  • git push origin development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages