what is html?
HTML stands for hypertext markup language.it is used to create and structure web pages.
what are html tags?
HTML tags are keywords enclosed in angle brackets <> used to define elements in a webpages.
what is an html element?
An HTML element consists of a start tag,content,and an end tag.
Ex:
hello
what is the basic structure of html documents?
<!DOCTYPE html>
what is markup language?
A markup language is a language that uses tags to define and structure the content of a document.
what is use of tag?
tag is used to create hyperlink.
what is the use of
tag?the tag contains metadata like title,styles,and scripts.
Top comments (0)