Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

HTML Introduction

HTML Introduction

What is HTML?

HTML is a markup language for describing web documents (web pages).

HTML stands for Hyper Text Markup Language
A markup language is a set of markup tags
HTML documents are described by HTML tags
Each HTML tag describes different document content

Example Explained

The DOCTYPE declaration defines the document type to be HTML
The text between <html> and </html> describes an HTML document
The text between <head> and </head> provides information about the document
The text between <title> and </title> provides a title for the document
The text between <body> and </body> describes the visible page content
The text between <h1>
and </h1>
describes a heading
The text between <p>
and </p>
describes a paragraph


HTML QUESTION

1. What does HTML stand for?
A) Hyper Text Markup Language
B) Home Tool Markup Language
C) Hyperlinks and Text Markup Language
2. Who is making the Web standards?
A) The World Wide Web Consortium
B) Microsoft
C) Mozilla
3. Choose the correct HTML tag for the largest heading

HTML GUID

HTML

Q01. Write any five features of HTML5.
Q02. Write the differences between HTML4 and HTML5.
Q03. What are Inline element and Block-level element?
Q04. What are the basic data types of HTML5?
Q05. What is the function of manifest attribute of HTML element?