Friday, July 21, 2017

learn html

 HSC ICT (Chapter 04, Lecture 01)

1) What is HTML?
Answer: HTML (Hyper Text Markup Language) is a mark up language used to create web pages for the display over the internet. HTML is the basis of the whole World Wide Web or WWW. HTML has a very well defined syntax; all the HTML documents have to follow the syntax.
Dear learners now let‟s an overview of – HTML
i) HTML stands for Hyper Text Markup Language. HTML is used to create webpage. All the Web Pages communicate through this language.
ii) HTML is platform independent language - can be used on any platform such as Windows, Linux, Macintosh, and so on.
iii) Its collection of “TAGS” that are used to make web documents that are displayed using browsers on internet.
iv) To write HTML coding we need a text editor. We can use Notepad or any other text editor like dream viewer or front-page, Notepad is the most simple text editor.
v) All the HTML documents should have the extension  either the.htm or the.html.
vi) HTML can also be used to include Cascading Style Sheets (CSS) to define the appearance and layout of text and other material.
vii) It can embed scripts in languages such as VB Script, JavaScript which change the behavior of HTML web pages.
viii) User can make a link to the other document or the different section of the same document by creating Hypertext Links also known as Hyperlinks.
2) What is HTML Tags? 
Answer: HTML markup tags are usually called HTML tags. HTML tags are keywords surrounded by angle brackets like <html>. Most HTML tags normally come in pairs like <HTML> and </HTML>. The first tag in a pair is the start tag; the second tag is the end tag. Start and end tags are also called opening tags and closing tags. All HTML tags are enclosed in angle brackets „<‟ and „>‟ i.e. Opening Tag: <HTML> and closing tag: </HTML>. The closing tag is the same as the opening tag except a / (slash) mark e.g. </HTML>. Tags are used to represent various elements of web page like Header, Footer, Title, Images etc. Tags are of two types
i)  Container and
ii) Empty Tags
Container Tags: Tags which have both the opening and closing i.e.<TAG> and </TAG> are called container tags. Container tags hold the text and other HTML tags in between the tags. The <HTML>, <HEAD>, <TITLE> and <BODY> etc. tags are all container tags.
Example
<BODY> this is a container tag. It holds both the text and HTML tag</BODY>
Empty Tags: Tags, which have only opening tag and no ending tag, are called empty tags. The <HR>, which is used to draw horizontal, rule across the width of the document, line break <BR> tags, etc are empty tags.
Share:

0 comments:

Post a Comment

Recent Posts

Unordered List

  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  • Aliquam tincidunt mauris eu risus.
  • Vestibulum auctor dapibus neque.

Pages

Theme Support

Need our help to upload or customize this blogger template? Contact me with details about the theme customization you need.