HTML.docx
105.6 KB
ملزمة الويب الأولى (A+C)
أستاذ وسام كل محاضرة يدز الملزمة مالتها، لأن ما كاملة الملزمة كلها
أستاذ وسام كل محاضرة يدز الملزمة مالتها، لأن ما كاملة الملزمة كلها
HTML - part-2.docx
63.5 KB
الملزمة الثانية للويب (A,C).
- أستاذ وسام
- أستاذ وسام
HTML- part- 3.docx
17.5 KB
ملزمة الويب الثالثة
- أستاذ وسام
- أستاذ وسام
HTML- part- 4.docx
767.7 KB
ملزمة الويب الرابعة
- أستاذ وسام
- أستاذ وسام
HTML- part- 5.docx
2.3 MB
ملزمة الويب الچابتر الخامس
أ. وسام
أ. وسام
HTML-part-6.docx
32.6 KB
الويب - الملزمة السادسة
- أستاذ وسام
- أستاذ وسام
🤬8🔥1
وبالنسبة لطلاب التحميل بالاحتمالية
الامتحان الخميس 14/11/2024
الساعة 9:30
الامتحان الخميس 14/11/2024
الساعة 9:30
* ممنوع مغادرة المحاضرات بحجة الامتحان الا في وقت الامتحان.
🗿4👍2
درسوا هذن مهمات + بالنسبة لكورس الويب جاي يشرحون ع القناة الدراسية هاي 👇
Forwarded from برمجة المواقع1 | Web programming I
كل تعليمة وشنو تسوي:
HTML element : defined by a start tag, some content, and an end tag
Web Browsers :
it's purpose to read and display HTML documents .
<a> : defines a link.
element Attributes: used to provide additional information to HTML elements.
href attribute : is used with <a> element to decide the destination of the link.
<img> : defines an image.
src attribute : source file is used with <img> element and others.
width attribute : define the width if the image.
height attribute : define the height if the image.
alt attribute : provides an alternate text <img> element.
Absolute URL like https://www.google.com.
Relative URL like image.png
style attribute : used to add styles to an element, such as color.
lang attribute : used with <html> element to declare the language of the Web page.
title attribute : defines extra information about an element.
<pre> element defines preformatted text it preserves both spaces and line breaks.
font-family : defines the font .
font-size : defines the text size.
text-align : it used for example for display the text in the center of the screen.
<b> - Bold text
<strong> - Important text help search engines.
<i> - Italic text
<em> - Emphasized text
<mark> - Marked or highlighted text
<small> - Smaller text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript text
<q> : defines quotation marks.
color : set the text color
border : set a border.
CSS : Cascading Style Sheets is used to format the layout.
<link rel="stylesheet" href="styles.css">
padding : add a space between the text and the border.
text-decoration used to change the style of the text.
td : table data.
tr : table row.
th : table header.
<table> : define a table
<caption> defines a table title
<ul> unordered list
<li> list item
<ol> unordered list
<dl> Defines a description list
<dt> Defines a term in a description list
<dd> Describes the term in a description list
list-style-type : used to define the style of the list item .
disc Sets the list item marker to a bullet
circle Sets the list item marker to a circle
square Sets the list item marker to a square
class used to specify a class for an HTML element.
<div> Defines a section in a document (block-level)
<span> Defines a section in a document (inline)
id add unique id for an HTML element.
Internal CSS define a style for a single HTML page.
External CSS define the style for many HTML pages.
inline CSS apply style to a single HTML element.
<link> Defines a link between a document and an external resource
target :- specifies where to open the linked document.
_self - Opens the document in the same page.
_blank - Opens the document in a new page.
_parent - Opens the document in the parent frame.
_top - Opens the document in the full body of the page.
مثل ما كال استاذ وسام الشرح إلّي بالموقع مهم وممكن يجيب منه فراغات وصح وخطأ.
HTML element : defined by a start tag, some content, and an end tag
Web Browsers :
it's purpose to read and display HTML documents .
<a> : defines a link.
element Attributes: used to provide additional information to HTML elements.
href attribute : is used with <a> element to decide the destination of the link.
<img> : defines an image.
src attribute : source file is used with <img> element and others.
width attribute : define the width if the image.
height attribute : define the height if the image.
alt attribute : provides an alternate text <img> element.
Absolute URL like https://www.google.com.
Relative URL like image.png
style attribute : used to add styles to an element, such as color.
lang attribute : used with <html> element to declare the language of the Web page.
title attribute : defines extra information about an element.
<pre> element defines preformatted text it preserves both spaces and line breaks.
font-family : defines the font .
font-size : defines the text size.
text-align : it used for example for display the text in the center of the screen.
<b> - Bold text
<strong> - Important text help search engines.
<i> - Italic text
<em> - Emphasized text
<mark> - Marked or highlighted text
<small> - Smaller text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript text
<q> : defines quotation marks.
color : set the text color
border : set a border.
CSS : Cascading Style Sheets is used to format the layout.
<link rel="stylesheet" href="styles.css">
padding : add a space between the text and the border.
text-decoration used to change the style of the text.
td : table data.
tr : table row.
th : table header.
<table> : define a table
<caption> defines a table title
<ul> unordered list
<li> list item
<ol> unordered list
<dl> Defines a description list
<dt> Defines a term in a description list
<dd> Describes the term in a description list
list-style-type : used to define the style of the list item .
disc Sets the list item marker to a bullet
circle Sets the list item marker to a circle
square Sets the list item marker to a square
class used to specify a class for an HTML element.
<div> Defines a section in a document (block-level)
<span> Defines a section in a document (inline)
id add unique id for an HTML element.
Internal CSS define a style for a single HTML page.
External CSS define the style for many HTML pages.
inline CSS apply style to a single HTML element.
<link> Defines a link between a document and an external resource
target :- specifies where to open the linked document.
_self - Opens the document in the same page.
_blank - Opens the document in a new page.
_parent - Opens the document in the parent frame.
_top - Opens the document in the full body of the page.
❤6👎6
Forwarded from Intimation Group B (زينب عبداللّٰه حنتوش_B2)
الطلاب الي مادفع فلوس الكورسات باجر اخر يوم يدفع لأن الخميس عطلة
🤝2👍1