About 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