Programming - HTML HTMLhttps://www.w3.org/html/

https://www.w3schools.com/html/default.asp

(Hyper text Markup language)

HTML elements are the building blocks of HTML pages HTML elements are represented by tags HTML is the Web’s core language for creating content for everyone to use anywhere.

Plantilla HTML

<!DOCTYPE html> Page Title

My First Heading

My first paragraph.

The <!DOCTYPE> declaration represents the document type, and helps browsers to display web pages correctly.

It must only appear once, at the top of the page (before any HTML tags). The <!DOCTYPE> declaration is not case sensitive.

Elementos HTML

Headings - H1, H2,H3,H4,H5,H6 Paragraphs Links Images Buttons Lists - ol, ul

Tags: programming


Date
February 9, 2024