250 Most Important HTML 5 Interview Questions and Answers: Crack That Next Interview With Higher Salary In Less Preparation Time by Puligadda Vamsee

250 Most Important HTML 5 Interview Questions and Answers: Crack That Next Interview With Higher Salary In Less Preparation Time by Puligadda Vamsee

Author:Puligadda, Vamsee [Puligadda, Vamsee]
Language: eng
Format: azw3
Publisher: The Indian Wolf Publications
Published: 2019-01-26T16:00:00+00:00


Question 103. What Is The Simplest Html Page?

Answer :

HTML Code:

<HTML>

<HEAD>

<TITLE>This is my page title! </TITLE>

</HEAD>

<BODY>

This is my message to the world!

</BODY>

</HTML>

Browser Display:

This is my message to the world!

Question 104. How Do I Create Frames? What Is A Frameset?

Answer :

Frames allow an author to divide a browser window into multiple (rectangular) regions. Multiple documents can be displayed in a single window, each within its own frame. Graphical browsers allow these frames to be scrolled independently of each other, and links can update the document displayed in one frame without affecting the others.

You can't just "add frames" to an existing document. Rather, you must create a frameset document that defines a particular combination of frames, and then display your content documents inside those frames. The frameset document should also include alternative non-framed content in a NOFRAMES element. The HTML 4 frames model has significant design flaws that cause usability problems for web users. Frames should be used only with great care.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.