#frontend-development
Read more stories on Hashnode
Articles with this tag
Create a simple landing page with navbar and hero section using HTML and CSS <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
What is CSS? CSS stands for Cascading Style Sheets. It's a language used for describing the look and formatting of a document written in HTML or...
What is Closure in Javascript? Need Closures in JavaScript are necessary for data privacy and encapsulation. Without closures, it would be...