HTML Versions: The following table represents the years and versions Version Year HTML 1991 HTML 2.0 1995 HTML 3.2 1997 HTML 4.01 1999 XHTML 2000 HTML5 2014 Simple HTML document : DOCTYPE : “DOCTYPE” means …
HTML Attributes: Attributes are used to give some additional meaning to content encapsulated by its element. Attributes consists two parts Name Value Attribute name and value must be separated with is equal to (=) sign. …
HTML Tags: Html language has two types of tags. Element placed in angular brackets is called “tag”. Paired tags: These are also called Non-empty elements. Pair tag is a combination of start and end tag. …
Edit and Run HTML File: We can simply edit the HTML code using universal editor(Notepad) We edit the code and save with extension(.html) When we save the file, it shows the file with browser icon …
HTML: It is case insensitive. HTML stands for Hyper Text Markup Language. “Hyper Text” means the text which is displayed on the web page. “Mark Up” means tag based language. It is a client side …
Static memory: Static means “fixed memory” The languages which are supporting primitive types allowed allocating static memory. Primitive variable size and type are fixed. Primitive variable stores data directly. Compiler raises error when data limit …
Python is Scripting Language: Script is a set of Instructions Script is a sub program Scripts always execute from another program. Using the scripting functionality of Python language, it is using as a platform with …
Python is a programming language: Programming languages are used to develop applications. Python can be used as programming language in application development. Using python, we can develop following types of applications Standalone applications Web applications …
Compilation v/s Interpretation: Languages like C or C++ are completely compiler based. Compiler is a pre-defined program. Compiler is dependent to OS Compiler converts the source code into specific OS understandable instructions. Compiler code is …