پاورپوینت آشنايي با كدها و عناصر صفحات HTML (pptx) 25 اسلاید
دسته بندی : پاورپوینت
نوع فایل : PowerPoint (.pptx) ( قابل ویرایش و آماده پرینت )
تعداد اسلاید: 25 اسلاید
قسمتی از متن PowerPoint (.pptx) :
بنام خدا
جلسه دوم
آشنايي با كدها و عناصر صفحات HTML
با تكيه بر مفاهيم كاربردي
What is the Internet?
The Internet is a connection of all worldwide networks using the same network communication protocol.
What is the Web?
The Web is a term that is used to refer to the many files that are written in HTML. HTML allows users to view text, graphic, video, sound, etc. The World Wide Web (www) enables you to access documents linked across the Internet.
What is HTML?
HTML (Hypertext Markup Language) is a set of special codes embedded in text which add formatting and linking information. HTML consists of “tags” inserted by the user which enable the production of the WEB page on the Internet. For example, in the statement
Sample, the
indicates the start of bold and the indicates the ending of the bold.
What is a browser?
A browser is software that allows you to view or browse an HTML document, i.e., Netscape.
Do I need a special software package to write my HTML file?
No, you can use any text editor or word processor to write your HTML code. One of the most popular ones is Microsoft Notepad, which can be found under START, PROGRAMS, ACCESSORIES using Windows 95.
يادآوري و پرسش و پاسخ
صفحه وب يا (Web Page)
سندي بر روي وب كه توسط يك مرورگر وب قابل نمايش است را يك صفحه وب ميگويند. صفحه وب در اصل يك فايل متني است كه توضيحاتي براي مرورگر در بر دارد. اين توضيحات كه TAG يا برچسب ناميده ميشوند، چگونگي نمايش متون و تصاوير را در يك صفحه وب نمايش ميدهند.
نمونه يك صفحه وب
Source Code (HTML)
Design View (Preview)
Web Browser
HTML : Hypertext Markup Language
Hypertext : text containing links to other text’s
ساخت اولين صفحه وب
Save As HTML:
Browse by a browser:
HTML Basic
HTML ElementsHTML Basic TagsHTML FormattingHTML EntitiesHTML LinksHTML FramesHTML TablesHTML ListsHTML FormsHTML ImagesHTML Background
HTML Advanced
HTML LayoutHTML FontsHTML 4.0 WhyHTML StylesHTML HeadHTML MetaHTML URLsHTML ScriptsHTML Web server
تشريح يك سند HTML
My name is: A. N.
This is some text that will appear on the web page.
Tag Attributes
Attribute values should always be enclosed in quotes. Double style quotes are the most common, but single style quotes are also allowed.
. The comment tag is used to insert a comment in the HTML source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date.