






































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The basic explanation of html language. it is basic language for web designing.
Typology: Summaries
1 / 46
This page cannot be seen from the preview
Don't miss anything!
HTML (HyperText Markup Language)is the most basic building block of the Web. It describes and defines the content of a webpage along with the basic layout of the webpage
HTML stands for Hyper Text Markup Language HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements are represented by tags HTML tags label pieces of content such as "heading", "paragraph", "table", and so on Browsers do not display the HTML tags, but use them to render the content of the page
HTML Page Structure
Below is a visualization of an HTML page structure:
A Simple HTML Document
My first paragraph.
Output:
My First Heading
My first paragraph.
Basic HTML
<!DOCTYPE> Defines the document type
Defines an HTML document
Email id: