Menu

Post image 1
Post image 2
1 / 2
0

Day1 - HTML

DEV Community·vidhya murali·20 days ago
#DZenIvXp
#webdev#html#frontend#ai#elements#metadata
Reading 0:00
15s threshold

Hi all. Today I Learnt about HTML. What is HTML ? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages 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 label pieces of content such as "this is a heading", "this is a paragraph". What is Markup Language? A markup language is a text-encoding system that uses tags or symbols to define the structure, formatting, or relationships within a document, allowing computers to interpret and display content properly. It separates content from presentation, defining elements like headings and links rather than performing logic. What is Elements ? The HTML element is everything from the start tag to the end tag with Content. What is metaData ? The tag defines metadata about an HTML document. Metadata is data (information) about data.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More