The HTML code written in a text editor to make web-pages, is
1) HTML coding tags
2) source code
3) source element
4) tags
5) None of these
Answers
Answer: (2) source code
Concept : HTML
Given : (1) HTML coding tags
(2) source code
(3) source element
(4) tags
(5) None of these
To Find : The HTML code written in a text editor to make web-pages, is
Explanation :
HTML stands for (Hypertext Markup Language), the HTML code that is written in text editor to make web pages is called the source code. The source code written in any text editor is a computer program which is converted into a machine language that is read by a machine and compiled in image and function. The HTML code of a website is also called source code, as it is converted into machine language and then it gives the output.
HTML Coding tags are the tags that are used for writing HTML code. The tags in HTML are also called containers as they have both opening and closing tag. Examples of HTML tags are - <HTML> ... </HTML>, <Title> ... </Title>, etc. HTML also have empty tags like <BR>, etc.
#SPJ3