Update your existing website with MySQL and XML Contents
For this, you will create minimum four files (you can create more .html/.css files if you are using local/internal navigations and individual files styling)
1. mysql.html
2. xml.html
3. mysql.css
4. xml.css
muysql.html file should contain information about MySQL Database connection basics. The page you will create must have the introduction of MySQL and its advantages over other databases. You can highlight the real word applications of MySQL (2-3 Paragraphs). This page must have either embedded or local navigations that describe four main parts of MySQL:
1. MySQL data base connection steps
2. Database, table, keys, primary, unique
3. Query structures: SELECT, DELETE, INSERT, UPDATE, ALTER.
4. Threats and their precautions like MySQL injection( Research this topic)
For each part, there should be proper navigation. Make sure, it lists concept, its usages and at least one example (keep programming code small. Refer to W3Schools and follow the similar programming styles.) mysql.css file contains all styles required for mysql.html file.
xml.html file should contain information about XML basics. The page you will create must have the introduction of XML and its advantages over other databases (2-3 Paragraphs). This page must have either embedded or local navigations that describe four main parts of XML:
1. Introduction
2. Comparison with HTML/XHTML
3. XML as light Database( Research this topic)
4. Applications of XML in real world ( Research this topic)
For each part, there should be proper navigation. Make sure, it lists concept, its usages and at least one example (keep programming code small. Refer to W3Schools and follow the similar programming styles.) xml.css file contains all styles required for xml.html file.
All pages should have interesting styles (font styles, layout styles, images proximity etc.) Make sure you choose right element for the contents. For example choose < h1> for main and < h2> for subheading etc.