HTML:
is a language used to describe web pages
Hyper Text Markup Language
is not a programming language, it is a markup language
New Features:
canvas tag for painting
video and audio elements for media playback -> video and audio files
better support for local offline storage
new element content: such as article , footer, header, nav, section
New form controls: such as: calendar, date, time, email, url, search
Browser support: chrome, firefox, Opera and IE9
Development tools:
Commonly used: WebStorm, notepad, Eclipse, text sublime, Dreamweaver, etc.
Recommended: Intellij IDEA
Skills to be mastered:
HTML5 XHTML CSS3 JavaScript jQuery: jQuery -Ui jQuery-Mobile
Basic explanation of HTML:
Statement:
There are also many different versions of html. Only if you fully understand the exact HTML version used in the page, Only then can the browser display the HTML page completely correctly
. This is the use of
Different versions of HTML have different HTML declarations
Use it directly in HTML5:
Common tag attributes:
Connection attributes and their uses:
1. Connection data:
Text connection
Picture connection
2. Attributes:
href attribute: link to another document
name attribute: create a connection to the document
3. imag tag attribute:
alt: replace text attribute
width: width
height: height
HTML table