Blog

Your blog category

HTML Quotation

In this tutorial, we will learn about HTML Quotation. The HTML Quotation tag is used to show quotation text in the webpage. We usually use HTML Quotation to make this text different from the rest of the content. Here is a list of some tags which we used to add quoted text in the webpage. <q> <blockqoute> …

HTML Quotation Read More »

HTML IFrame

In this tutorial, we will learn about HTML IFrame. The iframe is used to show a web page on a web page. That web page may be from the same site or maybe from the same site. Here we will learn how we can create an Iframe element on our web page. Here we will also …

HTML IFrame Read More »

HTML Colors

In this tutorial, we will learn about HTML colours. while designing web sites we use a different colour for text, headings and body page. Now the question arises how we can add these colour in HTML elements. In HTML we can add colours in our HTML elements using a predefined colour name, hexadecimal colour codes, RGB …

HTML Colors Read More »

HTML Comments

In this tutorial, we will learn about HTML Comments. HTML comments are not to design we page they are just for the convenience web designer. Because when we design web page there may be several elements in our web page. So to keep it remember the use of each element in our web page we add …

HTML Comments Read More »

HTML Form

In this tutorial, we will learn about HTML Form. HTML forms are used to add form in web page get data from the user. For example, you want to add login form or contact form in your page in this case you can add HTML form element in your web page. To add form in your …

HTML Form Read More »

HTML Table

In this tutorial, we will learn about HTML Table. HTML Table element is used to show the table on the web page. Suppose you want to show Time Table on your web page in this case you can use Table element. Let’s check tags use to create a table in a Web page. We have four …

HTML Table Read More »

HTML List

In this tutorial, we will learn about HTML List. HTML list is normally used to show ordered or un-ordered list in HTML. For example, you want to show a list of available food items on a restaurant website. In this case, you can use HTML List. We have a total of three types of lists available …

HTML List Read More »

HTML Images

In this tutorial, we will learn about HTML Images. We use an image tag to add images on the web page. To add an image in the web page we have to add an img tag and an src attribute in the img tag. In src attribute, we add the path of the image. This image …

HTML Images Read More »

HTML Paragraph

In this tutorial, we will learn about HTML paragraph. HTML Paragraph element use to add a paragraph on the web page. Suppose you want to write about yourself like what kind of services your company provide on your web page. In this case, you can use the p tag to add paragraphs on your web page. …

HTML Paragraph Read More »

HTML Headings

In this tutorial, we will learn about HTML Headings. HTML has 6 heading tags to show headings on the web page. we can use any of them according to our requirement. These tags are from h1 to h6. we use h1 tag to show important headings of the web page and h6 to show least …

HTML Headings Read More »

Scroll to Top