Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#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 | MDN
in 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

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.