#html #programming
The elements have to open and close correctly so they are clearly inside or outside one another.
If you want to change selection, open document below and click on "Move attachment"
Getting started with HTML - Learn web development | MDNin the example above we opened the p element first, then the strong element, therefore we have to close the strong element first, then the p . The following is incorrect:
My cat is very grumpy.
The elements have to open and close correctly so they are clearly inside or outside one another. If they overlap like above, then your web browser will try to make a best guess at what you were trying to say, and you may well get unexpected results. So don't do it!
Block versus Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details