Posts

04 HTML Elements

  An HTML element is defined by a start tag, some content, and an end tag. HTML Elements The HTML element is everything from the start tag to the end tag Note: Some HTML elements have no content (like the <br> element). These elements are called empty elements. Empty elements do not have an end tag.

03 HTML Documents

HTML Documents All HTML documents must start with a document type declaration. <! DOCTYPE html> The HTML document itself begins with <html> and ends with </html> The visible part of the html document is between <body> and </body> <!DOCTYPE> Declaration 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. The<!DOCTYPE> declaration for HTML5 is <!DOCTYPE html> HTML Headings   HTML headings are defined with the <h1> to <h6> tags <h1> defines the most important heading. <h6> defines the least important heading. HTML paragraphs HTML paragraphs are defined with the <p> tag. HTML Links  HTML links are defined with the <a> tag. Example <a href="https://www.google.com">This is a link</a> The link's de

HTML element

  What is an HTML element? An HTML element is defined by a start tag, some content, and an end tag: <tagname> Content goes here... </tagname> The HTML element is everything from the start tag to the end tag. <h1>My First Heading</h1> Some HTML elements have no content (like the <br> element). These elements are called empty elements. Empty elements do not have an end tag.

Basic

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. Example: <!DOCTYPE HTML> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My First paragraph.</p> </body> </html> ********* * The <!DOCTYPE HTML> declaration defines that this document is an HTML5 document. * The <html> element is the root element of an HTML page. * The <head> element contains meta information about the HTML page. * The <title> element specifies a title for the HTML page (while is shown in the browser's title bar or in the page's

Best learning site for HTML

https://www.w3schools.com/ pixel dpi http://auctionrepair.com/pixels.html