HTML

HTML - LinkedIn Skill Assessments Quizzes with Answers

In this article, you will find LinkedIn Assessment, Questions and Answers for HTML.

An Intro to HTML <address> Tag

The semantic HTML <address> element indicates that the enclosed HTML provides contact information for a person or people or an organization of a document or an article representing document or an article.

An Intro to HTML <kbd> Tag

Use the HTML kbd semantic tag instead of code tag to denote our text as a keyboard input. Great for preparing documentations...

How to create collapsible content using HTML5 details tag

HTML5 provides <details>...</details> tag for the purpose of show and hide the contents on demand. Instead of showing large content on single page where user has to scroll explicitly, details widget comes handy to decrease your view length and looks much cleaner