Course: Web Programming: HTML5
HTML5 is the foundation of modern web development, enabling the creation of structured and interactive web pages. This course covers essential topics such as basic HTML tags, forms, multimedia elements, and the <iframe> tag, with hands-on practical examples to reinforce learning.
You will start with basic HTML tags like <h1> to <h6> for headings, <p> for paragraphs, <a> for links, <img> for images, and <ul>/<ol> for lists. Practical exercises will help you build a simple webpage using these elements.
Next, you will explore HTML forms, learning how to create interactive forms with <input>, <textarea>, <select>, and <button>. Real-world examples, such as login pages and contact forms, will be covered.
The course also includes multimedia integration, teaching you how to embed audio and video using <audio> and <video> tags. You will practice adding a video player and an audio track to a webpage.
Additionally, you will learn about the <iframe> tag, which allows you to embed external web pages, maps, and videos within your webpage. Hands-on exercises will help you integrate Google Maps, YouTube videos, and other web content using <iframe>.
Throughout the course, you will have three quizzes to assess your understanding, so make sure to complete them.
At the end of the course, you will work on a project: Designing your profile webpage. You must apply what you have learned and submit a screenshot of your completed webpage as part of the final submission.
By completing this course, you will gain hands-on experience in HTML5 and develop structured, user-friendly web pages, preparing you for more advanced web development concepts.
This is a foundational course in Python programming, a widely-used programming language pivotal in Artificial Intelligence. This beginner-level program covers essential concepts such as variables, data types, expressions, and control structures through numerous real-life examples. Starting with fundamental programming principles, the course progresses to explain assignment statements, input/output syntax, and control flow with if, if-else, and if-elif statements. Emphasizing the significance of loops, the curriculum includes detailed tutorials on for-loops and do-loops, illustrated with practical applications. Dr. Xavier Chelladurai delivers this course in 40 accessible videos, ensuring a clear and engaging learning experience for every student. The lab record and other study materials will help the students do hands-on lab work on important problems.