1
Does HTML5 show graphical display without CSS3?
ans.
Yes, in HTML5 it has some special tags that we can use some graphical display without require CSS3 coding.
2
Is HTML Case-Sensitive?
ans.
No, when writing HTML tags, we are free to use any combination of uppercase and lowercase letters inside the tag.
3
What does the acronym HTML5 stand for?
ans.
HyperText Markup Language, version 5
4
Are old browsers support html5?
ans.
NO
5
Does HTML5 work without CSS3?
ans.
Yes, in HTML5 it has some special tags that we can use some graphical display without require CSS3 coding.
6
What tag is the first line of the HTML5 page?
ans.
<!doctype html>
7
What is <meta charset="UTF-8"> ?
ans.
This tag tells the web browser which character-encoding method to use for the page.
8
Can we display a webpage using only CSS3 without html coding?
ans.
No
9
Define a home page:
ans.
A home page is the front door of the website. When the web user is typing a website name in the browser, the home page will be displayed first. But the file name of the homepage may not be visible to the user.
10
Define Web browser.
ans.
A web browser is a software tool that computers use to communicate with web servers on the internet. Web browsers enable to download and display the web pages that user requests. The web browser should be capable of understanding HTML and display text. Now web browser supports pictures, videos, sounds and images.