-->
recent

آخر الأخبار

recent
random
جاري التحميل ...

HTML Introduction - A Simple HTML Document !!

What is HTML?

click Here to go to last HTML lesson

HTML is the standard markup language for creating Web pages.

HTML stands for Hyper Text Markup Language
HTML describes the structure of Web pages using markup
HTML elements are the building blocks of HTML pages
HTML elements are represented by tags
HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
Browsers do not display the HTML tags, but use them to render the content of the page
https://goo.gl/4Lak9Q

A Simple HTML Document!!

_______________________________________

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

___________________________________

Example Explained


https://goo.gl/4Lak9Q

The <!DOCTYPE html> declaration defines this document to be HTML5
The <html> element is the root element of an HTML page
The <head> element contains meta information about the document
The <title> element specifies a title for the document
The <body> element contains the visible page content
The <h1> element defines a large heading
The <p> element defines a paragraph


Note: Only the content inside the <body> section (the white area above) is displayed in a browser.
 
my account Facebook
 
☻♥ Please share it with your friends ♥
 
 

عن الكاتب

Hussein Atta حسين محمد طالب جامعي 21 سنة مؤسس موقع online2software وهي مدونة إلكترونية تهدف إلى بناء جيل واعٍ يستطيع إستخدام التقنيات الحديثة لتسهيل حياته مدونة تهتم بحل المشكلات ، وشرح المواقع ، وشرح البرامج تفاعل و لا تكن خامل مع التطور العالمى !! لتواصل علي الفيسبوك : https://www.facebook.com/s7s4fun



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

إتصل بنا

عن الموقع

موقع المساعد العربي مختص في مجال التكنلوجيا و التقنيات و كل ما يخص الهواتف الذكية و الحواسيب ، و هدفنا هو تصحيح الأفكار و الدروس الخاطئة في المحتوى العربي عن طريق دروس و حلقات في قناتنا على يوتيوب .

ads

جميع الحقوق محفوظة

المساعد العربي للمعلوميات