What is Html?
It stands for Hypertext Markup Language.
How to design a page?(Syntax)
By adding elements in the proper tags
Where to run the page?
Webpages are viewed in the web browser
How to format text?
Making the text bold,italic,underlined,insert,delete,subscript,superscript,emphasized,important,marked,small.
How to add comments?
Comments are useful for understanding the code.
It is never executed
How to add headings in the webpage?
Headers are of different levels from 1-6
What are attributes?
They provide additional information about the elements.
How to add images?
img tag is used to add images in the html page.
There are other attributes too to determine the size of the page.
What are links?
Links are used to connect the webpage to other page on same website or different website.
What are tables?
It allows you to add data in a sructured way.
Consists of tags for adding headers,rows,columns,captions
What are Lists?
There are three different types of lists which can be added to the page.