Friday, October 24, 2025

About HTML

About HTML

HTML -
It stands for ‘hyper text markup language’. It is a language which is used to create structure content or the skeleton.

Tag -
These are keyword/s enclosed in angle brackets ( < > ), tags in html define headings, paragraph, images and links, for example : 
<h1> tag starts heading 1 and is called the opening tag and </h1> tag closes heading 1 and is called the closing tag,
<p> tag starts the paragraph and </p> tag closes the paragraph.

For more, follow this Quora link - About HTML

No comments:

Post a Comment

About JS

JS stands for ‘JavaScript’. It is a high-level programming language. It is one of the three core technologies of the World Wide Web, alongsi...