St.
Mary’s University
Faculty of Informatics
Summary Note for Web Programming
Course Title: Web Programming Course
Number: CoSc3101 Credit:
Prepared by:
Eshetu Tadesse
January, 2024
Web Programming Summary note
Table of Contents
Chapter 1: Introduction.............................................................................................8
1.1 Course overview...........................................................................................8
1.2 The Internet and World Wide Web..............................................................8
1.2.1 World Wide Web:..................................................................................8
1.3 Web Hosting and Domain Name Registration............................................9
Chapter 2: Hyper Text Markup Language (HTML)...............................................10
2.1 Introduction to HTML................................................................................10
2.2 HTML Tags................................................................................................11
2.2.1 Basic HTML Tags (Html, Head, Body, Title).....................................11
2.2.2 Meta tag...............................................................................................13
2.2.3 HTML Comments................................................................................13
2.2.4 HTML Link.........................................................................................13
2.2.5 HTML Text Formatting tags...............................................................15
2.2.6 HTML image inserting tag..................................................................16
2.2.7 HTML Table........................................................................................17
2.2.8 Ordered and Unordered List in HTML................................................18
Web Programming Module
2.2.9 HTML Frames
Web Programming Module