Trying to make a website using html.

 My first try of making a website: 



Answers for BIW_Lab2: 

1. Every web page on the Internet contains at least some HTML tags in its source code, and most website contain many HTML. Hypertext Markup Language or HTML for short is the main markup language used to build content on the Web. The <head> element is a container for metadata (data about data), located between the <html> tag and the <body> tag. Metadata is data about HTML documents. The HTML title element (<title>) defines the document title displayed in the browser title bar or on the  page tab. The <body> tag defines the body of the document. The <body> element contains all the contents of the HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. HTML contains several elements used to define text with special meaning. For code <b> Define bold text.

2. HTML full form is HyperText Markup Language. HTML is used for developing web pages and applications.  HTML consists of elements; these elements define the structure of HTML pages. HTML elements are used to represent heading, paragraph, images, tables, and many more features. HTM is used as one of the file extensions for HTML pages. When we use HTML files for creating the web pages, then its extension of the file can be in ‘.htm’ format. We can check this extension at the end of the URL for different websites.

3. Viewing HTML Source in a browser for example Chrome;
  • On the website you're viewing right click on the page.
  • Click on "View page source"
  • On the left side of the screen a tab would appear and it would display the HTML Source.

Comments

Popular posts from this blog

My Page 2

TCP//IP

Internal and External CSS