If you don’t want the frame windows to be resizeable, simply add what to the <frame>lines ?a. Saveb. dontresizec. resized. sizee. Noresize
Question
If you don’t want the frame windows to be resizeable, simply add what to the <frame>
lines ?
a. Save
b. dontresize
c. resized
d. size
e. Noresize
Solution
To prevent frame windows from being resizable in HTML, you'll want to use the noresize
attribute within the <frame>
tag. This attribute is part of the deprecated frameset HTML specification, and when included, it specifies that the user should not be able to resize the frame.
Here's a brief explanation of the options provided:
- Save - Not relevant to frame resizability.
- dontresize - Not a standard HTML attribute and will not function as intended.
- resized - Incorrect, as there is no valid attribute for this.
- size - While it relates to dimensions, it doesn't control resizability.
- Noresize - Correct choice; it restricts the frame from being resizeable.
In summary, to restrict resizing of a frame in HTML, the correct approach is to use the noresize
attribute.
Final Answer
Use the attribute noresize
within the <frame>
tag.
Similar Questions
You can add names to each frame window using the setting…………..a. srcb. hrefa. urlb. namec. none
To retain an original proportion of the graphic, ________ + click one of the corner handles.ANone of theseBCtrlCShiftDAlt
when inserting pictures how can you avoid destorting the picture if it is resized later?
How can you specify the width of an <iframe> in HTML?Nonesize attributestyle attributewidth property within <iframe> tag
Which attribute is used to specify the height of an <iframe> in HTML?heightsizeframestyle
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.