How to Set Wrappings Around a Video in HTML
When you embed a video, for example from YouTube, into your webpage, your text by default will sit below it. If you want to have your text wrapped around the video, instead of below it, then you can...
View ArticleWhat Is an HTML Blockquote?
Just like in a word processor, you can highlight your major quotes on a Web page. Using the blockquote tag, which adds spaces to all sides of the quote, you can set some text apart from the rest. As...
View ArticleHow to Make an Image Float Around a Web Screen
When inserting images into your hypertext markup language (HTML) code, by default the images will be firmly in line with the text. Therefore if you want more control over how your images appear, and...
View ArticleWhat Are the Four Attributes of the Meta Tag?
HTML Web pages present content to website users. This content can include data, text, images, media and interactive components. Using meta elements, Web developers can include information about a page....
View ArticleDifference Between a Block & an Inline Element
Web pages model their content in HTML elements. HTML elements fall broadly into two categories: inline and block. Which category an element type is in determines the kinds of structure it can appear...
View ArticleHow to Put a Scroll Bar on My Page
When reading an email or scrolling through a Word or text document, you want to have the format bar in view at all times. This is most conveniently achieved by having scroll bars within containers....
View ArticleHow to Change the Table Row Height in CSS
In Web pages, tables display data in an easily read format similar to that of a spreadsheet. Since you can use Cascading Style Sheet (CSS) code to change the way any part of a Web page looks, you can...
View ArticleHow to Create a Table Scrollbar in CSS
Using the "overflow: auto" property-value pair in Cascading Style Sheet (CSS) code gives a scrollbar to an HTML element when its contents go over a maximum width or height. Knowing this, you can make a...
View ArticleHow to Have Different Meta Tags Included Inside a Universal Header
The basics of web development begin with understanding HTML coding. The universal headers of HTML pages include information about keywords, authors, recent revisions and content description. The header...
View ArticleHow to Use a Text Box in HTA
HTA makes it possible for anyone with basic Web development skills to create powerful desktop applications. Generate forms, create buttons and even add text boxes to pop-up windows by placing controls...
View ArticleHow to Create Hyperlinks to Open New Windows
HTML hyperlinks enable you to provide your Web page visitors with access to other internal or external site locations with a single click. The HTML "<a>" tag, when used in its basic form, creates...
View ArticleHow to Move a Table in KompoZer
You don't have to be a professional developer to produce professional looking Web applications. KompoZer, an HTML editing program, has a visual development mode that allows site owners to drag and drop...
View ArticleHow to Run HTML in the Eclipse Window
The Eclipse software development program includes Web development tools natively. These tools allow you to create and edit HTML documents. The Web development tools also include a built-in Web browser....
View ArticleHow to Create a Form With Drop-downs
Drop-down menus are used to save space on a Web page when more than one option is given. Only one option is shown until you click on it, then the remainder of the options are visible. Use the HTML...
View ArticleHow to Customize a GrooveShark Widget to Make It Smaller
GrooveShark makes creating your own customized song widget as simple as clicking a few buttons and pasting code into an HTML document. GrooveShark, a free music service, allows you to create playlist...
View ArticleHow to Set an Included HTML Background to Transparent
Reducing the opacity of an image makes the image look transparent. If it is placed on top of another image, the image below can be seen through. If the transparent image is the background, the image...
View ArticleHow to Make Columns Extend in CSS
CSS provides you with a "width" property that lets you extend a column to a specific pixel width. CSS lets you control several columns with only one code statement. You can set up one or several...
View ArticleHow to Remove a Selected Item From ListBox
List boxes streamline input, so you can write reports and standardize website data. You have the option to set a "selected" item from the list, so the selection defaults to a specific value. The...
View ArticleRole of HTML
A simple programming language that encodes text, images and other media, Hypertext Markup Language allows people from all over the world to view Web pages within a Web browser of choice. HTML's role in...
View ArticleWhat Is an HTML5 Canvas?
HTML5 provides Web developers with the resources to create websites with interactive, multimedia elements. The canvas element in HTML5 creates a rectangular space in which you can use JavaScript to...
View Article