How to Put a Check Box on a Website
On a Web form, a check box is a small square next to an option in the form. The user clicks the box to place or remove a tick, or check mark. The advantage of a check box over a circular radio button...
View ArticleHow to Make Input Text Boxes Go Vertical in HTML
The text that displays next to your HyperText Markup Language (HTML) input text box is aligned vertically against the boundaries of this element by default, but you have the option to position it...
View ArticleHow to Format a Scrollbar
When trying to attract users to your website, it is useful to have an eye-catching design. One way to enhance the look of your website is to format the scrollbar with different styling. Scrollbar...
View ArticleWhat Is a Tag Attribute & How Is It Presented in HTML?
Attributes are at the heart of HTML, or HyperText Markup Language. Many elements in HTML require certain attributes. Even those that do not can have better functionality or appearance when you add...
View ArticleBullet Types for HTML Lists
Adding a bulleted list to your website can be a good way of easily presenting sequential or non sequential information. In addition to the default style, both ordered and unordered HTML lists have...
View ArticleHow to Minimize HTML
When coding a website, it is important to optimize the website as much as possible so that the viewing experience is optimum. One issue that can plight a Web experience is if the webpage takes too long...
View ArticleHow to Add a Style Sheet File to a Web Page
External style sheets have benefits over embedded styles, the biggest benefit being ease of updates. Using one or two style sheets, you can update the design of an entire website by making a few simple...
View ArticleJPG Border Is Not Showing Up in HTML
Pictures are a key part of Web page design. A page with images generates more interest for a visitor than one that lacks them. Usually you do not need to decorate your images with borders or any...
View ArticleCommenting Codes in HTML
The contents of an HTML file are displayed as a Web page -- with formatting, links, and images -- by Web browsers whose job is to read and interpret the HTML. Since HTML, like other computer code, can...
View ArticleHow to Vertically Center a Div in Another Div
The HTML "div" tag lets you create segmented sections for your Web pages. You can align the div tags within a main div tag vertically and horizontally. You use the "vertical-align" property in CSS to...
View ArticleCSS Top Vs. Margin-Top
With cascading style sheets, or CSS, you can position nearly any hypertext markup language element, including images, text, div layers, tables and lists on your website. Whether you use the "top"...
View ArticleHow to Override Styles in IFrame
When coding a website you can integrate other webpages, either externally or internally, you can insert an inline frame, or iFrame. An iFrame is HTML code that uses an alternative source. By default it...
View ArticleHow to Embed an Evaluation
On certain websites, you may be given an evaluation of some kind that you want to embed into your own website. Embedding an externally sourced document can be done in one of two ways, depending on the...
View ArticleHow to Use an Image As a Bullet
As a website developer, you have tremendous freedom in the way you approach designing your Web pages. At times, you may wish to use an image file as a bullet in an unordered list instead of the simple,...
View ArticleHow to Replace an iFrame
The iframe HTML tag allows webmasters to place a page within an HTML page. The iframe points to another Web page, so affiliates and webmasters who need to display content from another site can display...
View ArticleThe Disadvantages of HTML
First developed by Tim Berners-Lee in 1989, HTML, or hypertext markup language, revolutionized a quiet, small Internet and opened the door to a phenomena like nothing the world had ever seen....
View ArticleBasic HTML Drop-Down Menus
HTML, the language in which Web pages are written, includes a template for drop-down menus that allows you to quickly add such menus to your Web page and customize their appearance and function. To...
View ArticleHow to Write Content With a DIV Tag
When designing a Web page with CSS (cascading style sheets) and HTML, it's important to understand how to use <div> tags to set style attributes. A <div> tag, short for "division," splits...
View ArticleHow to Do a Clock in HTML
Commercial Web development packages are often packed with special tools that allow developers to create sites with a variety of bells and whistles to improve the visual appeal of each page with minimum...
View ArticleHow to Make an Online Invitation With HTML Codes
If you want to deliver an invitation to your recipients in a convenient way, consider making an online invitation with HyperText Markup Language (HTML) codes. HTML allows you to create a page that you...
View Article