Posts

Html basics part1

What is html - codingowell What is HTML Definition: Here you will learn about html. The definition is very simple , try to understand that. HTML stands for Hyper Text Markup Language. HTML is the standard markup language for Web pages. HTML elements are the building blocks of HTML pages. HTML elements are represented by tags With the help of html, we can create webpages, and webpages build a website. So html is a source of making a website. How html is written ? HTML basically is a type of block of tags. tags make a syntax of html document. the tags create a document of html. HTML DOCUMENT HTML Document Home

HTML

HTML HTML HTML HTML stands for Hyper Text Markup Language. HTML is a programming language which is used to create Web pages and websites. HTML has now become very popular language. All the websites are made with the help of html. It is very simple to learn for everyone. HTML Example: HTML HTML is written as given up. I'm Hidden

How to create a simple web page ?

Image
How to create a simple web or html page ? How to create a simple web page ? Creating a simple web page using html. This is a simple html page. This is a simple html page Output: This is a simple html page. Prev Page ↩ Home ↪ Next Page

p tag in html

Image
What is p pragraph tag in html ? p tag in html defines a paragraph in the given html document or a web page. is as given below. Example: This is a paragraph. Output: This is a paragraph. Prev Page ↩ Home ↪ Next Page

HTML Font tag overview.

HTML Font tag. HTML font tag specify the size , color, and face of the text Font tag is very simple to understand. Let's take a look. This is Font tag This is Font tag. Prev Page ↩ Home ↪ Next Page

HTML heading tags overview.

HTML heading tag Every document is represented with the heading. Heading tag is the head of every document that show the whole about document. In HTML heading has six types of headings. h1, h2, h3, h4, h5, h6 Example: HTML Document: This is Heading This is h1 heading. This is h1 heading. This is h1 heading. This is h1 heading. This is h1 heading. This is h1 heading. Output: This is h1 heading. This is h2 heading. This is h3 heading. This is h4 heading. This is h5 heading. This is h6 heading.