⟩ How FontSize and Font Size is differ in DHTML?
Font size is an attribute that we used in font tag.Where as font-size is an style property.
<font size="5"> use in font tag.
p{font-size:"5"} use in CSS.
use in font tag. p{font-size:"5"} use in CSS." />
Font size is an attribute that we used in font tag.Where as font-size is an style property.
<font size="5"> use in font tag.
p{font-size:"5"} use in CSS.
Do you know What is the sessionStorage Object in html5? How to create and access?
Explain What is the use of localStorage in HTML5?
Tell me How to add video and audio in HTML5
Tell me Do you know New Input Type Attribute in HTML5
Explain What are the New Media Elements in HTML5? is canvas element used in HTML5
Explain How many New Markup Elements you know in HTML5
Tell me What is the <!DOCTYPE>? Is it necessary to use in HTML5
Explain the difference between HTML and HTML5
Is html5 much heavy for a server to respond the http requests?
What is JavaScript?