HTML Hack
HTML
Q.1 <!DOCTYPE html> Is it a tag of HTML? If not, what is it and why do we use it? (1 Mark)
<!DOCTYPE html> is not a tag of HTML. It is simply a document type declaration (DDT) that is used to specify the version and type of the HTML document.
Q....
roshangrg.hashnode.dev3 min read