Monday, February 6, 2017

Summary of the Best Super Bowl EVER

Super Bowl LI Was the Best Ever
I appreciated this humorous tweet:


In case you don't "get" it, these are tags used when coding websites with CSS.
I would use the following tags for a numbered list: 
OL is the tag used for Ordered List;
LI is the tag used for each List Item.
which would look like this:
< ol >
< li > The first item.< / li >
< li > The second item. < /li >
< / ol >

I would use the following tags for an unordered list:
UL is the tag used for Unordered List.
LI is the tag used for each List Item.
which would like like this:
< ul >
< li > The first bullet item.< / li >
< li > The second bullet item. < /li >
< / ul >

That's why Eric Meyer's tweet is funny. You cannot have a LI without a OL or UL. Eric Meyer is a CSS guru & this is his website. More than being a CSS guru, Meyer is human, as evidenced by this touching essay which begins:

For a number of reasons, I’ve been thinking a lot recently about the two and a half months between Rebecca’s second tumor being discovered and her death.

To read more, click here.

No comments: