Using Html and Css Create div

Опубликовано: 25 Июнь 2026
на канале: Tutoearth
65
0

What is HTML?
HTML is a language for describing web pages.

HTML stands for Hyper Text Markup Language
HTML is a markup language
A markup language is a set of markup tags
The tags describe document content
HTML documents contain HTML tags and plain text
HTML documents are also called web pages.

What is CSS?
CSS stands for Cascading Style Sheets
Styles define how to display HTML elements
Styles were added to HTML 4.0 to solve a problem
External Style Sheets can save a lot of work
External Style Sheets are stored in CSS files

Source:http://www.w3schools.com