Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------------------------Usage of All Comment Tag --------------------------
- HTML Comment Tag
- ------------------------
- <!-- ... --> = <!-- This Is HTML Comment Tag -->
- CSS Comment Tag
- ------------------------
- /* ... */ = /* This Is CSS Comment Tag.This Is a Multi-Line Comment Tag */
- PHP Comment Tag
- ------------------------
- Single Line Comment
- ----------------------
- // = // This Is Single Line Comment In PHP
- Multi-Line Comment
- ----------------------
- /* ... */ = /* This Is a Multi-Line Comment In PHP */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement