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
You do however need to make sure that your elements are properly nested: 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.
If you want to change selection, open document below and click on "Move attachment"

Getting started with HTML - Learn web development | MDN
that our cat is very grumpy, we could wrap the word "very" in a element, which means that the word is to be strongly emphasized:

My cat is very grumpy.

You do however need to make sure that your elements are properly nested: 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 an


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.