Computer Science, asked by naohheart1516, 11 months ago

Which html tag breaks the tenet of the seperation of content and layout

Answers

Answered by rverave
8

Answer:

use the <br> tag

Explanation:

Answered by hotelcalifornia
1

The <br> tag is used to break the tenet of the separation of content and layout.

Explanation:

  • The <br> tag is the tag which allows the developer of the web pages to break the lines or piece of line into two components by placing this code in a particular line in front of the code.
  • The ‘br’ in the tag which actually means the break helps to accomplish this.
  • With this, the developer may create some space between the content and the layout of the webpage to make his webpage more attractive and effective.

Learn more about html tag

Mention the suitable HTML tag and the attribute to insert an image named globe.JPG in the background of a web page.​

https://brainly.in/question/9030890

Briefly explain HTML Tag with  programming code,​

https://brainly.in/question/10164508

Similar questions