html
The <html> element is the root element of your html document. You can place one <head> element and one <body> element inside of it and that is all. <head> and <body> independently contain your page metadata and elements.
HTML CODE EXAMPLE
<html>
<body>
<h2>Hello Universe</h2>
<p>Welcome to the show!</p>
</body>
</html>
<body>
<h2>Hello Universe</h2>
<p>Welcome to the show!</p>
</body>
</html>
Hello Universe
Welcome to the show!Attributes for this element:
datetime - the date or date-time the text was deleted
Possible Values:"date-time sysntax as defined here"
cite - refer to a URL that explains why the text was deleted
Possible Values: "URL string"
global attributes - global core attributes
See: list of global attributes
Possible Values:"date-time sysntax as defined here"
Possible Values: "URL string"
See: list of global attributes
0 Response to "html"
Post a Comment