HTMLTutorials, HTML Articles, Learn HTML
- Introduction to HTML in HTML
HTML stands for Hyper Text Markup Language. HTML is a language that is used to create webpages. It is a unique code that tells your..... - How to use Fonts in HTML in HTML
<font> tag is used for text formatting. It allows to adjust font color, font size and font name like arial, times new roman or verdana etc. The properties of - Paragraphs and Alignments HTML in HTML
Paragraphs are defined with < P > tag. The beginning of a paragraph is marked by < P >, and the end by..... - HTML Working with Lists in HTML
there are three types of lists, unordered lists, ordered lists, definition list...... - HTML Working with Images in HTML
Images are defined with <img> tag. The <img> tag is open tag, which means that it contains attributes only and it has no closing tag. - HTML Working with Links in HTML
Using Links user can visit different pages and files. Both text and images are able to be used as a link source. For example, when a user visits any website. - HTML Working with Forms in HTML
The form element is a powerful part of HTML . Using forms you can get and recieve information from visitors. - Tables in HTML in HTML
Tables are used as page layouts to help better control the placement of things on your web page.
1
