What is the basic fundamental block of an html page?
Answers
Answer:
The HTML Tag
Explanation:
The HTML tag is the hypertext markup language. There are two sections within the HTML tag.
The first section is the head tag and the second section is the body tag. There is a special attack known as the title tag in the head tag section that consists of the website title. The rest of the coding is done in the body section and it also consists of a background picture.
Answer:
The basic fundamental block if an html page is an <html> tag. HTML is the abbreviation for Hypertext Markup Language. It is a programming language that is used to develop a basic website. The HTML alone can’t be used to add style to the user interface. Therefore, for styling a web page, we need CSS, i.e., Cascading style sheets. They are used to style a web page. To make the website dynamic we use Javascript.