Posts

Showing posts from June, 2023

LEARN HTML 5

Image
https://www.facebook.com/learnhtmlbyassamese?mibextid=ZbWKwL HTML  Introduction   HTML is the standard markup language for creating Web pages. Every website you've ever visited is build with HTML code.HTML code is used to Build and  structure web  pages. 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", "this is a link", etc. HTML code is based on TAGS. Elements like buttons, text, and images are added to web pages with different tags. Tags use angle brackets <>. Example: < !DOCTYPE  html > < html > < head > < title > Page Title < /title > < /head > < body > < h1 > My First Heading < /h1 > < p >