HTML5 for marking up functionality - what semantic tags should I use? -


when comes writing blog markup, absolutely understand use of article , section tags. masthead sections have 2 widgets. 1 has search engine embedded , other marketing copy leading faq page.

what correct html5 markup in case? how mark widget functionality?

my masthead sections have 2 widgets. 1 has search engine embedded...

a search engine embedded? mean search field, i.e. text field can type search terms? that, want <input type="search">.

...and other marketing copy leading faq page.

does qualify “widget”? if it’s marketing copy “leading” faq page, sounds link me, has been semantically represented in html since version 1 <a> element.

html pretty simple, don’t want over-think it. don’t need specific tags people possibly give name to. (what “widget”? isn’t section of page?) things, <section> fine.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -