Previous in Forum: Auto Range Selection of Column Chart by Macro   Next in Forum: Programming an AD7708
Close
Close
Close
3 comments
Rate Comments: Nested
Participant

Join Date: Apr 2011
Location: MUMBAI INDIA
Posts: 1

HTML Coding Help

04/29/2011 1:01 AM

can any one tell me what does these codes signify in html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>EMCO</title>

<link href="site.css" type="text/css" rel="stylesheet" />

<script type="text/javascript" language="JavaScript1.2" src="menu/stmenu.js"></script>

<script type="text/javascript" language="JavaScript1.2" src="AC_RunActiveContent.js"></script>

<script type="text/javascript" language="javascript">

function SearchSite()
{
document.location.href='http://www.emcoindia.com/search.html?cx=002343543654529033385:qxdcrdw2omi&cof=FORID%3A11&ie=UTF-8&q=' + document.getElementById('txtSearch').value + '&sa=Search';
}
</script>


<script type="text/javascript" language="javascript" src="AC_OETags.js"></script>


<script language="JavaScript" type="text/javascript">
<!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 8;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Minor version of Flash required
var requiredRevision = 0;
// -----------------------------------------------------------------------------
// -->

can any one tell me what does these codes signify in html

__________________
RAJU SINGH(DIRECTOR) NEUVO ASYA TECHNO SOLUTION LTD LP
Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru

Join Date: Oct 2010
Posts: 1294
Good Answers: 35
#1

Re: assist me in html

04/29/2011 7:50 AM

Lots of people can, its more than I want to do. Can you explain what you are looking for? Otherwise, I suggest you do some googling or get a book, especially if you are trying to learn.

I'll try to give you a brief start...

In general, all of the stuff within < > is what is called markup. In general, it is intended to tell the target software (like a browser, HTML renderer, or similar) how text not within < > should be displayed.

The DOCTYPE statement specifies the particular standard that the HTML in this document is written to.

Register to Reply
Guru
Hobbies - DIY Welding - Don't Know What Made The Old Title Attractive... Popular Science - Weaponology - New Member United States - US - Statue of Liberty - 60 Year Member

Join Date: Apr 2009
Location: Yellowstone Valley, in Big Sky Country
Posts: 7425
Good Answers: 295
#2

Re: assist me in html

04/29/2011 5:59 PM

I checked with my old buddy Wikipedia, and he knows something about this:

HyperText Markup Language

Your answers are contained at the linked article.

__________________
Semper Ubi Sub Ubi
Register to Reply
Guru

Join Date: Feb 2009
Location: Houston, USA
Posts: 946
Good Answers: 244
#3

Re: assist me in html

04/30/2011 10:02 PM

Though this piece of code is constructed with html (Hyper Text Markup Language), the main functionality is primarily constructed in the calls of css (Cascading Style Sheet) file (site.css) and java script files (stmenu.js, C_RunActiveContent.js and AC_OETags.js) and the java script function (SearchSite).

In addition to html, you need to understand well about the css, xml and java script language and then study the code of the css and java script files for understanding the functionality of this code.

In html, <-- is the starting of the comment and --> is the end of the comment. So, the last 11 lines are commented out and they are not executed.

There are many tutorials available for java script. These links may help:

http://www.cs.brown.edu/courses/bridge/1998/res/javascript/javascript-tutorial.html

http://www.quackit.com/javascript/tutorial/

http://www.w3schools.com/js/

http://www.w3schools.com/css/css_examples.asp

- MS

__________________
"All my technical advices in this forum must be consulted with and approved by a local registered professional engineer before implementation" - Mohammed Samad (Linkedin Profile: http://www.linkedin.com/in/msamad)
Register to Reply
Register to Reply 3 comments
Copy to Clipboard

Users who posted comments:

Doorman (1); msamad (1); rhkramer (1)

Previous in Forum: Auto Range Selection of Column Chart by Macro   Next in Forum: Programming an AD7708

Advertisement