MS-Access

MS-Access : It is a relational Databasemanagement Software (RDBMS). It is used to organize data very efficiently. We can create tables, reports, query and forms. For eg. A school database…

0 Comments

HTML Code

<!DOCTYPE html> <html>     <head>         <title>             Welcome to my homepage.         </title>     </head> <body…

0 Comments

CHAPTER 7 : HTML 5 – CREATING WEB PAGES USING CSS

https://youtu.be/MXL7FAZtdGo?si=gpWZquoQTaUGWmnZ D. Differentiate between the following : Container and Empty Tags. Tags that have both starting as well as ending are known ascontainer tags. For example:<HTML> ……………………</HTML> Tags that have…

0 Comments