- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Environmental Science
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Which is default HTML5 skeleton ?
An HTML5 skeleton could look like this:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>THIS IS SIMPLE HTML5 SKELETON</title>
</head>
<body>
</body>
</html>
(Note that this is not the most minimal HTML5 document, so many parts are optional.)
- Related Questions & Answers
- See (stage) your website before switching your DNS
- Which is default HTML5 skeleton ?
- How to create accordion on blogger using HTML & JavaScript ?
- Html Boilerplate
Advertisements
ads