The Structure Of An Html Page

The Structure of an HTML Page

An HTML 4 document should begin with a DOCTYPE declaration that declares the version of HTML to which the document conforms. If the declaration is not made, the browser will …

How To Play Audio In Html

How to Play Audio in HTML

Adding audio can be just as challenging as adding video to your HTML web pages. Fortunately, with a little help, adding audio content to your HTML pages can be easy. …

Html Framesets And Frames

HTML Framesets and Frames

HTML Frames allow for more than one web page to be displayed in the same browser window. Each HTML document is called a frame, and each frame is independent of …

Html Event Attributes

HTML Event Attributes

The W3C has defined a set of core events that are associated with nearly every HTML and/or XHTML element. Event attributes are an important part of learning HTML so being …

Html Styles

HTML Styles

HTML is limited when it comes to the appearance of its elements. If you are trying to apply a nice look and feel to your web pages, then you’ll need …

Html Body Element

HTML Body Element

The <body> element is used to define the document’s body. Other elements are used within an opening and closing <body> tag. The <body> element contains all the contents of an …

Html Form And Input Elements

HTML Form and Input Elements

While most other HTML elements are used to present information on your page, an HTML form is used to gather information from your users. Most modern websites will interact with …

Html Div Element

HTML Div Element

The <div> element is basically used as a container for other elements. When HTML first began, web designers only had two choices with regard to the layout of a webpage. …

Scroll to Top