Posts

Showing posts with the label HTML

how to open a another link on clicking the button without a tag with the help of inline javascript

    < button class = "size6" onclick = " window . open ('URL ','_self') " > Play and Win </ button >

Html Question for interview

  Q-1 When was the html developed? Q-2 What is an html language Q-3 Are the HTML tags and elements the same thing? Q-4  What are tags and attributes in HTML? Q-5 What are void elements in HTML? Q-6 What is the advantage of collapsing white space? Q-7 What are HTML Entities? Q-8 What are different types of lists in HTML? Q-9 What is the ‘class’ attribute in HTML? Q-10   What is the difference between the ‘id’ attribute and the ‘class’ attribute of HTML elements? Q-11  Define multipart form data? Q-12 Describe HTML layout structure. Q-13 How to optimize website assets loading? Q-14 What are the various formatting tags in HTML? Q-15 What are the different kinds of Doctypes available? Q-16 Please explain how to indicate the character set being used by a document in HTML? Q-17 What is the difference between <strong>, <b> tags and <em>, <i> tags? Q-18 What is the significance of <head> and <body> tag in ...