It’s the language that provide the structure and the text of web pages,
actually HTML based on the Hypertext Markup Language and the text that the user
will actually read in their browser.
Hyper text is the
text that can have link of references and the references to include other document and files
like images video.
Markup code tell the browser how the text should look like ,how it managed.
- Markup
Markup
is a symbol or tag that you insert at
certain place in a text file. This represents how the file should look when it is printed in your browser.
like < br > < em >
like < br > < em >
when
we went to insert images we use < img src = " " >
or when add break line we can use < br > the empty element or < p > the element by the way even <img src="">is empty element
or when add break line we can use < br > the empty element or < p > the element by the way even <img src="">is empty element
Difference between empty
element and element!!
the
empty element don't need closing tag like <p> </p> or <div> </div>
because it doesn't have any continent
so
we have many empty element and element in HTML Language.
EmojiEmoji