Hi there! This next lesson will be on HTML Form A HTML form or a web form is primarily used to collect data from the input of the user or visitor of your website, example of those data are (name,…
Creating a List in HTML
In this lesson, we’re going to learn how to create a list in html. There are three different types of lists in HTML, we have unordered list, ordered and description/definition lists. unordered list — a set or a list of related…
How to insert images in html
Hi everyone, this tutorial will be on HTML images. We will learn how to insert images on your webpage A website without an image is somewhat boring; it makes your website more appealing to your visitors and it adds beauty…
Alumni Information System
Objectives of the Study The main objective of Online Alumni Information System is to keep track and enhance the records of the alumni of the school. More specifically, this study aimed to: Create database system to keep all the files…
Enrollment System in Visual Basic
The features of the system will focus on: login/logout services, administrator’s module, registrar’s module, enrolment/cashier module, database maintenance, and help assistant. Log-in/Log-out Services, refers to one of the features of the proposed system that will require authorized users to enter…
Patient Record Keeping with Decision Support System
Patient Record Keeping with Decision Support System is designed in order to provide the management of the hospital an opportunity to process patient records with accuracy, accessibility, timely and efficiently. Assurance of safekeeping of every record likewise can be achieved…
HTML Hyperlinks
This lesson will guide us on how to create hyperlinks in HTML Hyperlinks or also known as links is a text or image that can send or move you to a different webpage by clicking the hyperlink or link. You…
HTML Comments
This lesson is about HTML Comments, how to add comments to your webpage and the importance of comments to your site Comments in HTML First let’s define what is a comment? A comment is a piece or string of code…
HTML Attribute
HTML Attribute In this lesson, we’re going to learn about HTML attributes An attribute is the one that provides information about HTML elements. HTML attributes are always found in the opening tags. It starts after the keyword of your opening…
File Management System in PHP and MySQL
File management system is a file system that is used to organize and keep track of files. Users need not browse through network folder but instead are given instant result, and are provided a system where files can be accessed…