HTML & CSS Crash Course

معلومات الكتاب

عنوان الكتاب: دورة HTML و CSS: تعلم html و css مع البرامج التعليمية سهلة المتابعة خطوة بخطوة

نوع المنشور: كتاب

اسم المؤلف: David McMahon

عدد الصفحات: 71 صفحة

دار النشر: –

تاريخ النشر: 2015

اللغة: الانكليزية

Read & Download

التصفح والتحميل

Information

Title: HTML & CSS Crash Course: Learn html and css with easy to follow-step-by-step tutorials

Type: Book

Author Name: David McMahon

Number of Pages: 71 pages

By: 

Date: 2015

Language: English

Text from HTML & CSS Crash Course: Learn html and css with easy to follow-step-by-step tutorials

HTML & CSS, HTML means Hypertext Markup Language. Its basically just a text file with codes that tell the browser how to display the information. For example, you can let the browser know that a certain string of text should be displayed as a header with bold font, or that the text should be centered on the page.

To let the browser know the text file contains HTML, we use the file extension .html rather than .doc or .txt or .rtf

Since a HTML document is nothing but a text file, you can use any text editor to make one.

You can use Microsoft Word, Pages, or your built in text editors provided by the operating system. However if you are a Mac user I’m going to recommend a special HTML editor which is free called Kompozer.

The nice thing about Kompozer is that it allows you to preview your file in real time inside the application without having to save your html file and loading it in a browser. Although in this book we will be focusing on teaching HTML and CSS, Kompozer allows WYSWYG editing of web pages.

CSS means cascading style sheet. It is simply a file that goes along with your html file which specifies the look and formatting of the html file. We will illustrate this with a simple example.

First, create a file called thecssfile.css and place it in the same folder as your html file.

we will see how to specify how text with certain tags appears – what font is used, what style, and what size.

 

نص من دورة HTML و CSS: تعلم html و css مع البرامج التعليمية سهلة المتابعة خطوة بخطوة

HTML تعني لغة ترميز النص التشعبي. إنه في الأساس مجرد ملف نصي به رموز تخبر المتصفح بكيفية عرض المعلومات. على سبيل المثال ، يمكنك السماح للمتصفح بمعرفة أنه يجب عرض سلسلة معينة من النص كرأس بخط عريض، أو أنه يجب توسيط النص في الصفحة.

للسماح للمتصفح بمعرفة أن الملف النصي يحتوي على HTML، نستخدم امتداد الملف .html بدلاً من .doc أو .txt أو .rtf

نظرًا لأن مستند HTML ليس سوى ملف نصي ، يمكنك استخدام أي محرر نصوص لإنشاء واحد.

يمكنك استخدام Microsoft Word أو Pages أو برامج تحرير النصوص المضمنة التي يوفرها نظام التشغيل. ومع ذلك، إذا كنت من مستخدمي Mac، فسأوصي باستخدام محرر HTML خاص يسمى Kompozer مجانًا.

الشيء الجميل في Kompozer هو أنه يسمح لك بمعاينة ملفك في الوقت الفعلي داخل التطبيق دون الحاجة إلى حفظ ملف html الخاص بك وتحميله في متصفح. على الرغم من أننا سنركز في هذا الكتاب على تدريس HTML و CSS، إلا أن Kompozer يسمح لـ WYSWYG بتحرير صفحات الويب.

 

CSS تعني ورقة الأنماط المتتالية. إنه ببساطة ملف يتماشى مع ملف html الخاص بك والذي يحدد شكل وتنسيق ملف html. سوف نوضح هذا بمثال بسيط.

أولاً، قم بإنشاء ملف يسمى thecssfile.css وضعه في نفس المجلد مثل ملف html الخاص بك.

سنرى كيفية تحديد كيفية ظهور النص بعلامات معينة – ما هو الخط المستخدم والنمط والحجم.