下列关于 HTML的说法中,正确的是 ______。
语句 int(*ptr)() 的含义是( )。
栈和队列的共同特点是( )
利用 ASP.NET开发的网页,其文件扩展名应命名为 ______。
使用 JavaScript 打开一个名为 "window2" 窗口的选项是 ________。
下列哪个样式能够显示这样一个边框:上边框 10 像素、下边框 5 像素、左边框 20 像素、右边框 1 像 素?______
CSS 主要用下列哪个 HTML标记构建页面布局 ?______
C 语言可执行程序的开始执行点是( )。
{ printf("Input the strin9 :");
gets(s);
while(*p)
putchar(*p++);
}}
试题">对下述程序的判断中,正确的是( )。
#include
main()
{ char*p ,s[256];
p=s ;
while(strcmp(s ,"the end"))
{ printf("Input the strin9 :");
gets(s);
while(*p)
putchar(*p++);
}}
下列语句中,正确打开名为“ window2"的新窗口的 JavaScript 语句是 ______。