Test Mode Reading Mode Right = 0 Wrong = 0

Web Development এর MCQ সমাধান

All MCQ Question (10)

এইচটিএমএল (HTML5)

True
False
Hyper Text Markup Language and Extensible HyperText Markup Language
Hyper Text Markup Language and Extensible HyperText Marking Language
Created: 2 months ago | Updated: 2 months ago
Updated: 2 months ago
width=80
width=”80″
WIDTH=”80″
WIDTH=80
Created: 2 months ago | Updated: 2 months ago
Updated: 2 months ago
table, thead, tr, td
colspan, table, tr
table, tt, tr, td
thead, colspan, td, tr
Created: 2 months ago | Updated: 2 months ago
Updated: 2 months ago
h6
heading
h1
head
Created: 2 months ago | Updated: 2 months ago
Updated: 2 months ago
Hyper Text Markup Language and Extensible HyperText Markup Language
Hyper Text Markup Language and Extensible HyperText Marking Language
Hyper Text Marking Language and EXtensible HyperText Marking Language
Hyper Text Marking Language and Extensible HyperText Markup Language
Created: 2 months ago | Updated: 2 months ago
Updated: 2 months ago
The extension of the file “.html”
The “content-type” header
Both “.html” extension and “content-type” header
The “content_type” header
Created: 2 months ago | Updated: 2 months ago
Updated: 2 months ago
Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml”
Charset in both html and xhtml is “text/html”
Tags and attributes are case-insensitive in HTML but not in XHTML
Special characters must be escaped using character entities in XHTML unlike HTML
!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”
!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”
!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Frameset//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd”
“” is of XHTML 1.1.
In traditional XHTML close tag for some elements is optional but not encouraged
In traditional HTML close tag for some elements is optional but not encouraged
In both traditional XHTML and HTML close tag for some elements is not optional
In both traditional XHTML and HTML close tag for some elements is optional