#html5
Read more stories on Hashnode
Articles with this tag
1.What is CSS and why use it? Cascading Style Sheets (CSS) is a language that specifies how a document is styled and presented. It's a fundamental...
1.What are the new things introduced in HML5? HTML5, the fifth version of the Hypertext Markup Language, introduced several new features and...
1. Explain the Table and its properties. HTML tables allow web authors to organize data into rows and columns of cells. Here are some properties of...
steps using in Crud assignment first, create a folder name example "Crud_folder" initialize package.json open the terminal and run the command npm...
Create a form with proper form validation using JavaScript (name, email, phone number, password, age, gender, date, color picker) <!DOCTYPE...
. Fetch data from the JSON placeholder API and display it in the browser. Also, implement the skeleton loader which will be displayed when the data is...