Basics of CSS

Basics of CSS, In this article you'll learn about what is internal and external css. Internal CSS There are 3 ways to add CSS styles to the HTML document. Inline…

4 Comments

Making Forms in HTML

The <form> tag is used to add HTML forms to the web page for user input. Forms are used to pass the data submitted by the user to the server.…

1 Comment

Tables and Frames in HTML

In this third article we'll learn about Tables and Frames in HTML In HTML, you can create tables for your website using the <table> tag in conjunction with the <tr>,…

2 Comments