HTML Page Structure
HTML Page Structure
Note: The content inside the <body> section (the white area above) will be
displayed in a browser. The content inside the <title> element will be shown
in the browser's title bar or in the page's tab.
عملي- برمجة مواقع الكترونية1,2,3,4 محاضرات
For learning HTML we recommend a simple text editor like Notepad (PC),
follow the steps below to create your first web page with Notepad:
1- HTML hyperlink
HTML links are defined with the <a> tag:
2- HTML Images
Example
Example write html tag, and make the required changes and look what
happens
محاضرات 1,2,3,4برمجة مواقع الكترونية -عملي
HTML COLOR:
EXAMPLE
عملي- برمجة مواقع الكترونية1,2,3,4 محاضرات
Example: Type the following code in a editor, save it as an html file and open in
a browser. Observe and study their functions by viewing them in your browser.
Then, make the required changes and look what happens.
<html>
<head>
</head>
<body>
My School:
My Subjects:
Tamil,
English,
Computer Application,
Commerce,
Accountancy,
Economics
My Computer Teacher:
</body> </html>
عملي- برمجة مواقع الكترونية1,2,3,4 محاضرات