Posts

Showing posts from June, 2019

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