1. 1. A AIM: Include the Metadata element in Homepage.html for providing description as "IEKart's is an online shopping website that sells goods in retail. This company deals with various categories like Electronics, Clothing, Accessories etc. Program: <html> <head> <meta charset="UTF-8"> <meta name="description" content="IEKart's is an online shopping website that sells goods in retail. This company deals with various categories like Electronics, Clothing, Accessories etc. "> <meta name="keywords" content="Electronics, Clothing, Accessories" > <meta name="author" content="John Doe"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> IEKart's is an online shopping website that sells goods in retail. This company deals with various categories like Electronics, Clothing, Accessorie...
1. A) Link "Login", "SignUp" and "Track order" to "Login.html", "SignUp.html" and "Track.html" page respectively. B) Show functionality of the global attributes such as contenteditable, spellcheck, id 2. Create following Tables with Table Elements : Colspan/Rowspan Attributes, Try different border, cellspacing, cellpadding attributes 3. A) Create Form Elements, Color and Date Pickers, Select and Datalist Elements B) Add media content in a frame using audio, video, iframe elements to the Home page of IEKart's Shopping application. 4. Write a JavaScript program to find the area of a circle using radius and PI (const) using HTML 5. ...
TypeScript is a free and open-source programming language that is a superset of JavaScript. It was created by Microsoft in 2012 and is now one of the most popular programming languages in the world. TypeScript adds optional static typing to JavaScript, which means that developers can write code with types and have the TypeScript compiler check that the code is valid before it is executed. This can help catch errors early on in the development process and make code more robust and easier to maintain. Some of the key features of TypeScript include: Static typing: TypeScript allows developers to specify types for variables, function parameters, and return values, which can help prevent common programming errors. Object-oriented programming: TypeScript supports classes, interfaces, and other object-oriented programming concepts. ES6 features: TypeScript supports many features of ECMAScript 6, such as arrow functions, template literals, and destructuring assignments. Compatibility wit...
Comments
Post a Comment