rule or line is used to seprate different sections of your web page
Answers
Answered by
4
Explanation:
Example
Use the <hr> tag to define thematic changes in the content:
<h1>The Main Languages of the Web</h1>
<p>HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page, and consists of a series of elements. HTML elements tell the browser how to display the content.</p>
<hr>
<p>CSS is a language that describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work, because it can control the layout of multiple web pages all at once.</p>
<hr>
<p>JavaScript is the programming language of HTML and the Web. JavaScript can change HTML content and attribute values. JavaScript can change CSS. JavaScript can hide and show HTML elements, and more.</p>
Similar questions
English,
3 months ago
Computer Science,
3 months ago
India Languages,
11 months ago
Chemistry,
11 months ago
English,
11 months ago