ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is the difference Between HTML and CSS?

user-image
تم إضافة السؤال من قبل Zaid Mahadin
تاريخ النشر: 2015/04/07
Ahmed Maher allam
من قبل Ahmed Maher allam , Senior IT Consultant , CBK - G&D - AXIS-olutions

HTML is hyper text markup language and was intended to define the content of the web page like

<h1> headers </h1>

<p> paragraphs </p>

<tittle> tittle </tittle>

 

CSS is Cascading Style Sheet ,CSS defines how HTML elements are to be displayed and is used to control the style and layout of multiple Web pages all at once.

 

body {    color: blue;}h1 {    color: #00ff00;}

Basm Allah Alrahman Alrahim

 

 HTML Hyper Text Markup Language ( just mark up tags , and may used for styling too )

CSS Cascading Style Sheets ( styling the web page) , separate file for styling the page

 

if you want to use HTML with styling you will make a template for HTML with style tag at the head

 

if you want to use separate styling CSS , that will be easier change or modified without any difficulty

 Thank you for this question that help us to search and learn

Ruby Nazreen K K Kooram Parambil
من قبل Ruby Nazreen K K Kooram Parambil , Librarian , Gems United Indian School

html says how a webpage should look. css or cascading style sheets define the style for each element in the html code. 

 

for example. font, color, margin, font size, submit button etc

Muhammad Waqas
من قبل Muhammad Waqas , Dot Net and MVC Developer , Osys Technologies

HTML stands for Hyper Text Markup Language. HTML is a markup language for describing web documents (web pages).

 

CSS stands for Cascading Style Sheet. CSS is used for styling of web pages.

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟