#html5
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 are HTML tags and HTML Elements? HTML Tags: Tags are the starting and ending parts of an HTML element. They begin with < symbol and end with >...
Top Interview Questions for Aspiring Developers ยท How does callback hell happen? How to avoid it? - Asynchronous operations are triggered: In an...
How to implement different lifecycle methods using useEffect? How to do this? componentDidMount: To mock componentDidMount, use the useEffect hook...
Difference between useEffect and useState? Intro line: useState and useEffect both are hooks that are most commonly used in any React application. 3...
What is the difference between position: relative and position: absolute? 2 points compared & contrasted i. Positioned relative to: Relative...