HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

WEB STRUCTURE

The Web Structure



The capacity to code utilizing HTML is fundamental for any web proficient. Getting this expertise ought to be the beginning stage for anybody figuring out how to make content for the web.

 

Modern Web Design

 

 

  • HTML: Structure
  • CSS: Presentation
  • JavaScript: Behavior
  • SQL: Database
  • PHP or similar: Backend
  • CMS: Content Management

 

HTML:-

 

HTML stands for HyperText Markup Language. It is a standard language for creating a webpage. It consists of tags, and attributes.

 

CSS:-

 

CSS stands for Cascading Style Sheets. It is a style sheet language whose primary purpose is to describe the presentation of a document written in a markup language like HTML or XML.

 

JavaScript:-

 

Javascript is a programming language that serves as a core technology in the domain of the web or WWW (World Wide Web). It is used in combination with HTML and CSS.

 

SQL:-

 

SQL is a domain-specific language. Its primary purpose is programming and designing. It is essentially used for managing data that is held in the relational database management system.

 

PHP:-

 

PHP stands for Hypertext Preprocessor. It is primarily used for scripting language geared toward web development. It is used as a backend language i.e, connecting the front end of the website with the database.

Code Explanation

All Tutorials related to HTML Intro

All Sections related to HTML