The role of images in a webpage Web-page designers use images to deliver important information, direct site navigation, and contribute to overall look and feel on a web page. Images…
Specifying locations in web pages Locations within web pages can be marked for direct access by links on: The same page. The same website. Keep these considerations in mind when…
Customizing Links You can customize links to: ✓ Open linked documents in new windows ✓ Link to specific locations within a web page of your own ✓ Link to items…
Exploring link options You can link to a variety of online resources: Other HTML pages (either on your website or on another website) Different locations on the same HTML page…
Basic links To create a link, you need A web address (called a Uniform Resource Locator; URL) for the website or file that’s your link target. This usually starts with http://.…
Why links? Hyperlinks, or simply links, connect HTML pages and other resources on the web. When you include a link on your page, you enable visitors to travel from your…
Submit and Reset buttons Submit and Reset buttons help the user tell the browser what to do with the form. You can create buttons to either submit or reset your…
Multiline text boxes If a single-line text field doesn’t offer enough room for a response, create a text box instead of a text field: The <textarea> element defines the box…
Drop-down list fields Drop-down lists are a great way to give users lots of options in a small amount of screen space. You use two tags to create a drop-down…