Podcast
Questions and Answers
لفتح الرابط التشعبي في نافذة تبويب جديدة نستعمل السمة : self -أ ______ - د parent - ج _top - ب
لفتح الرابط التشعبي في نافذة تبويب جديدة نستعمل السمة : self -أ ______ - د parent - ج _top - ب
_blank
عرف مصطلح Meta ؟
عرف مصطلح Meta ؟
تُستخدم Meta في صفحات الويب لإضافة معلومات متعلقة بالمحتوى
عرف مصطلح Hyper link ؟
عرف مصطلح Hyper link ؟
هو الرابط التشعبي الذي تُستخدم لتوصيل صفحة أخرى
عرف مصطلح الإرتباط النسبي ؟
عرف مصطلح الإرتباط النسبي ؟
Signup and view all the answers
Study Notes
HTML Language and Tags
- HTML is a descriptive markup language, not a programming language.
-
<head>
tag: Contains general information about the web page, like title. -
<title>
tag: Defines the title that appears in the browser tab. -
<body>
tag: Specifies the body of the web page, displaying its content. -
<br>
tag: Inserts a line break. -
<h6>
to<h1>
: Used to control the size of text. -
<div>
tag: used to structure the body content into sections. -
<tr>
: Used to create rows in tables -
<td>
: Used to create data cells within a row in a table -
<table>
: Used for creating a table -
colspan
: Used in tables to merge cells horizontally. -
<p>
tag: Used for a paragraph. -
<html>
tag: The root element of an HTML page. - Hyperlinks: Used to link one page to another.
-
_blank
: Opens the link in a new tab. -
self
: Opens the link in the same tab.
Webpage Structure and Links
- Meta tags: Provide metadata about the HTML document.
- Hyperlinks: Links to other pages or resources.
- Relative links: Links that are relative to the current page's location.
- Absolute links: Links that are specified using the full URL.
- Adding an image in the center of a webpage will require CSS or other styling techniques.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
في هذا الاختبار، سنستعرض أهم عناصر ووسوم HTML المستخدمة في بناء صفحات الويب. ستتعرف على كيفية تنظيم المحتوى واستخدام الروابط بشكل فعال. استعد لاختبار معرفتك بلغة البرمجة الوصفية هذه.