Chapter - 1 HTML Overview

Unformatted text preview:

Address New Delhi Contact 8882880965 STP COMPUTER EDUCATION The Best Quality of Software Programming Computer Education www stpcomputereducation com SUBJECT WEB DESIGNING Chapter 1 HTML Overview HTML stands for hypertext markup language HTML Language Languages are used to communicate from one person to another person Name of some languages English Hindi Tamil etc Levels of computer languages Low level or machine language Middle level or assembly language High level language Low level or machine language Low level language written in binary number that means 0 and 1 used to develop an operating system for particular machine Ex 0 1 8B542408 83FA0077 06B80000 0000C383 FA027706 B8010000 00C353BB 01000000 B9010000 008D0419 83FA0376 078BD989 C14AEBF1 5BC3 Middle level or assembly language Middle level language written in english and it contains assembler to translate english code in binary that means machine language used to develop an operating system for particular machine Ex fib mov edx esp 8 cmp edx 0 ja f mov eax 0 ret cmp edx 2 ja f mov eax 1 ret push ebx mov ebx 1 mov ecx 1 lea eax ebx ecx cmp edx 3 jbe f mov ebx ecx mov ecx eax dec edx jmp b pop ebx ret High level language High level language written in english and it contains compiler and interpriter to translate english code in binary that means machine language used to develop an application softwares ex unsigned int fib unsigned int n if n 0 return 0 else if n 2 return 1 else unsigned int a b c a 1 b 1 while 1 c a b if n 3 return c a b b c n About HTML HTML stands for Hypertext Markup Language and it is the most widely used language to write Web Pages As its name suggests HTML is a Markup Language which means you use HTML to simply mark up a text document with tags that tell a Web browser how to structure it to display HTML HTML HTML HTML


View Full Document

Chapter - 1 HTML Overview

Download Chapter - 1 HTML Overview
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Chapter - 1 HTML Overview and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Chapter - 1 HTML Overview 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?