HTML5 has come a long way! It is now supported by all major desktop and mobile web browsers (Google's Chrome, Mozilla Firefox, Safari e.t.c) It is more consistent and has added a lot of new APIs that make creating web applications easy. Some features,
- New Doctype.
- New parsing rules.
- New APIs : video, progress, nav, canvas etc.
- New input attributes: date, time, email, and URL.
- Drag & Drop API ...
- Read more : http://www.w3.org/TR/html5-diff/
HTML5 - Hello World! Example for beginners
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 : Hello World Example</title>
</head>
<body>
<h1>Hello World</h1>
<p>
Hey there!
</p>
</body>
</html>
HTML5 Hello World Example Code Browser Output
As a student, the best thing about Html5 is its doctype (no need for any namespace). In <html> tag you can set language example : lang="en"
Related Questions:
What does HTML stands for?
HTML acronym stands for Hyper Text Markup Language.What does HTML5 stands for?
HTML5 acronym stands for Hyper Text Markup Language - version 5.
What extension does HTML5 files have?
You can save them as .html, .htmHow to know if a webpage is HTML5?
The file should have the doctype <!DOCTYPE html>Where can I write HTML5 code? Do I need a special tool?
No, you can write HTML5 code in any text editor like Notepad on Windows or Text Edit on macOS.How to run HTML5 code?
Simply run the file by doubling-clicking on it, it will open in your default browser - Chrome, Firefox or Safari.
More Posts related to Html,
- remove div vertical scroll
- Create HTML button that looks like a href hyperlink
- Comprehensive 256 Ascii code table with Html Hex IBM Microsoft Key
- HTML5 HELLO WORLD Example
- Get HTML table td, tr or th inner content value with id or name attribute
- Adding Sub Headings to Bootstrap Header tags
- What is the doctype for HTML5?
- Chessboard with pieces using pure HTML and CSS
- Hyperlink in html (anchor tag) without a underline
- W3 : character data is not allowed here html validation error
- Fibonacci series from 1 to 500 table
- 9 Border to DIV Element in HTML Examples
- How to add multiple spaces between html page text
- How to turn off autocomplete in input fields in HTML Form
- Default speed of Marquee tag : SCROLLAMOUNT
- How to word wrap in HTML
- Force convert HTML text input to upper case
- HTML5 CSS3 Color Codes List
- How to remove old 404 pages ulrs from Google crawler
- reCaptcha Verification expired. Check the checkbox again
- All directional arrows codes for HTML
- Align html element at the center of page vertically and horizontally
- How to make a div tag clickable
- Remove Html head and body tags from ckeditor source
- Auto Refresh Webpage after every x Second or Minute using Meta Tag?
More Posts:
- zsh: command not found [fix] macOS - zsh
- Convert String to int in Java - Java
- Where is .zshrc file located in macOS - MacOS
- Reading .xls and .xlsx Excel file using Apache POI Java Library - Java
- Encode/Decode URL Query String in Notepad++ - NotepadPlusPlus
- Parse XML file in Java using DOM Parser - Java
- Youtube spacebar not working in search on macOS Safari - MacOS
- How to change SharePoint Online site collection or subsite URL address - SharePoint