HTML Basics and Web File Extensions
Test your knowledge of HTML tags, elements, and common web file extensions used in web development
Questions
Choose the correct HTML tag for the largest heading
- <h1>
- <head>
- <heading>
- <h6>
What is the correct HTML tag for inserting a line break?
- <lb/>
- <break/>
-
- <bk/>
What is the correct HTML for adding a background color?
- <body background="yellow">
- <body style="background-color:yellow">
- <background>yellow</background>
- <bgcolor="yellow">
Choose the correct HTML tag to make a text bold
-
- <bold>
- <dark>
- <big>
What is the correct HTML for creating a hyperlink?
- <a url="http://www.w3schools.com">W3Schools.com</a>
- <a>http://www.w3schools.com</a>
- <a name="http://www.w3schools.com">W3Schools.com</a>
- <a href="http://www.w3schools.com">W3Schools</a>
How can you open a link in a new browser window?
- <a href="url" target="new">
- <a href="url" target="window">
- <a href="url" new>
- <a href="url" target="_blank">
Which of these tags are all tags?
- <thead><body><tr>
- <table><head><tfoot>
- <table><tr><td>
- <table><tr><tt>
How can you make a list that lists the items with numbers?
- <ol>
- <dl>
- <ul>
- <list>
How can you make a list that lists the items with bullets?
- <ul>
- <ol>
- <dl>
- <list>
What is the correct HTML for inserting an image?
- <img>image.gif</img>
- <image src="image.gif" />
- <img href="image.gif />
- <img src="image.gif" />
A -- file indicates that the Web page is an Active Server Page?
- .asp
- .asd
- .asc
- .ascx
Which is Portable Network Graphic is a graphic file format made for the Web?
- PNG
- PNC
- PST
- PPT
These file types indicate that the file is a ColdFusion file?
- .cfm and .cfml
- .cam and .caml
- .cofm and .cofml
- .cofn and .cofnl
Extension for ASP.NET Web Handler File?
- ASCX
- ASPX
- ASHX
- ASMx
Windows Font File having extensions as --
- .fnt
- .fonts
- .winfonts
- .wfnts
This file type indicates an HTML file?
- .html
- .hta
- .htx
- .httml
CGI stands for … ?
- Common Gateway Interface
- Common Gateway International
- Commercial Gateway Interface
- Common Global Interface
Extension for Active Server Custom Control?
- ASCX
- ASPX
- ASHX
- ASMx
Font files having extensions as …
- .ttf
- .sfnt
- .fn
- .fnts
A -- file indicates that the Web page is an Active Server Page?
- .asp
- .asd
- .asc
- .ascx