Skip to content

Hasitha17-git/websites

Repository files navigation

Front-end Technologies

  • HTML
  • CSS
  • JavaScript
  • Bootstrap framework
  • Angular Framework
  • ReactJS

Backend Technologies

  • Node.js
    • express.js
    • nodemoon
    • cors
    • dotenv
  • PHP
  • C#
  • Java
  • Python

Databases

  • MongoDB
  • Mysql
  • SQLite
  • Firebase
  • Postgressql
  • Oracle
  • VCS or (Source Code Management) - Distributed VCS - Git,Mercurial - Remote(central) VCS - Github,Bitbucket

Git

  • git init
  • git add filename
  • git add filename1 filename5 filename100
  • git add . or git add --all
  • git status
  • Do git configurations(set user.name and user.email)
  • commit data with commit message
  • Push the code into Github

HTML5

  • Hyper Text Markup Language

  • Semantic elements

    • header
    • section
    • article
    • aside
    • footer
    • table
  • Block level elements

    • h1 to h6
    • p
    • div
    • allsemantic elements
    • text with start from newline
  • Inline elements

    • span
    • img
    • a
    • nav
    • form
    • input
    • textarea
    • legend
    • sup
    • sub
    • ul
    • ol

Reference links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published