Tag Archives: html tags
At the end of this lesson you will be able to: Use Ordered and Unordered lists in your Web page. Distinguish between Ordered lists, Unordered lists and Definition lists. Display information in Tabular form. List the various Form Elements. Use various frame elements to create a form to get user information. Divide the Web page
more..
Every HTML document begins with the <HTML> tag and ends with the corresponding end tag </HTML>. A document has the following two sections. 1. Head 2. Body How to start and finish an HTML document? 1. Type <HTML> 2. Create your HTML document. 3. Type </HTML> The head section The head section begins with the
more..
The key to HTML is in the tags. Tags are keywords enclosed in less than “<” and greater than”>” signs that indicate what kind of content is coming up. The HTML documents can be opened in a special program called browser. A browser can interpret the HTML tags and then show the formatted document on
more..