#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 | MDNthat 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
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details