Category "Html"

by admin

Working with Lists

In this chapter, we are going to discuss another popular and most commonly used html element ‘list’. There are two types of lists,

Html

by admin

Html Table

The table allows organizing data in rows and columns. Create a new html file in your preferred editor and copy the generic html te

Html

by admin

Working with images

It is common to include images in html page. You may have seen that many websites use images in various ways such as to show thumb

Html

by admin

Working with Links

In this chapter, we are going to see what links are and how to create them. Links are one of the most common and useful html eleme

Html

by admin

Basic Html Tags

In the last section, we have seen about heading html tags. Let’s now see some basic html tags. First, copy our basic html template

Html

by admin

Html Headings

Let’s now see heading tags available in html. Open bracket application. Select our template html file from left-hand side panel. T

Html

by admin

Write Your First Html Code

Let’s create your first html code. To do this open brackets application. Right click on left side panel and select ‘new file’ menu

Html

by admin

Html Introduction

What is Html? Html stands for Hypertext markup language. It is not a programming language but it is a markup language. It is used

Html