It is a very easy and simple language. It can be easily understood and modified. It is very easy to...
Continue reading...HTML
HTML Tables
HTML – HTML stands for Hypertext Markup language. It is used to create web pages that are displayed on the...
Continue reading...HTML Audios
There is a tag to add audio files on a webpage and play it. <audio> tag is used to add...
Continue reading...HTML Videos
In Html, Videos can be shown by using the video element. The Video element requires the source from where it...
Continue reading...HTML Forms
<form> is an Html element that can collect data from the user, inputs such as input texts, numbers, values, email,...
Continue reading...HTML Lists
HTML Lists are used to group similar types of items. There are several types of HTML Lists, 1. Unordered Lists...
Continue reading...HTML Images
To make a site more attractive, informative images are added to the web pages. To embed images into web pages...
Continue reading...HTML Colours
By using some inline CSS the text and background color can be changed. This can be done by using a...
Continue reading...HTML Styles
HTML – HTML stands for Hypertext Markup language. It is used to create web pages that are displayed on the...
Continue reading...HTML Paragraphs
The paragraph is an element of Html. It always starts on a new line and usually is a block of...
Continue reading...