HTML stands for Hypertext Markup Language. It is mainly used for webpage development. Which helped by a technology such as Cascading Style Sheets (CSS) and JavaScript. Let's learn the basics thing about it,
Doctype is also known as document type deceleration. It tells the browser about the type and version of HTML used in structuring the web document.
2. What is <HTML> tags ?
It defines that how a browser should be formatted and display the content.
3. What is <head> tags? And why to use it?
It is the head of a document. Which used between HTML and body tag.
4. What is <title> tags?
This tag is shows the title of a document.
5. What is <body> tags?
It indicates the body of a document. EG: paragraph, image, tables, link etc.
6. What is <p> tags?
<P> is known as paragraph tags. It makes a long written word to paragraph.
Let's See the following example,
You can copy this text by clicking below button.
DEMO:

If you are using Android phones then click this link and download the app.
I think that this Will helpful to them who doesn't have coding knowledge. Stay tuned for the next topic. Share this to your friends and if you find any doubt feel free to ask me on comment section.

0 Comments