Computer Science, asked by Madhurijha28, 8 months ago

write HTML code to illustrate the image of nesting of tags. change the nesting order and see it .it makes difference in the output

Answers

Answered by munni07101980
1

Answer:

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:Good Code

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:Good CodeThe following HTML code sample contains two nesting errors. Can you identify them?

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:Good CodeThe following HTML code sample contains two nesting errors. Can you identify them?<body>

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:Good CodeThe following HTML code sample contains two nesting errors. Can you identify them?<body><center><i><h3>This text will be a centered, italicized heading (size 3)

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:Good CodeThe following HTML code sample contains two nesting errors. Can you identify them?<body><center><i><h3>This text will be a centered, italicized heading (size 3)</i></h3>

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:Good CodeThe following HTML code sample contains two nesting errors. Can you identify them?<body><center><i><h3>This text will be a centered, italicized heading (size 3)</i></h3><b>This text will be centered and boldfaced</b>

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:Good CodeThe following HTML code sample contains two nesting errors. Can you identify them?<body><center><i><h3>This text will be a centered, italicized heading (size 3)</i></h3><b>This text will be centered and boldfaced</b></body>

HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close. In the following example, the HTML code is nested correctly, and we’ve drawn lines to connect opening and closing tags:Good CodeThe following HTML code sample contains two nesting errors. Can you identify them?<body><center><i><h3>This text will be a centered, italicized heading (size 3)</i></h3><b>This text will be centered and boldfaced</b></body></center>

Answered by manishapramanick2
0

Answer:

the code is 134783359gyffkjh8856

Similar questions