الفيديو رقم 8 في شرح HTML للمبتدئين:
<html>
<head>
<title></title>
</head>
<body>
<h1><a href=#last>go to end of the page</a></h1>
<pre>
<h1 id="last">B </h1>
</pre>
<a href="mailto:info@website.com"> contact us </a>
<br>
<br>
<a href="mailto:info@website.com">
<img src="a.jpg" />
</a>
<a href="http:/www.google.com" target="_self">Self Google</a>
<br>
<a href="http://www.google.com" target="_blank">Blank Google</a>
</body>
</html>
______________
وفيه:
-كيفية عمل رابط لشيء داخل نفس الصفحة.
-كيفية عمل رابط للبريد الإلكتروني مباشرة.
-لا تنسوا مشاركتنا بآرائكم والتواصل معنا.
______
الكود المكتوب في الفيديو -انسخه في برنامج (نوت باد) ليظهر بشكل صحيح align left-:
<html>
<head>
<title></title>
</head>
<body>
<h1><a href=#last>go to end of the page</a></h1>
<pre>
<h1 id="last">B </h1>
</pre>
<a href="mailto:info@website.com"> contact us </a>
<br>
<br>
<a href="mailto:info@website.com">
<img src="a.jpg" />
</a>
<a href="http:/www.google.com" target="_self">Self Google</a>
<br>
<a href="http://www.google.com" target="_blank">Blank Google</a>
</body>
</html>
______________
للتواصل على فيسبوك ، تويتر ، سناب شات :
@ramy2m
تعليقات
إرسال تعليق