Web Developer & Designer Question:

Download Job Interview Questions and Answers PDF

Tell me how many HTML tags should be used for the most simplest of webpages?

Web Developer & Designer Interview Question
Web Developer & Designer Interview Question

Answer:

It is one of the basic question from web designer interview questions.The simplest of webpages should contain 8 tags, in pairs of 4.
<html>
<head>
<title>
Simple webpage
</title>
</head>
<body>
Hello
</body>
</html>

Download Web Developer & Designer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what are the new media elements that are included in HTML5? Why is canvas used in HTML?Tell me what is the work area in Photoshop?