+ 11
Does exist html element which is neither inline nor block?
6 odpowiedzi
+ 4
I don't think this is a bad question.
Elements that are traditionally found in the <head> section are neither inline nor block elements. Some of those elements can be placed in the <body> section (such as <script>) but this doesn't mean the element becomes an inline or block element.
+ 6
It could be, but I ask what is not (without styles). 'table' is block element.
+ 6
Exacly this two types are funny, artificially created and unnecessary
+ 3
Thanks Janning I will I have a look.
Loving the app killing time on a rainy day and learning skills 👌
+ 2
Welcome, Trent Skiiez !
Please see:
https://www.sololearn.com/learn/HTML/1034/?ref=app
+ 1
I've only recently started using this app (about 1 hours worth at the moment)
I do find if helpful in understnsding some basics seeing as I'm a complete noob having absolutely zero coding experience but what are you guys talking about exactly at the moment with inline or block elements?