Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 07-09-2015, 11:34 PM   #11
code9
Registered User
 
Join Date: Jul 2015
Posts: 7
HTML, is the standard markup language used to create web pages.It is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>). HTML tags most commonly come in pairs like <h1> and </h1>, although some represent empty elements and so are unpaired, for example <img>. The first tag in such a pair is the start tag, and the second is the end tag (they are also called opening tags and closing tags).

Web browsers can read HTML files and render them into visible or audible web pages. Browsers do not display the HTML tags and scripts, but use them to interpret the content of the page. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language.

HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts written in languages such as JavaScript which affect the behavior of HTML web pages.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
code9 is offline   Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BasicDifference between HTML 5 and HTML 4 albertmorrison3 HTML / DHTML 14 12-06-2017 09:50 PM
The HTML Tool Versions nelsondisney HTML / DHTML 26 05-18-2015 11:46 PM
What separates HTML from HTP? gilbertjames8 HTML / DHTML 4 04-29-2012 11:39 PM
Focusing on HTML and CSS charloskendall3 General Discussion 15 12-31-2011 10:09 PM
Make html only accessible from link wryfhk22 Programming General 2 12-15-2011 08:45 PM


All times are GMT -7. The time now is 10:13 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.