How to Group Radio Buttons in HTML
The HTML radio button tag lets you create a group of values in an HTML Web form. You must set the radio button's "name" property to the same value for each selection to group the radio buttons into one...
View ArticleHow to Make a Side Tab in CSS
A tab on the side of a Web page is often accompanied by a script that runs when the user clicks on it such as a pull-out form for logging in or sharing on a social network. Before you can do that,...
View ArticleHow to Move a DIV Down in CSS
A "DIV" enables you to manipulate HTML data as a group. CSS styles provide you with a set of rules that allow you to control HTML attributes, such as background color, layout and position. Use the CSS...
View ArticleHow to Keep a Static Header That Moves Even When Scrolling in HTML
When you add a header to your HyperText Markup Language (HTML) Web page, this element disappears as you scroll down in a browser window by default. This is often problematic if you have links or other...
View ArticleHTML Table With a Horizontal Scroll
You may use an HTML table to display any content that fits well within a chart, such as scores or multiplication tables. If you wish to allot a certain width for your table to fit on your website, but...
View ArticleHTML Code for a Tree Menu
HTML Web pages can use hierarchical structures, which are particularly well suited to website menus. If you have a large website with lots of sections and subsections within it, using a tree menu...
View ArticleHow to Create a Drop Down in KompoZer
Adding a drop-down menu to an HTML document gives your Web page the ability to display multiple data items in a small amount of space. You can code a drop-down menu manually or use a tool that allows...
View ArticleHow to Make Buttons in KompoZer
Professional HTML editors such as Dreamweaver can help you create complex websites, but you can often perform small editing tasks rapidly using light-weight programs, such as KompoZer. If you need to...
View ArticleHow to Create Frames With KompoZer
Frames allow a visitor to a single Web page to see multiple pages at one time. A website owner may use frames to provide a variety of related information without forcing visitors to click multiple...
View ArticleThe Font Size for an Input Box
The <input> tag is a component of an HTML form. It can define a number of objects, including radio buttons, submission buttons, check boxes and text fields. A text field is an editable box that...
View ArticleHow to Make Expandable Sections With HTML
Despite increasing screen sizes, “browser real estate” – the available space for Web page content within a browser window – remains at a premium. When you need to pack a single Web page full of...
View ArticleCan I Anchor a Div?
Anchors have long been used to link to specific parts of Web pages. An anchor consists of a hyperlink created by anchor tags and an element -- headings, paragraphs, images and divs, to name a few...
View ArticleThe Hierarchy of ID and Class in CSS
Site designers wishing to conform to the XHTML Strict guidelines specified by the World Wide Internet Consortium usually add Cascading Style Sheets to their code. Because W3C guidelines prohibit inline...
View ArticleHow to Fix the IE Double Scrollbar
There is a pesky bug in Internet Explorer 7 that sometimes causes double scrollbars. Double scrollbars do exactly what it sounds like: two scrollbars appear in the browser screen, side by side. This...
View ArticleHow to Make a Questionnaire in HTML
If you want to gather data or feedback from your website's visitors, create a questionnaire using hypertext markup language (HTML). Your questionnaire can contain a variety of input methods, from radio...
View ArticleHow to Embed RTMP in HTML
Adobe’s Real-Time Messaging Protocol (RTMP) is a freely provided specification that enables you to stream Internet data, such as audio and video, between a server and Adobe technologies, for example...
View ArticleHow to Target Chrome Only With CSS
CSS can create stunning visual effects and even target specific browsers based on a system of media queries. These media queries allow you to create different style sheet elements based on details like...
View ArticleGetting Text Next to a Radio Button
Radio buttons, like check boxes, help site owners communicate with site visitors. When people see radio buttons on a Web page, they can make choices by clicking the buttons. They can only do that if...
View ArticleWhat Is a Frame for a Website?
Frames help to break a Web page into smaller partitions that display unique content. While iframes have become more popular for enhancing Web pages, some designers still use framesets to section pages....
View ArticleHow Do I Do an Overstrike in HTML?
The official name for doing an "overstrike" in Web pages is doing an "strike-through." Text with a strike-through effect shows a line crossing through its middle and is sometimes used to show "deleted"...
View Article