Podcast
Questions and Answers
ḏd-mdw in ṯbj n ḥtp, HTML njt ḏd-mdw in?
ḏd-mdw in ṯbj n ḥtp, HTML njt ḏd-mdw in?
Njw ṯbj stn HTML?
Njw ṯbj stn HTML?
Njw HTML ḏd-mdw ṯbj?
Njw HTML ḏd-mdw ṯbj?
Njw basic structure of HTML ṯbj?
Njw basic structure of HTML ṯbj?
Signup and view all the answers
Njw HTML elements?
Njw HTML elements?
Signup and view all the answers
Njw examples of HTML elements?
Njw examples of HTML elements?
Signup and view all the answers
Njw HTML attributes?
Njw HTML attributes?
Signup and view all the answers
Njw example of HTML attribute?
Njw example of HTML attribute?
Signup and view all the answers
Njw HTML elements have?
Njw HTML elements have?
Signup and view all the answers
Njw purpose of HTML?
Njw purpose of HTML?
Signup and view all the answers
Study Notes
لغة HTML
Definition
- HTML (Hypertext Markup Language) is a standard markup language used to create web pages.
- It is the backbone of a website, providing the structure and content that the web browser renders to the user.
Basic Structure
- An HTML document consists of a series of elements, represented by tags (<>).
- Tags usually come in pairs, with the opening tag preceding the content and the closing tag following the content.
- The basic structure of an HTML document includes:
- ``: declaration of the document type
- ``: root element of the document
- ``: contains metadata about the document
- ``: contains the content of the document
Elements
- HTML elements are represented by tags and are used to define different parts of a web page.
- Examples of elements:
- Headings:
,
, ``, etc. - Paragraphs:
<p>
- Links:
<a>
- Images: ``
- Lists:
</a></p><a>
,</a><a>
, `` - Tables:
,
, ``
- Headings:
Attributes
- HTML attributes are added to elements to provide additional information about the element.
- Attributes consist of a name and a value, separated by an equals sign.
- Examples of attributes:
-
href
attribute in the `
-
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Learn the basics of HTML, the standard markup language used to create web pages, including its definition, basic structure, elements, and attributes.