HTML IntroductionWhat is HTML? HTML is a markup language for describing web documents (web pages).
HTML Example. A small HTML document:<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> Example Explained.
Using this description, a web browser can display a document with a heading and a paragraph. HTML Tags. HTML tags are keywords (tag names) surrounded by angle brackets: PHP + MySQL PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform) Why PHP? PHP runs on different platforms (Windows, Linux, Unix, etc.) PHP is compatible with almost all servers used today (Apache, IIS, etc.) PHP is FREE to download from the official PHP resource: www.php.net PHP is easy to learn and runs efficiently on the server side Where to Start? To get access to a web server with PHP support, you can: Install Apache (or IIS) on your own server, install PHP, and MySQL Or find a web hosting plan with PHP and MySQL support | HTML BasicHTML IntroPHP WhileLoops PHP For Loops PHP Functions PHP Forms PHP $_GET PHP $_POST PHP Advanced PHP Date PHP Include PHP File PHP File Upload PHP Cookies PHP Sessions PHP E-mail PHP Secure E-mail PHP Error PHP Exception PHP Filter PHP Database MySQL Introduction MySQL Connect MySQL Create MySQL Insert MySQL Select MySQL Where MySQL Order By MySQL Update MySQL Delete PHP ODBC PHP XML XML Expat Parser XML DOM XML SimpleXML PHP and AJAX AJAX Intro AJAX PHP AJAX Database AJAX XML AJAX Live Search AJAX RSS Reader AJAX Poll |
Learning HTML
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment