Coding Blog
Learn Code Tutorials , learn html , learn css , learn JavaScript , Build Website from Scratch, Create personal website from Blogger , Basic Code Structure .
* Html stands for " Hyper Text Mark-up Language". In other words it is the basic code structure that is been built and running at the background of every websites and webpages. It is a file format with Extention
.html let this to be understood by the browser to load and display the file as a web page. Every Websites and Single Webpages are based on html file format as " !DOCTYPE html..."
Berners-Lee considered HTML to be an application of SGML. It was formally defined as such by the Internet Engineering Task Force (IETF). Hypertext Markup Language (HTML)" Internet Draft by Berners-Lee and Dan Connolly, which included an SGML Document type definition to define the grammar. HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page.
HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes, and other items. HTML can embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages.
The inclusion of CSS defines the look and layout of content. The World Wide Web Consortium (W3C), former maintainer of the HTML and current maintainer of the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997. A form of HTML, known as HTML5.
* Html Tags and Attributes:
There are many ..many tags used to Code a html file. The implementations of tags with attributes that define the browser that what to display and how and where to display a webpage or websites.All html tags are written within angle-brackets.
There are mostly an opening tag followed by a closing tag rather than some tags which are self closed, that you will get to know step by step. Main tags in html documents are considered as these the opening html tag then opening head tag then closing head tag then opening body tag then header,main,footer
all these three' opening and closing tags then followed by closing body tag then opening footer tag then closing footer tag and lastly the closing html tag.
Those are the main tags that can be described as paremeters of that particular html Document. All other html tags are coded or written within the head tag or body tag or footer tag. Lets deep-dive into html tags and attributes.
HTML attributes generally appear as name–value pairs, separated by =, and are written within the start tag of an element, after the elements' name like..
Below this is an example of basic and simple html tags to build any html File. * html Code Examples...
Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML. CSS is designed to enable the separation of content and presentation, including layout, colors, and fonts.
The name cascading comes from the specified priority scheme to determine which style rule applies if more than one rule matches a particular element. The CSS specifications are maintained by the World Wide Web Consortium (W3C). CSS has a simple syntax and uses a number of English keywords to specify the names of various style properties
. A style sheet consists of a list of rules are Selectors and Declaration Block. * Css Tags and Attributes:
* Css Code Examples...
JavaScript is a high-level, often just-in-time compiled language
that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).
Although Java and JavaScript are similar in name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.
The * ECMAScript standard does not include any input/output (I/O), such as networking, storage, or graphics facilities so to get access runtime system provides JavaScript APIs for I/O.
JavaScript engines were originally used only in web browsers, but are now core components of some servers and a variety of applications.* ECMAScript is commonly used for client-side scripting on the World Wide Web, and it is increasingly being used for writing server-side applications and services using * Node.js
and other runtime environments. The name "ECMAScript" was a compromise between the organizations involved in standardizing the language, especially Netscape and Microsoft..."ECMA" stood for "European Computer Manufacturers Association". * Code Concepts in JavaScript...
* JavaScript Code Examples... .. * Difference Between xml amd html...
.. * IP Version Protocols...
REMEMBER Here,..all the texts or the words in this paragraph which are Italics and lightblue colored with underlined must always be within Open and Close Angular Brackets.
Here, down in the paragraph the words inside thebrackets
and by color and underline for prominency. Compare the above Html Code Example with this notes here for better understand. Now back on to study ......., The tags between
and describes the web page, and the text between and is the visible page content. The markup text defines a division of the page used for easy styling. Between and , a tag is use to define webpage metadata.
The Document Type Declaration is for HTML5. If a declaration is not included, various browsers will revert to "quirks mode" for rendering.
*..examples of Html Elements:
* What is Css ?
* What is JavaScript ?
* What is Xml or xml ?
* What is an IP Adderess ?
* Website Building &Designing