HTML
HTML (HyperText Markup Language) is a crucial code used to organize and structure web pages and their content. It enables the arrangement of paragraphs, lists, images, and data tables to create visually appealing and well-organized websites.
HTML serves as the foundation of website design and functionality, providing a structure that web browsers can interpret and display. Learning HTML is essential for anyone interested in web development as it lays the groundwork for creating attractive and functional web pages that engage and inform users.
MODULES
Web Programming Introduction
HTML-Introduction, Basic Formatting Tag, Grouping Using Div Span, Images: Hyperlink, Table
CSS-Introduction
Bootstrap
Javascript
Learning Outcomes
Add graphics to enhance web pages.
Create clickable links to connect different web pages.
Structure information in tabular form using tables.
Organize content with headings of different levels.
Create lists, both ordered and unordered, to present information effectively.
Apply cascading style sheets (CSS) to control the appearance and layout of web pages.
Construct complete web pages with HTML markup.
Verify and validate the correctness of web pages according to industry standards.



