Lesson Summarize
The introduction of Internet, World Wide Web, HTML, and Web browser.
Internet a global computer network providing a variety of information and communication facilities, consisting of interconnected networks using standardized communication protocols.
World Wide Web commonly known as the Web, is an information system where documents and other web resources are identified by Uniform Resource Locators
HTML hypertext markup language
Web Browser is a software application for accessing information on the World Wide Web.
Basic Structure of HTML
Tags | Description |
---|---|
<div> |
Division tag |
<center> |
Horizental centering element in specific width |
<font> |
Defined font style |
<body> |
Element contains all the contents of an HTML document, such as headings... |
<p> |
Paragraph tag |
<h1>...<h6> |
Heading tag |
<hr> |
Horizental Ruler |
<big> |
Big text |
<sup> |
Superscript text |
<sub> |
Subscript text |
<b> |
Bold text |
<strong> |
Strong text |
<i> |
Italic Text |
<blockquoate> |
Tag specifies a section that is quoted from another source |
<pre> |
Used to define the block of preformatted text which preserves the text spaces, line breaks, tabs |
<strike> |
Strikethrough text |
<small> |
Small text |
<img> |
Insert Image in Document |
<br> |
Break Line |
Unordered Lists
Ordered Lists
Marquee (to make the element run across the screen)
Hyperlinks (to link to another document, files, websites)
Anchor link (link to specific destination within the same page)
External & Internal link (link to another document in your website or any other website)
PS: There are also lot more of Attributes which can be used in specific tag
Attributes | Description |
---|---|
width |
Set element width |
height |
Set element height |
bgcolor |
Set background color |
center |
Align element Horizental center |
justify |
Align element Horizental justify |
left |
Align element Horizental left |
right |
Align element Horizental right |
src |
Add source |
size |
Set element or text size |
background |
Add background image |